Hi,
I am unable to get request token using HMAC-SHA1
This is the call
https://api.login.yahoo.com/oauth/v2/get_request_token?
oauth_nonce=gettingToken
&oauth_timestamp=1277975227
&oauth_consumer_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
&oauth_signature_method=HMAC-SHA1
&oauth_signature=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
&oauth_version=1.0
&oauth_callback=http://yahoo.com/
I am getting oauth_problem=signature_invalid.
I am using the Consumer key and Consumer secret for oauth_consumer_key and oauth_signature respectively.
Thanks in Advance



