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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -