I have been trying to get contacts via Yahoo OAUTH for over 4 hours now.. finally in the last stage.Have been following this very closely and am successfully getting the request token too.But when i fetch the following url:
along with the parameters mentioned here.
I am simply getting an HTTP Error
Not Found on Accelerator
This is what i am trying to get now..
https://social.yahooapis.com/v1/user/(some guid)/contacts?format=json&realm=yahooapis.com&oauth_consumer_key=(some key)&oauth_nonce=p0p@wA$h3rE&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1363691527&oauth_token=(access token here)&oauth_version=1.0&oauth_signature=(some sign)
The url was wrong,It should be as the follows as given in the yahoo api docs