gpt4 book ai didi

javascript - Twitter api 上的错误身份验证数据,http 状态为 200

转载 作者:行者123 更新时间:2023-11-27 22:55:51 26 4
gpt4 key购买 nike

我正在使用 JavaScript 中的 Twitter 库,名为 codebird-js。我提供了我的消费者 key 和 token 来发推文,但是我得到了代码 215,http 状态为 200。在 Twitter 网站上,它说您通常会通过 http 400 获取此代码,所以我不知道这是什么意思。这是示例代码,任何人都可以告诉我为什么会出现此错误:

        <script type="text/javascript">
var cb = new Codebird;
cb.setConsumerKey('xxx','xxx');
cb.setToken('xxx', 'xxx');

var params = {
status: "im trying"
};
cb.__call(
"statuses_update",
params,
function (reply) {
console.log(reply);
});
</script>

最佳答案

215 表示

错误的身份验证数据 - 通常与 HTTP 代码 400 的 1.1 响应一起发送。该方法需要身份验证,但未提供或完全无效。

来源:https://dev.twitter.com/overview/api/response-codes

关于javascript - Twitter api 上的错误身份验证数据,http 状态为 200,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37621758/

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