duanji1610 2017-06-18 22:48
浏览 75
已采纳

如何获取Instagram中特定图像的列表?

for example my instagram account is "A" and i have an image on account "B". can i get a list of likers of the image on account "B" with account "A". (All works such as authentication and all thing about instagram api is done on account "A").

  • 写回答

1条回答 默认 最新

  • duanlan3598 2017-06-20 00:39
    关注

    Yes, with public API you can get latest 120 likes of any public user's post.

    You need to have public_content permission scope and use this API:

    https://api.instagram.com/v1/media/{media-id}/likes?access_token=ACCESS-TOKEN
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?