Hey everyone, good stuff to talk about today. As I briefly announced at SFWIN last week, Zooomr now supports the Flickr API.
What does this mean?
This means that all of the thousands of libraries and applications available for flickr can be used with Zooomr with just a few quick modifications. Here’s what’s required:
Changing the following URL endpoints to their new endpoints on Zooomr:
http://flickr.com to http://beta.zooomr.com
/services/auth to /auth
/services/upload to /bluenote/api/upload
/services/rest to /bluenote/api/rest
Some Caveats
Yes, there are some caveats so-far to Zooomr picking-up the Flickr API. First is that it is not 100% complete. For the most part, only upload and photo look-up services are available. Here is a list of all working methods:
Auth
- flickr.auth.checkToken
- flickr.auth.getFrob
- flickr.auth.getFullToken
- flickr.auth.getToken
contacts
- flickr.contacts.getPublicList
people
- flickr.people.getUploadStatus
photos
- flickr.photos.addTags
- flickr.photos.delete
- flickr.photos.getCounts
- flickr.photos.getInfo
- flickr.photos.getPerms
- flickr.photos.getSizes
- flickr.photos.removeTag
- flickr.photos.setTags
photosets
tags
test
Second, if you would like a key to use the API or have any questions, shoot an email to zooomrapi@bbridgetech.com. I have also recompiled Steve Cohen’s awesome jUploadr upload utility to be used with Zooomr based on the above info. You can pick them up here.
Lastly, There are many new innovations that are well underway that I’m pushing to get out by next month. You’ll see some of them pop-though ever so subtly — but most of it is so new that I can’t just fit it into the old system.
Sorry for the long post, but I just wanted to say that there is a lot going on.
Thanks,
Kristopher Tate