gpt4 book ai didi

oauth - "Could not authenticate you."- 使用 Twitter OAuth 时出错

转载 作者:行者123 更新时间:2023-12-02 08:59:00 26 4
gpt4 key购买 nike

我正在使用 Twitter OAuth 构建我的第一个系统,但遇到了一些问题。

首先,我使用 Abraham 的 Twitter 类来实现此目的,并且我关注了 this教程。但是,我在我的callback.php 上得到了这些行:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\xampp\htdocs\twitter\twitterOAuth\OAuth.php on line 301

Warning: strtoupper() expects parameter 1 to be string, array given in C:\xampp\htdocs\twitter\twitterOAuth\OAuth.php on line 373
Oops - an error has occurred.
SimpleXMLElement Object
(
[request] => /account/verify_credentials.xml
[error] => Could not authenticate you.
)

这是 Twitter 级别的问题,还是我做错了什么?正如教程所述,我在 config.php 中有我的消费者 key 和消费者 secret ,但我应该存储其他内容吗?

马蒂·莱恩

最佳答案

Snipe.net 教程适用于旧版本的 TwitterOAuth。请务必阅读新文档

http://github.com/abraham/twitteroauth/blob/master/DOCUMENTATION

总的来说,更新到新版本正在发生变化:

$content = $to->OAuthRequest('https://twitter.com/account/verify_credentials.xml', array(), 'GET');

至:

$content = $to->get('account/verify_credentials');

关于oauth - "Could not authenticate you."- 使用 Twitter OAuth 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2657452/

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