0

get Request Token method is not working

When i am trying to access the URL : https://api.login.yahoo.com/oauth/v2/get_request_token, it's giving me "File not found" issue. Is anyone else facing the issue?

by
6 Replies
  • My Request is : 

    https://api.login.yahoo.com/oauth/v2/get_request_token?
    oauth_nonce=3fd31025b69ca38e3fecfe05c838068a
    &oauth_timestamp=1342245421408
    &oauth_consumer_key=xxxxxconsumerkey
    &oauth_signature_method=plaintext
    &oauth_signature=xxxxsecretkey
    &oauth_version=1.0
    &oauth_callback=http%3A%2F%2Flocalhost%3A8080%2Fziloho1%2FLogin.do%3Faction%3Dycallback
    0
  • I am facing this issue. Resolved yet???
    0
    • Aug 28, 2012
    It doesn't work with this Callback URL

    This must be http:// DOMAIN_IN_YOUR_APP / ........etc

    it's not possible to test it locally on localhost
    0
    • Aug 28, 2012
    It doesn't work with this Callback URL

    This must be http:// DOMAIN_IN_YOUR_APP / ........etc

    it's not possible to test it locally on localhost

    QUOTE(Shreyash @ 28 Aug 2012 2:03 AM)
    I am facing this issue. Resolved yet???
    0
    • Aug 28, 2012
    It doesn't work with this Callback URL

    This must be http:// DOMAIN_IN_YOUR_APP / ........etc

    it's not possible to test it locally on localhost

    QUOTE(Rajkumar @ 13 Jul 2012 11:01 PM)
    My Request is : 

    https://api.login.yahoo.com/oauth/v2/get_request_token?
    oauth_nonce=3fd31025b69ca38e3fecfe05c838068a
    &oauth_timestamp=1342245421408
    &oauth_consumer_key=xxxxxconsumerkey
    &oauth_signature_method=plaintext
    &oauth_signature=xxxxsecretkey
    &oauth_version=1.0
    &oauth_callback=http%3A%2F%2Flocalhost%3A8080%2Fziloho1%2FLogin.do%3Faction%3Dycallback
    0
  • Got it. It is working fine, but the issue is, i have changed my host file to give a domain for localhost and not it works.
    0

Recent Posts

in OAuth General Discussion YDN SDKs