Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pull Instagram photos to my blog and integrate with Fancybox?

I saw the docs on the Instagram developers page. http://instagram.com/developer/endpoints/

But I want to display my own photos so I will need to get an access token. After that I want to make my photos work in a Lightbox or Fancybox. I was able to make this work with all endpoints that require a client ID. Its the access token that stumps me.

Edit:

I want to use php and or jquery to create a gallery of images from my account. Can anyone out there point me in the right direction? Are there any tutorials I can use that demonstrate this from start to finish?

like image 677
Daniel Scott Avatar asked Jun 12 '12 19:06

Daniel Scott


1 Answers

I've just written a tutorial to help people like you manipulate this api and generate Fancybox gallery. It even includes source files of the final product. Here is a link http://www.blueprintinteractive.com/blog/how-instagram-api-fancybox-simplified

like image 175
Rivers Avatar answered Sep 27 '22 20:09

Rivers