gpt4 book ai didi

tumblr - 尝试发布到 Tumblr 博客时不断收到 401

转载 作者:行者123 更新时间:2023-12-01 06:44:42 28 4
gpt4 key购买 nike

在通过 v2 API 发布到 Tumblr 时,我不断收到 401,但没有进一步解释错误是什么。

请求如下 - 添加换行符以提高可读性

POST http://api.tumblr.com/v2/blog/[blog].tumblr.com/post HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Host: api.tumblr.com
Content-Length: 303

body=test&
oauth_consumer_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&
oauth_nonce=4712451&
oauth_signature_method=HMAC-SHA1&
oauth_timestamp=1312610497&
oauth_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&
oauth_version=1.0&
type=text&
oauth_signature=ccN%2f0E%2bat42BAzdkDPJ%2ffcuMacY%3d

我得到以下回复
HTTP/1.1 401 Not Authorized
Date: Sat, 06 Aug 2011 06:01:43 GMT
Server: Apache
P3P: CP="ALL ADM DEV PSAi COM OUR OTRo STP IND ONL"
Vary: Accept-Encoding
X-Tumblr-Usec: D=38791
Content-Length: 60
Connection: close
Content-Type: application/json

{"meta":{"status":401,"msg":"Not Authorized"},"response":[]}

有谁知道为什么?

最佳答案

您可以在此处检查您的基本字符串

http://quonos.nl/oauthTester/

你可以在这里检查一切

http://hueniverse.com/oauth/guide/authentication/

另外,就我个人而言,当我的签名包含 + 时,我遇到了一些麻烦,就像你上面所做的那样,(+ = %2b urlencoded)。我通过测试签名中的 + 并重新签名(如果有)解决了这个问题。

关于tumblr - 尝试发布到 Tumblr 博客时不断收到 401,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6965216/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com