How to get all Instagram tagged user photos? For example, I have user “user123”, and someone tagged me. How to get all images with @user123
?
https://api.instagram.com/v1/tags/@user123/media/recent?access_token=%%%&count=9
not working.
Advertisement
Answer
Currently there is no API to get all photos which has a user tagged.
You can get all tagged users for a photo via API, but not all photos of a tagged user.