Reputation: 105
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.
Upvotes: 1
Views: 2273
Reputation: 49
The short answer is:
GET https://www.instagram.com/user123/tags
for further reading the Instagram documentation: https://developers.facebook.com/docs/instagram-api/guides/mentions
Upvotes: -1
Reputation: 12952
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.
Upvotes: 2