Twitter API: Get Followers +99

前端 未结 7 797
悲&欢浪女
悲&欢浪女 2021-02-06 08:05

Using the twitter API (and OAuth) if i was to call for the user followers, (statuses/followers) i would be returned only 99 results.

Is there a way i can return 99, then

7条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-06 08:35

    Twitter only allows a certain number of API requests per hour, and I think minute. You might not be able to retrieve any more than 99 requests at once.

提交回复
热议问题