Skip to content

Commit

Permalink
#3 Explain for each module how to set up OAuth Apps
Browse files Browse the repository at this point in the history
  • Loading branch information
groganz committed Sep 11, 2016
1 parent 05f10d9 commit 22bef58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package/campaignchain_twitter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ created in Twitter:
#. Go to https://dev.twitter.com/apps and create a new application.
#. Fill out any required fields such as the application name and description.
#. Put your website domain in the Website field.
#. Provide the domain of your CampaignChain instance as the Callback URL. Make
sure that you specify the correct protocol (`http` or `https`).
#. Provide the host name of your CampaignChain instance as the Callback URL
(e.g. http://mydomain.com). Make sure that you specify the correct scheme
(`http` or `https`).
#. The Callback URL's parts must be identical with the
`router.request_context.host` and `router.request_context.scheme` parameters
defined in the `app/config/parameters.yml` configuration file.
#. Once you have registered the app, `connect to a location`_ while choosing
Twitter as the Channel.
#. When the *Provide Application Credentials* screen comes up, go back to
Expand Down

0 comments on commit 22bef58

Please sign in to comment.