【发布时间】:2012-04-09 15:08:18
【问题描述】:
我通过 Python 获得了 LinkedIn API 的 oauth 令牌和 oauth 令牌秘密。我现在想通过 curl 进行一些 REST 调用,我尝试了以下方法;
curl -v "http://api.linkedin.com/v1/people/~" -d "oauth_token=xxxxxxxxxx" -d "oauth_token_secret=xxxxxxxxxxxxx"
我在 Python 中使用过 LinkedIn API,但想在 curl 中使用。我在这里错过了什么吗? 在这方面的任何建议都将受到高度赞赏。 感谢您的帮助。
【问题讨论】: