When calling twitter api favorites, get favourite_count
Posted
by mickyjtwin
on Stack Overflow
See other posts from Stack Overflow
or by mickyjtwin
Published on 2010-05-24T06:39:00Z
Indexed on
2010/05/24
6:41 UTC
Read the original article
Hit count: 236
twitterapi
Using the Twitter REST API Method: favorites for a user, this returns a list of statuses of each favourite. Is there a way to get the favourite count other than calling users/show, and accessing the property this way? Seems an ineffecient way of determining if there are more than 20 favourites for paging purposes.
© Stack Overflow or respective owner