0

Unable to connect to the remote server https://api.login.yahoo.com/oauth/v2/get_request_token

I'm having issue with https://api.login.yahoo.com/oauth/v2/get_request_token address. It gives me the following error:

Unable to connect to the remote server

{"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 66.196.86.204:443"}

Am I doing anything wrong?

It seems it cannot get past HttpWebResponse res = (HttpWebResponse)req.GetResponse(); and this is where the exception arises.

It's inside private string GetRequestToken()

I, of course, registered the application with yahoo, and it's trusted.

Your help on the matter is much appreciated.

by
2 Replies
  • anyone??
    0
  • What does your request look like (with headers)?

    What is your client's timeout set to? Perhaps increasing this would fix the problem.

    QUOTE (whichever @ Sep 21 2010, 04:08 PM) <{POST_SNAPBACK}>
    I'm having issue with https://api.login.yahoo.com/oauth/v2/get_request_token address. It gives me the following error:

    Unable to connect to the remote server

    {"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 66.196.86.204:443"}

    Am I doing anything wrong?

    It seems it cannot get past HttpWebResponse res = (HttpWebResponse)req.GetResponse(); and this is where the exception arises.

    It's inside private string GetRequestToken()

    I, of course, registered the application with yahoo, and it's trusted.

    Your help on the matter is much appreciated.
    0

Recent Posts

in Contacts