I’m using DotNetOpenAuth to connect to the LinkedIn API. I am getting a (400) Bad Request when trying to call the BeginAuthorize method in their API. What am I doing wrong? I’m using Windows 7 and the firewall is disabled.
I’m using DotNetOpenAuth to connect to the LinkedIn API. I am getting a (400)
Share
even i have faced the same problem. this one is not related to windows 7 security policy. the Date & time (local system) is not matched with your linked-in API (server).
Debug your code and gothru the inner details of the exception..
By Installing Network Time Protocol in your system would solve the problem
Thanks,
Gunasekaran Sambandhan