Skip to content

Instantly share code, notes, and snippets.

@danielpietzsch
Created April 28, 2012 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpietzsch/2522464 to your computer and use it in GitHub Desktop.
Save danielpietzsch/2522464 to your computer and use it in GitHub Desktop.
500px
(500px) Request phase initiated.
Started GET "/auth/500px" for 127.0.0.1 at 2012-04-29 10:37:56 +1200
#I double-checked the key and secret. They are correct.
Rails.application.config.middleware.use OmniAuth::Builder do
provider :fiveHundredPx, '4rat3CfMditQzh3WVL4a3xo2Kf0tRms3I55XXXXX', 'dSGmkVsSJjG0sDRb8xjPamZ3tLQNvglxrQKXXXXX'
end
@danielpietzsch
Copy link
Author

When I call http://localhost:3000/auth/500px, I am redirected to https://api.500px.com/v1/oauth/authorize?oauth_token=oNgUVJdcUuxKqmxKpoXqjwR8xJsq4pVfGRaXXXX, which results in this error message:

500px oauth error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment