↧
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 ArticleHow 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