pelle / oauth-plugin

Rails plugin for OAuth
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
MIT License
716 stars 216 forks source link

Error when getting token (need to POST) #73

Closed jamierytlewski closed 1 month ago

jamierytlewski commented 13 years ago

I'm looking at http://developer.runkeeper.com/healthgraph/registration-authorization and this is the API that is giving me fits with Authenticating right now. I see in step 3 they POST to get the token. Foursquare, which I have working correctly does a GET with the token. One this page: https://github.com/intridea/oauth2/issues/34 - They note about an option named :access_token_method, I do not see that anywhere in the code. I've been looking for it and I've been trying to understand Ruby (I'm new to Ruby, generally .NET), so I'm not quite sure where in your code that should be.