2 replies
Im trying to get a list of people who have retweeted a particular post.

Im using twitteroauth by Abraham,

I tried:

$result=$connection->post('statuses/retweeters/', array('id' => '413808254385278976'));

$result2=$connection->post('statuses/retweeters/413808254385278976');

Neither work, both return error 34 'page does not exist'

Any assistance would be great.
#api #twitter

Trending Topics