请求URI返回HTTP 401



我正在使用LinkedIn api以及Python, Django和Linux。我面临的问题是当我对请求uri应用过滤器时。

假设/v1/posts/{post_id}:(id,type,category,creator,title,summary,creation-timestamp,likes,comments,attachment,site-group-post-url)返回以下帖子数据的xml。但是如果我给它加滤镜比如

/v1/posts/{post_id}:(id,type,category,creator,title,summary,creation-timestamp,likes,comments,attachment,site-group-post-url)?count=5&start=5将返回HTTP 401 UNAUTHORIZED

我做错了什么?

您的OAuth库是否错误地计算请求签名?

确认它与本页生成的匹配:

https://developer.linkedin.com/oauth-test-console

最新更新