开发者

Problem getting LinkedIn access token

开发者 https://www.devze.com 2023-02-15 13:50 出处:网络
I am getting this error during getting Access Token of linkedin, The remote server returned an error:

I am getting this error during getting Access Token of linkedin, The remote server returned an error:

(401) Unauthorized. consumer,requst token,verifier contains valid values

 TokenResponse accessTokenResponse = OAuthAuthorizationService.GetAccessToken(
                    consumer,
                    "https://api.linkedin.com/uas/oauth/accessToken",
                    "http://api.linkedin.com",
                    requestToken,
                    verifier,
      开发者_高级运维              HttpMethodType.Post);


The 401 Unauthorized error can also appear immediately after login which is an indication that the web site received your user name and password but found something about them to be invalid, so check all parameters.


Bilal, you better search on the LinkedIn Developer network for similar posts, I found this one:

http://developer.linkedin.com/thread/1230

0

精彩评论

暂无评论...
验证码 换一张
取 消