Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Born2DoubleUp opened this issue Aug 21, 2018 · 2 comments
Open

Comments

@Born2DoubleUp
Copy link

Born2DoubleUp commented Aug 21, 2018

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

mynetx commented Sep 15, 2018

@Born2DoubleUp Can you tell me a sample Tweet ID?

@mynetx
Copy link
Member

mynetx commented Oct 28, 2018

@Born2DoubleUp Are you still there?

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

No branches or pull requests

2 participants