hcard-contact-autocompletion: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(initial edit)
 
m (fix deadname)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<entry-title>hCard contact autocompletion</entry-title>
<entry-title>hCard contact autocompletion</entry-title>


A project worked on at [[events/2009-07-25-dev-camp microformatsDevCamp]]
aka '''microBrother'''
 
One of several [http://tr.im/ufps projects] at [[events/2009-07-25-dev-camp|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.
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 ==
* <span class="vcard><span class="fn">Rohit Khare</span></span>
* <span class="vcard><span class="fn">Theresa O'Connor</span></span>
* <span class="vcard><span class="fn">Kevin Burton</span></span>
* <span class="vcard><span class="fn">Lauren Scime</span></span>
* <span class="vcard><span class="fn">Chirag Shah</span></span>
* ...
== code ==
* UI / frontend: please link
* [http://github.com/hober/ufdevcamp-ubro/tree/master flickr backend and integration point]
* 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
* Friend Select: [http://github.com/chirags/Friend-Select/tree/master source code] [http://chiarg.com/hacks/friendselect/ see it running]
== related topics ==
* [http://www.flickr.com/photos/factoryjoe/tags/nascar Nascar problem]
== see also ==
* [[hcard]]

Revision as of 00:57, 21 June 2018

<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
  • Theresa O'Connor
  • Kevin Burton
  • Lauren Scime
  • Chirag Shah
  • ...

code

related topics

see also