- ru
- Language: en
- Documentation version: 0.1
StockTwits¶
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 Key
andConsumer Secret
values in your django settings:SOCIAL_AUTH_STOCKTWITS_KEY = '' SOCIAL_AUTH_STOCKTWITS_SECRET = ''