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.