twitter-async icon indicating copy to clipboard operation
twitter-async copied to clipboard

Retweet Api

Open adrianvu opened this issue 11 years ago • 4 comments

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!

adrianvu avatar Jul 26 '13 09:07 adrianvu

Updates: apparently some certain tweets return such a response. I'm suspecting that the tweets do not allow re-tweets?

adrianvu avatar Jul 26 '13 09:07 adrianvu

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.

yireo avatar Jul 26 '13 10:07 yireo

thanks! I think that's why!

adrianvu avatar Jul 26 '13 10:07 adrianvu

I got the same response : code 34. Did you solve this issue ?

ManUtopiK avatar Nov 11 '13 20:11 ManUtopiK