Showing posts with label yahoo. Show all posts
Showing posts with label yahoo. Show all posts

2008/02/11

Flickr Pipes Group @flickr

Flickr Pipes is a group to share and discuss Yahoo! Pipes that extend Flickr's functionality.

http://www.flickr.com/groups/flickrpipes/

Y! Pipe: My flickr contacts' faves

by alto maltés

A Yahoo Pipe! that makes it possible to subscribe to a RSS feed of the latest photos marked as favorites by your contacts.

See the flickr hacks discussion
see the pipe here

2008/02/08

Flickengr

done by John Dunning
A plugin for Yahoo! Messenger 8.0 which displays photos from your Flickr contacts along the bottom of your Messenger.

visit website

2008/02/04

My Flickr relationships

done by alto maltés
Using this application, you may list your contacts with whom you have a specific (mutual) relationship. For example, you may want to see who of your friends has marked you as a friend, or rather who of your contacts does not list you as a contact, etc. Technical info This Pipe makes authenticated calls to the Flickr API. By following the login link, a user is presented with the Flickr sign-in prompt. Just the first time, the user will be asked to grant “read” permissions to the Pipe. Once the user is signed into Flickr and grants the permission, he is redirected to the Pipe. Flickr passes a frob as a parameter to the Pipe. The Pipe calls flickr.auth.getToken to convert the frob into a token, which it then uses to fetch the calling user's contact list by calling flickr.contacts.getList. The list is filtered so that only contacts with whom the user has a specific forward relationship are allowed to flow through. However the response of flickr.contacts.getList does not contain information about the reverse relationship of a user with a contact. This information is obtained by making an authenticated call to flickr.people.getInfo for every contact, using the same authentication token generated earlier. The list is then filtered so that only contacts with whom the user has a specific reverse relationship are allowed to flow through. The calls to flickr.auth.getToken, flickr.contacts.getList and flickr.people.getInfo must be signed. Signing a request involves adding an api_sig parameter to its URL. The computation of this parameter's value necessitates the computation of an MD5 hash. Since such a function is not provided natively by Yahoo! Pipes, the computation is delegated to a the HashServer web service providing this function. This Pipe also implements a primitive form of “error handling”. If the call to flickr.auth.getToken fails (typically due to an expired frob), the user is presented with a single item that links to the login page. Following this link will generate a “fresh” frob, and re-run the Pipe.

visit website

Flickr group-pool top contributors

done by alto maltés
This application lists the users that have added most photos to some group's pool, ordered by the number of photos they have added.

visit website

Flickr Favorites

done by Curious Stranger
Produces a feed of the specified users Favorite images on Flickr. "All rights reserved" images are filtered out.

visit website