Skip to content

Commit

Permalink
Added some important information about setting up the twitter connect…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
gerardnll authored and XWB committed Dec 5, 2013
1 parent 073b65c commit 5e04d46
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Resources/doc/resource_owners/twitter.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Step 2x: Setup Twitter
======================
First you will have to register your application on Twitter. Check out the
First you will have to [register](https://dev.twitter.com/apps) your application on Twitter. Check out the
documentation for more information: https://dev.twitter.com/docs/auth/oauth.

You must set up a callback url and check "Allow this application to be used to Sign in with Twitter".

Next configure a resource owner of type `twitter` with appropriate
`client_id`, `client_secret`.

Expand All @@ -13,8 +15,8 @@ hwi_oauth:
resource_owners:
any_name:
type: twitter
client_id: <client_id>
client_secret: <client_secret>
client_id: <consumer-key>
client_secret: <consumer-secret>
```
When you're done. Continue by configuring the security layer or go back to
Expand Down

0 comments on commit 5e04d46

Please sign in to comment.