This is a code sample for using the Spark authentication API.
To create an application on the Spark developer portal:
- Create a Spark developer account at the Spark developer portal.
- Create a new application here.
- In the API Keys Tab, find and note for later the following: a. app key b. app secret
- Set your Callback URL to http://localhost:8089/callback.
To configure the application:
- Open the sample.py file.
- Replace CONSUMER_KEY with the app key from Step 3 above.
- Replace CONSUMER_SECRET with the app secret from Step 3 above.
To start using this sample, browse to: http://localhost:8089/signin