以下のURLを使用して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}]}
Googleで検索しましたが、解決策が見つかりませんでした。問題を解決するのに役立つ人はいますか