Total Friend Count in Twitter API 1.1 version -
is there twitter api version 1.1 call provide total number of friends user following?
the get friends/ids closest found, however, provides list of user friend ids, not total amount.
https://api.twitter.com/1.1/friends/ids.json?cursor=-1&screen_name=twitterapi&count=5000
yes. if use users/show
endpoint of v1.1 api can retrieve information particular user.
one of fields returned called friends_count
- value looking for.
full details here: https://dev.twitter.com/docs/api/1.1/get/users/show
Comments
Post a Comment