0

Invalid oAuth Signature

Hi,

I have been trying to work it out for some time now and couldn't get my head around it. I have a Python class which is asking for user's permission in order to access his/her contacts. I have no problem obtaining the very last token from get_token method.

The problem starts when I am trying to access the contacts api. These are the parameters I am trying to use: http://pastie.org/private/hinerr5gw7lkfwdbanebg

I am trying to send a request to the URL: http://social.yahooapis.com/v1/user/{guid}/contacts

And this how I sign and send the request: http://pastie.org/private/x8kxbrxk30kslede86cw

Please tell me what I am missing because all I am getting, for a week now, is "signature_invalid" error,

Thanks in advance.

1 Reply
  • I have the same problem. I'm using the exact code from http://developer.yahoo.com/boss/geo/docs/codeexamples.html#oauth_ruby and it's returning:

    Please provide valid credentials. OAuth oauth_problem="OST_OAUTH_SIGNATURE_INVALID_ERROR", realm="yahooapis.com" Please provide valid credentials. OAuth oauth_problem="OST_OAUTH_SIGNATURE_INVALID_ERROR", realm="yahooapis.com"

    0

Recent Posts

in OAuth General Discussion YDN SDKs