Quote:
Originally Posted by mmorse Hey hillman, for your demo tomorrow right click the Flickr Zimlet > authorize: |
Actually, that doesn't work - it returns a "Flickr API/Secret key is invalid" error. My guess is that the API/secret keys that are hard-coded into the
JS file are associated with whatever domain they were registered with - e.g. zimbra.com, and any attempt to use them from somewhere else fails.
So I need to create my own API key on the Flickr site (which I've done), but as part of the registration process, it asks for a callback URL, which is the URL the user gets kicked back to after they successfully authenticate to Flickr. As part of the pass-back, Flickr passes back a "?frob=<token>", which the zimlet (and maybe the JSP?) needs for further communication with Flickr. So the question is, what's the callback URL that magically gets that 'frob' value passed back to the Zimlet?
(PS: I wasn't sure whether it would require the user to reauthenticate every time they login to Zimbra - that would definitely limit its attractiveness. I'll have to give that one some thought

)