How to get access token from Instagram token using jQuery or php
问题 I am new to the Instagram API and am finding some issues tying to understand how to get an access token. What i have done is registered with instagram, created an application, and used the the client id and redirect url which when I post the following into a browser gives me a code=token https://api.instagram.com/oauth/authorize/?client_id=65c3052cc4494f87bc7f941b61b1f3f5&redirect_uri=http://www.chillwebdesign.co.uk/feedcube/instagram&response_type=code response http://www.chillwebdesigns.co