Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Remove domain from oauth_callback in config/twitter_auth.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Mar 14, 2010
1 parent 28cc463 commit 8ded5df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/clearance_twitter/templates/twitter_auth.yml
Expand Up @@ -8,7 +8,7 @@ development:
# Learn more at: http://apiwiki.twitter.com/Sign-in-with-Twitter # Learn more at: http://apiwiki.twitter.com/Sign-in-with-Twitter
authorize_path: "/oauth/authenticate" authorize_path: "/oauth/authenticate"


oauth_callback: "http://localhost:3000/twitter_users/oauth_callback" oauth_callback: "/twitter_users/oauth_callback"
# api_timeout: 10 # api_timeout: 10
# remember_for: 14 # days # remember_for: 14 # days
test: test:
Expand All @@ -19,7 +19,7 @@ test:
authorize_path: "/oauth/authenticate" authorize_path: "/oauth/authenticate"
# api_timeout: 10 # api_timeout: 10
# remember_for: 14 # days # remember_for: 14 # days
oauth_callback: "http://example.com/twitter_users/oauth_callback" oauth_callback: "/twitter_users/oauth_callback"
cucumber: cucumber:
strategy: oauth strategy: oauth
oauth_consumer_key: testkey oauth_consumer_key: testkey
Expand All @@ -28,4 +28,4 @@ cucumber:
authorize_path: "/oauth/authenticate" authorize_path: "/oauth/authenticate"
# api_timeout: 10 # api_timeout: 10
# remember_for: 14 # days # remember_for: 14 # days
oauth_callback: "http://example.com/twitter_users/oauth_callback" oauth_callback: "/twitter_users/oauth_callback"

0 comments on commit 8ded5df

Please sign in to comment.