Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Retweet Api #184

Open
adrianvu opened this issue Jul 26, 2013 · 4 comments
Open

Retweet Api #184

adrianvu opened this issue Jul 26, 2013 · 4 comments

Comments

@adrianvu
Copy link

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
Copy link
Author

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

@yireo
Copy link

yireo commented Jul 26, 2013

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.

@adrianvu adrianvu reopened this Jul 26, 2013
@adrianvu
Copy link
Author

thanks! I think that's why!

@ManUtopiK
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants