Hi,
I am getting invalid signature error while making request using curl as following
curl
https://api.login.yahoo.com/oauth/v2/get_request_token -d "oauth_nonce=4376075&oauth_timestamp=1272377929&oauth_consumer_key=dj0yJmk9RXlmdVNzbmFUMj9WVdrOWJXbE5ibEZxWNHbzlNVEkzT0RVMk5
qSS0mcz1jb25zdW1lcnNlY3JldCZ4PTg2&oauth_signature_method=PLAINTEXT&oauth_signature=d5bc340af1559b897dc96e3b5628deb30e98d93d%2526%26&oauth_version=1.0&oauth_callback=http%3a%2f%2fwww.mysite.com%2fdefault.aspx" -v -k
(the consumer key of the above request is slightly modified for privacy.)
Can someone please tell me whats wrong with the request?