
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" and "Consumer Secret" values in your django
  settings:

     SOCIAL_AUTH_STOCKTWITS_KEY    = ''
     SOCIAL_AUTH_STOCKTWITS_SECRET = ''
