Quantcast
Channel: How to get a user's Instagram feed - Stack Overflow
Viewing all articles
Browse latest Browse all 9

How to get a user's Instagram feed

$
0
0

I'd like to get a user's Instagram feed using PHP. I've signed up for an Instagram Developer Account and tried pulling in a user's info and photos, but the response isn't stable. Sometimes I get a response and other times I keep getting the error: access_token is missing. Is there a solid example of getting a user's feed of photos by username?

Ideally, I'd like it to be as simple as:

$instagram = new Instagram();$photos = $instagram->getPhotos("username-goes-here");

Where Instagram is a class that handles all the requests. Any help or direction is appreciated. Thanks!


Viewing all articles
Browse latest Browse all 9

Latest Images

Trending Articles





Latest Images