我正在尝试使用以下网址从 twitter 获取提要
https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=manjunath00789&count=4
调用代码
$tweets = wp_remote_get("https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=manjunath00789&count=4/");
var_dump($tweets);
它给出了错误
{"errors":[{"message":"Bad Authentication data","code":215}]}
我在谷歌上搜索过,但我找不到解决方案。任何机构都可以帮助解决这个问题