Perusing the Instagram API I see it's pretty straightforward to search for photos by tag OR by username. However, I can't seem to find anything on searching by both. Is it possible to query the API and get only results of a specific tag from a specific user?
Posts are Public: Anyone can see photos and videos you're tagged in on your profile. Posts are Private: Only confirmed followers can see photos and videos you're tagged in on your profile.
It is not possible to see someone's hidden tagged photos on Instagram. Just as you cannot see the posts of a private account on Instagram, you cannot see the tagged posts of private accounts either.
Your best bet is to do a lookup on a user and then sift through the results and get each picture with a certain tag
There is an opportunity how to do it:
https://api.instagram.com/v1/tags/SEARCH_TAG/media/recent?client_id=CLIENT_ID&callback=MY_CALLBACK
SEARCH_TAG
- input
CLIENT_ID
- its your ID
after registration
MY_CALLBACK
- your callback function.
You will receive your response in Form of JSONP
.
After it you can search your response with the parameters your want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With