Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Instagram, How to get All photos by Tag?

Tags:

api

instagram

So I can get how many posts have "SOMETAG":

https://api.instagram.com/v1/tags/SOMETAG

I can get images by tag:

https://api.instagram.com/v1/tags/SOMETAG/media/recent

But it returns only my user photos.

How I can get All photos from all users with some tag (not one request)?

like image 890
Dmitry Lyalin Avatar asked Mar 13 '23 21:03

Dmitry Lyalin


1 Answers

Your client is in Sandbox Mode and can only search for tags of photos posted by invited users. You have to login into https://www.instagram.com/developer, edit your client and click on the "GO LIVE" button.

If the "GO LIVE" button is disabled, you have get your app reviewed by Instagram first: Click on the Permissions tab and submit for review. (Company Name, Contact Email and Privacy Policy URL are required to start a submission.) Once approved, u will be able to click Go Live.

like image 118
Torben Avatar answered Mar 23 '23 07:03

Torben