【发布时间】:2016-02-14 02:16:32
【问题描述】:
一段时间以来一直试图找出数组,但我无法在推文中发布主题标签,推文本身发布得很好,只是没有主题标签,我的代码如下:
$tweetmsg='testing'; //this is just an example of the variable
$connection->post('statuses/update',array('status' => $tweetmsg, 'entitites' => array('hashtags' => array('text' => 'test'))));
文档:https://dev.twitter.com/rest/reference/post/statuses/update
我正在使用的 API 库:https://github.com/abraham/twitteroauth
【问题讨论】: