twitter-async
twitter-async copied to clipboard
Retweet Api
Hi,
I tried using the following methods to call the retweet api:
$status = $twitterObj->post('/statuses/retweet/'.$tweet_id.'.json');
and
$status = $twitterObj->post_statusesRetweet(array('id' => $tweet_id));
but both methods return:
response: {errors:[{message:Sorry, that page does not exist, code:34}]}
Any idea how to resolve this issue? Thanks!
Updates: apparently some certain tweets return such a response. I'm suspecting that the tweets do not allow re-tweets?
I'm not sure if this helps, but we found that reposting the exact same tweet from the same account within 24 hours does not work.
thanks! I think that's why!
I got the same response : code 34. Did you solve this issue ?