node-oauth
node-oauth copied to clipboard
getOAuthAccessToken could pass extra parameters
hi ciaranj, Access token of Yahoo will expired after 1 hours, and will need to refresh access token with oauth_token, oauth_secret and oauth_session_handle. oauth_session_handle is extra parameter and necessary for Yahoo API.
In step 5 ref: http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html
I'm having trouble with this too. Was it ever resolved?
this PR would help us too. Is there any plan to merge it?