hi
I want to use oauth login to my site and I followed docs here to get
get_request_token first with the url:
https://api.login.yahoo.com/oauth/v2/get_request_token?oauth_nonce=ce2130523f788f313f76314ed3965ea6&oauth_timestamp=1350111881&oauth_consumer_key=dj0yJmk9Z0JNaVYwMUdtTDhwJmQ9WVdrOVozZFRiM2h0TXpJbWNHbzlOamt3T1RVeE56WXkmcz1jb25zdW1lcnNlY3JldCZ4PTA0&oauth_signature_method=plaintext&oauth_signature=1b6d85f578168cfa669b066b2902e2dc2db7ba04%26&oauth_version=1.0&xoauth_lang_pref=en-us%26&oauth_callback=http://objcc.com/
but server return error: Www-Authenticate:OAuth oauth_problem=consumer_key_rejected
I also used http://developer.yahoo.com/social/sdk/ python version code to test, with the same error returned.
Please help to check what's wrong, thanks.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
below is my project info on
My Projects:
Consumer Key: dj0yJmk9Z0JNaVYwMUdtTDhwJmQ9WVdrOVozZFRiM2h0TXpJbWNHbzlOamt3T1RVeE56WXkmcz1jb25zdW1lcnNlY3JldCZ4PTA0
Consumer Secret: 1b6d85f578168cfa669b066b2902e2dc2db7ba04
Application URL: http://objcc.com
App Domain: objcc.com