Checking if a instagram image is private

后端 未结 2 937
被撕碎了的回忆
被撕碎了的回忆 2021-01-15 21:06

Say I have the URL to an image, http://instagr.am/p/xxxxxxxx/, how can I check if the image is set to private or not from a webpage? Is there some API that I can use?

<
2条回答
  •  生来不讨喜
    2021-01-15 21:34

    Use the GET relationship endpoint.

    https://api.instagram.com/v1/users/user-id/relationship
    

    This endpoint returns a BOOL value "target_user_is_private".

提交回复
热议问题