Skip to content

Tag: instagram-api

How to get video from Instagram public access API?

I know that this api is working to get images but how about videos? https://www.instagram.com/username/?__a=1 I was able to get the thumbnail of the video but not the source or the url itself. Answer When you make above API call it would return code in it. looks something like this: BWhyIhRDBCw Whenever your …

Get Instagram tagged user photos

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. Answer Currently there is no API to get all photos which ha…