jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
775 stars 237 forks source link

Retrieve total number of Views, Replies, Favorites, and Retweets #239

Open Born2DoubleUp opened 5 years ago

Born2DoubleUp commented 5 years ago

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 :*(

mynetx commented 5 years ago

@Born2DoubleUp Can you tell me a sample Tweet ID?

mynetx commented 5 years ago

@Born2DoubleUp Are you still there?