Instagram api - get all photos by hashtag

后端 未结 4 694
半阙折子戏
半阙折子戏 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

    You can try it and it is working for me.

    /v1/tags/{tag-name}/media/recent?client_id={YOUR_CLIENT_ID}
    

    My client id is created before "permission review", it is working now and I am trying to submit permission review to Instagram now, hope it will pass.

提交回复
热议问题