请求 URI 返回 HTTP 401

发布于 2024-12-10 10:58:55 字数 468 浏览 1 评论 0原文

我正在使用 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

我做错了什么?

I am using LinkedIn api along with Python, Django and Linux. The problem I face is when I apply filters to the request uri.

Supposingly /v1/posts/{post_id}:(id,type,category,creator,title,summary,creation-timestamp,likes,comments,attachment,site-group-post-url) returns a xml for the data of the following post. But if I apply some filter to it i.e

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

What am I doing wrong?

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

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

发布评论

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

评论(1

隱形的亼 2024-12-17 10:58:55

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

确认它与此页面生成的匹配:

https://developer.linkedin.com/oauth-测试控制台

Could your OAuth library be incorrectly calculating the request signature?

Confirm that it matches the one generated by this page:

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

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