You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
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!
The text was updated successfully, but these errors were encountered: