Instagram api - get all photos by hashtag

后端 未结 4 669
半阙折子戏
半阙折子戏 2021-02-14 15:40

I am new to this Instagram API, and I read their doc about endpoints, this is the endpoint that I am using:

/v1/tags/{tag-name}/media/recent?access_token=ACCESS-         


        
4条回答
  •  一向
    一向 (楼主)
    2021-02-14 15:52

    I know has been a long time, but just for the record.

    Since you need the public_scope permission for this (the permission that gives you access to all public data on instagram, and not only your account) you need your app to be reviewed and approved by Instagram. However, if you're using the API for a one-site personal project, Instagram will not approve it.

    Here's from Instagram's docs:

    1: Which use case best describes your Instagram integration?

    R: I want to display hashtag content and public content on my website.

    A: This use case is not supported. We do not approve the public_content permission for one-off projects such as displaying hashtag based content on your website. As alternative solution, you can show your own Instagram content, or find a company that offers this type of service (content discover, moderation, and display).

    You can find more information in the Permission Review documentation.

提交回复
热议问题