I created a bot to retweet one of my status in twitter... i used the api @ http://github.com/abraham/twitteroauth
$connection->post('statuses/retweet/'. $result->id);
i can retweet my tweet successfully but when i check tweet mentioning me, it doesn't l开发者_StackOverflow社区ist the tweet by that bot
Retweets are not shown in mentions since the original tweet will already be listed. You can view the original tweet and see that it is retweeted or you might want to look at http://dev.twitter.com/doc/get/statuses/retweets_of_me
精彩评论