Created
April 28, 2012 22:36
-
-
Save danielpietzsch/2522464 to your computer and use it in GitHub Desktop.
500px
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(500px) Request phase initiated. | |
Started GET "/auth/500px" for 127.0.0.1 at 2012-04-29 10:37:56 +1200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#I double-checked the key and secret. They are correct. | |
Rails.application.config.middleware.use OmniAuth::Builder do | |
provider :fiveHundredPx, '4rat3CfMditQzh3WVL4a3xo2Kf0tRms3I55XXXXX', 'dSGmkVsSJjG0sDRb8xjPamZ3tLQNvglxrQKXXXXX' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I call
http://localhost:3000/auth/500px
, I am redirected tohttps://api.500px.com/v1/oauth/authorize?oauth_token=oNgUVJdcUuxKqmxKpoXqjwR8xJsq4pVfGRaXXXX
, which results in this error message: