StockTwits¶
Backend class¶
For Django, add this class path to AUTHENTICATION_BACKENDS. For other
integrations, use the same class path in the framework-specific backend
setting.
Backend name |
Class path |
|---|---|
|
|
StockTwits uses OAuth 2 for authentication.
Register a new application at https://stocktwits.com/developers/apps
Set the Website URL to http://[your domain]/
fill
Consumer KeyandConsumer Secretvalues in your django settings:SOCIAL_AUTH_STOCKTWITS_KEY = '' SOCIAL_AUTH_STOCKTWITS_SECRET = ''