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.