This tool will return an Instagram API access token in response to your client id.

http://jelled.com/instagram/access-token


An access token is required by the Instagram API to make user specific queries. Once you have your access token you can pull your recent pictures using this api call:
https://api.instagram.com/v1/users/[USER ID]/media/recent?access_token=[ACCESS TOKEN]If you want to pull another user's Instagram photos you can lookup their user id here.