skip to Main Content

I’m trying to develop an web app which use “Hashtag Search API”

API url: https://developers.facebook.com/docs/instagram-api/hashtag-search

When i used this API, Facebook returns “(#10) To use ‘Instagram Public Content Access’, your use of this endpoint must be reviewed and approved by Facebook. To submit this ‘Instagram Public Content Access’ feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.” message

I need this permission for development but Facebook requires me to get approved for using this permission

It’s a kind of permanent loop

Any suggestion?

2

Answers


  1. You need to create an “Test app” for your app: https://developers.facebook.com/docs/apps/test-apps/

    Using the Test App, you can use the hashtag search API, which will allow you to develop your app. Then, you can submit it to Facebook and receive the final permission on the production app where all your users (not only your test users) will be able to use it.

    Login or Signup to reply.
  2. I just went through the same problem. You need to add the permission manage_pages along with instagram_basic and then you can do hashtag searches in your test app.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search