获取 LinkedIn 访问令牌时出现问题

发布于 2024-10-21 03:48:41 字数 470 浏览 0 评论 0原文

我在获取 linkedin 的访问令牌时遇到此错误,远程服务器返回错误:

(401) 未经授权。消费者,请求 令牌,验证者包含有效值

 TokenResponse accessTokenResponse = OAuthAuthorizationService.GetAccessToken(
                    consumer,
                    "https://api.linkedin.com/uas/oauth/accessToken",
                    "http://api.linkedin.com",
                    requestToken,
                    verifier,
                    HttpMethodType.Post);

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);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不疑不惑不回忆 2024-10-28 03:48:41

401未经授权的错误也可能在登录后立即出现,这表明网站收到了您的用户名和密码,但发现其中的某些内容无效,因此请检查所有参数。

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.

三人与歌 2024-10-28 03:48:41

Bilal,你最好在 LinkedIn Developer 网络上搜索类似的帖子,我找到了这个:

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

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文