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
Hello, I have a Tweet ID and I'm trying to use CodeBird to retrieve the total amounts of views, replies, favorites, and retweets of that Tweet ID. I tried to use the below code to retrieve how many retweets a tweet has with no luck.
But that didn't give me back any results. I know the $TweetId is correct, just not sure what I'm suppose to be doin as far as CodeBird is concerned. What would I need to do to get these stats of a tweet? Any help would be appreciated. I've been looking through the github pages and searching google with no luck :*(
The text was updated successfully, but these errors were encountered:
Hello, I have a Tweet ID and I'm trying to use CodeBird to retrieve the total amounts of views, replies, favorites, and retweets of that Tweet ID. I tried to use the below code to retrieve how many retweets a tweet has with no luck.
$reply = $cb->statuses_retweets(array('id' => $TweetId));
But that didn't give me back any results. I know the $TweetId is correct, just not sure what I'm suppose to be doin as far as CodeBird is concerned. What would I need to do to get these stats of a tweet? Any help would be appreciated. I've been looking through the github pages and searching google with no luck :*(
The text was updated successfully, but these errors were encountered: