I am an average PHP programmer, and I would like to create an image gallery on my website powered by one of my Dropbox image folders. I intensively searched through forum and development section of dropbox but still get a bit confused.
Here is the idea. Amongst all menu links on my page one would be Image gallery. I think it is practical to to use API to make a kind of component for my page which will load thumbnails of my specific Dropbox folder. Clicking on thumbnail would show larger image in shadowbox-style presentation (but thats the website part of programming). It would be easy to handle gallery images on that Dropbox folder since i can add images via my mobile camera, or transfer or delete some of them via any of my computers where i have Dropbox installed. That is much easyer to handle then using some web CMS to handle gallery.
So what I need to build is just simple component based on php language which will pick thumbnails from my Dropbox folder and place them on my website based on response. No other functionality required like deleting, uploading, browsing - just simple presentation.
Now the question is, how and where to start this, which API to use for simple image pulling, I was looking at Core API, Datastore API, Sync API, but I cant figure out which one is the best for the task in PHP, If any of you can narrow my choice and point me to the right direction it would be great, Once I understand which tools i need i could handle the developing proccess.
Thanks...