Twitter follower count number

后端 未结 4 1620
伪装坚强ぢ
伪装坚强ぢ 2021-02-08 03:44

Is the only way to get the follower count number in plain text is using cURL? or does the twitter API provides any such option?

4条回答
  •  星月不相逢
    2021-02-08 04:36

    In API version 1.1 you can use: https://dev.twitter.com/docs/api/1.1/get/users/show

    the 'followers_count' field should contain the follower count number.

    In API version 1 which is deprecated you can use: https://dev.twitter.com/docs/api/1/get/users/show

提交回复
热议问题