LinkedIn 分享 API
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 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.