Is there a Twitter API version 1.1 call that would provide the total number of friends a user is following?
The GET Friends/ids is the closest I found, however, it provides a list of all a user friend ids, not a total amount.
https://api.twitter.com/1.1/friends/ids.json?cursor=-1&screen_name=twitterapi&count=5000