hcard-contact-autocompletion: Difference between revisions
Jump to navigation
Jump to search
(link to code--please add links to your code) |
No edit summary |
||
Line 20: | Line 20: | ||
* UI / frontend: please link | * UI / frontend: please link | ||
* [http://github.com/hober/ufdevcamp-ubro/tree/master flickr backend and integration point] | * [http://github.com/hober/ufdevcamp-ubro/tree/master flickr backend and integration point] | ||
* fbconnect | * fbconnect backend: [http://mmc.angstro.com/~rk-t/fbc.html fbConnect hCard Export] | ||
* twitter backend: superceded by hober's script | |||
** lame 1-liner that checks your 100 most recent flicker following list: ''curl -s -o- http://twitter.com/statuses/friends/rohitkhare.xml | grep -C1 -i "<name>.*Stone.*</name>"'' | |||
* YQL / backend: please link | * YQL / backend: please link | ||
Revision as of 21:31, 26 July 2009
<entry-title>hCard contact autocompletion</entry-title>
aka microBrother
One of several projects at microformatsDevCamp.
summary
The idea is "Caller ID '2.0'": given a partial hCard and a friends list (twitter following, facebook friend connect, etc.), auto-fill the hCard with additional info from such services.
participants
- Rohit Khare
- Edward O'Connor
- Kevin Burton
- Lauren Scime
- ...
code
- UI / frontend: please link
- flickr backend and integration point
- fbconnect backend: fbConnect hCard Export
- twitter backend: superceded by hober's script
- lame 1-liner that checks your 100 most recent flicker following list: curl -s -o- http://twitter.com/statuses/friends/rohitkhare.xml | grep -C1 -i "<name>.*Stone.*</name>"
- YQL / backend: please link