phphelpme Posted December 11, 2012 Share Posted December 11, 2012 im working with instagrams api and im not sure what to do next ... i so far have there access_token , but i dont know how to get the rest of the users information. the code below is given to me by instagram to retrieve the users information but i dont know what language to use it with , i have tried php but i dont know what to do with it ? please help thank you i have the access token , client id , client secret , and redirect uri. but do i change the CODE to a variable for the token ? curl \-F 'client_id=CLIENT-ID' \ -F 'client_secret=CLIENT-SECRET' \ -F 'grant_type=authorization_code' \ -F 'redirect_uri=YOUR-REDIRECT-URI' \ -F 'code=CODE' \https://api.instagram.com/oauth/access_token Link to comment https://forums.phpfreaks.com/topic/271869-instagram-api-help/ Share on other sites More sharing options...
mrMarcus Posted December 11, 2012 Share Posted December 11, 2012 Seems Instagram only has libraries available for Python and Ruby: http://instagram.com/developer/libraries/ However, a quick search on the Google machine has revealed some 3rd-party libraries that might be of help to you, if you're looking for PHP: https://www.google.com/search?q=instagram+api+php Link to comment https://forums.phpfreaks.com/topic/271869-instagram-api-help/#findComment-1398759 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.