Twitter recently added more data to each tweet it returns via the API. Now your applications can access the number of retweets, whether you have retweeted a tweet and additional information about the user who wrote the tweet. The new information used to require subsequent calls to the Twitter API, or perhaps looking up a cached value from your own database.
Twitter Developer Advocate Matt Harris announced the four new data fields on the Twitter developer mailing list. The fields include:
Unfortunately, some bugs were identified in retweet_count and that feature has been disabled for now. Because Twitter sometimes turns features off to maintain site stability, it recommends that you always write your app code to handle missing fields or empty values.
All these new fields also exist in the Twitter Streaming API, except for the retweeted count, which has no meaning in that context. The Twitter Search API does not support the new fields.

One more change: the users/showmethod was changed to return an HTTP 403 error (instead of 404) when an account has been suspended. This change was made in response to users who wanted to distinguish between deleted and suspended accounts. Calling users/showon a suspended user will return the error message “User has been suspended,” which indicates the account still exists on Twitter. Deleted accounts will return “Not found.”
Complete documentation should be available soon at http://dev.twitter.com.
Hat tip: Damon Cortesi





©ProgrammableWeb.com 2013. All rights reserved.
Terms of Service | Privacy Policy
4 Responses to “Twitter API Adds Retweet Count and More”
at 12:05 pm
[...] ProgrammableWeb » Artículos Relacionados en [...]
at 11:58 pm
Hi Matt,
I am having one query..
After retweet, The Boolean value Retweeted not changing it is always constant to false but it is updated to twitter site not on the API side.
Please let me know the reason..
Thanks in advance….
Amit
at 2:03 am
Is it possible to get a count of the replies and retweets for a particular tweet?…
I see what you mean and it should work but I was thinking in a solution like using statuses/retweeted (http://blog.programmableweb.com/2010/08/30/twitter-api-adds-retweet-count-and-more/) but it doesn’t seem to work anymore……
at 10:55 am
[...] Twitter API Adds Retweet Count and More (programmableweb.com) [...]