ios - Twitter request does not return all followers -
i using twitterkit in orther show followers list. using request:
https://dev.twitter.com/rest/reference/get/followers/list
the problem returns list of 20 followers. of know how manage problem ? need return of them.
any idea ?
thank much
from reading documentation, call returns lost of followers. default number of list of followers return 20 you're getting 20 contacts only. api have parameter called count can specify number of followers want retrieve, maximum 200.
however there call can reurn ids followers: https://dev.twitter.com/rest/reference/get/followers/ids
this return followers ids 5000 id, send id , not information of followers. here documentation api: https://dev.twitter.com/rest/reference/get/followers/ids
hope helps!

Comments
Post a Comment