Skip to content
Advertisement

Tag: instagram

Instagram Story Scraper PHP

i built a little Instagram Story Scraper but i cant get it to work…i’m probably just too tired. I’ve already tried everything but can’t solve the problem myself Every time I run it with Wamp I get …

Error when trying to get Instagram Embed page HTML code

I’m trying to get the HTML Code of the Instagram’s Embed pages for my API, but it returns me a strange error and I do not know what to do now, because I’m new to PHP. The code works on other websites. I tried it already on other websites like apple.com and the strange thing is that when I call

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 media nodes has “is_video”: true you can

Is there a way to pull an instagram feed with PHP without logging in?

It seems that this solution no longer works – How to get a user’s Instagram feed The new API requires an access token which is dynamically assigned after passing through a login page. Is there a way to still pull a feed programmatically through PHP without jumping through the new oauth hoops? This is useful for setting a crontab to

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 has a user tagged. You can get all tagged users for a photo via API, but not all photos of a

Advertisement