Twitter API: How to get users ID, who favorite specific tweet?

前端 未结 3 1471
轻奢々
轻奢々 2021-02-18 19:17

I\'m trying to get info about users, who added specific tweet to favorites, but I can\'t find it in documentation.

It is unfair that twitter can do that, but doesn\'t g

3条回答
  •  一个人的身影
    2021-02-18 19:52

    Use the endpoint favorites/list with max_id set to the tweet you're looking for.

    https://dev.twitter.com/rest/reference/get/favorites/list

提交回复
热议问题