Quantcast
Browsing latest articles
Browse All 2 View Live

Answer by dansan for How to use instafeed.js to get logged in users images

Answering my own question, as I figured it out: $url = 'https://api.instagram.com/oauth/access_token'; $data = array( 'client_id' => $clientId, 'client_secret' => $clientSecret, 'grant_type'...

View Article


How to use instafeed.js to get logged in users images

I'm building an application where users can click a button to show all of their Instagram images on a page, but in order to do that I need userId and accessToken. How do I get these? NOTE: If it makes...

View Article

Browsing latest articles
Browse All 2 View Live