Twitter ユーザーから最新のツイートを取得しようとしています。これは私がこれまでに得たものです:
$string = file_get_contents("https://api.twitter.com/1/statuses/show.json?id=Cristiano&include_entities=true");
$json_=json_decode($string,true);
これは私のエラーメッセージです:
{"errors":[{"message":"Bad Authentication data","code":215}]}
何が問題ですか?