尝试使用针对Laravel的thujohn Twitter API调试postTweet

时间:2014-09-30 17:54:38

标签: php twitter laravel laravel-4

这行代码 工作正常,但现在却没有。

Twitter::postTweet(array('status' => "test tweet", 'format' => 'json'));

如何从Twitter获得回复?或者弄清楚出了什么问题?

1 个答案:

答案 0 :(得分:0)

twitter的响应可能是此功能的结果,因此您需要使用:

$twitterResponse = Twitter::postTweet(array('status' => "test tweet", 'format' => 'json'));

您可能使用this Twitter Api