I'm trying to use this module to access an an existing API that uses Oauth. The issue I'm having is that the documentation provides with consumer key, a consumer secret, a token and a token secret. the module calls for the first two, but then also calls for Request token URL, Access token URL and Authorize URL. I'm a little confused what I'm doing wrong

Comments

infojunkie’s picture

Status: Active » Fixed

Here's an explanation of these URLs: http://oauth.net/core/1.0/#request_urls

For example, for the Google OAuth 2.0 provider:
Access token URL is https://accounts.google.com/o/oauth2/token
Authorize URL is https://accounts.google.com/o/oauth2/auth

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.