LinkedIn 分享 API

发布于 2024-10-03 09:16:09 字数 406 浏览 3 评论 0原文

我想使用 LinkedIn 共享 API,但是当我使用它时,它会出现以下未经授权的错误:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<error>
     <status>401</status>
     <timestamp>1290525084519</timestamp>
     <error-code>0</error-code>
     <message>[unauthorized]. OAU: <api token and keys></message>
</error>

请问有什么帮助吗?

I want to use LinkedIn share APIs, but when I use it, it gives me the following unauthorized error:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<error>
     <status>401</status>
     <timestamp>1290525084519</timestamp>
     <error-code>0</error-code>
     <message>[unauthorized]. OAU: <api token and keys></message>
</error>

Any help please?

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

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

发布评论

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

评论(1

爱冒险 2024-10-10 09:16:09

使用 PHP 标签,您可能想在链接中调查这个答案:
http://developer.linkedin.com/message/3343#3343

它谈论了Zend OAuth 的问题和可能的解决方案。我不知道这是否是您的确切问题,但这些论坛可能是进行一些研究的好地方。

With the PHP tag, you might want to investigate this answer on linked in:
http://developer.linkedin.com/message/3343#3343

It talks about a problem with Zend OAuth and a possible resolution. I don't know if that is your exact issue, but those forums may be a good place to do some research.

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