events/2007-08-28-social-network-portability-today: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
(fix upcoming link)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<h1>Social Network Portability Today lunchtime meetup</h1>
<h1>Social Network Portability Today lunchtime meetup</h1>
One of several microformats [[events]].
{{TOC-right}}
One of several microformats [[events]] on [[social-network-portability]].


__TOC__
== details ==
== details ==
<div class="vevent">
<div class="vevent">
;When
;When
:<span class="dtstart">2007-08-28</span> noon-2pm
:<span class="dtstart">2007-08-28T12:00</span>-14:00
;Where
;Where
:<span class="location vcard"><span class="fn org">Satisfaction Unlimited</span>, <span class="adr"><span class="street-address">370 Brannan St.</span>, <span class="locality">San Francisco</span>, <span class="region">CA</span>, <span class="country-name">USA</span></span></span>
:<span class="location vcard"><span class="fn org">Satisfaction Unlimited</span>, <span class="adr"><span class="street-address">370 Brannan St.</span>, <span class="locality">San Francisco</span>, <span class="region">CA</span>, <span class="country-name">USA</span></span></span>
Line 14: Line 14:
:[http://twitter.com/TeddyG Ted Grubb]
:[http://twitter.com/TeddyG Ted Grubb]
;Web
;Web
:<span class="url">http://upcoming.yahoo.com/event/241376/</span>
:<span class="url">http://upcoming.org/event/241376/</span>
:<span class="url">http://pownce.com/brianoberkirch/notes/611437/</span>
:<span class="url">http://pownce.com/brianoberkirch/notes/611437/</span>
</div>
</div>
Line 28: Line 28:
Add yourself alphabetically sorted by last name if you attended.
Add yourself alphabetically sorted by last name if you attended.


*Justin Baum
*[http://www.brosbeforeblogs.com Justin Baum]
*Julian Cash
*Julian Cash
*[[User:Tantek|Tantek Çelik]]
*[[User:Tantek|Tantek Çelik]]
*Blaine Cook
*[http://twitter.com/blaine Blaine Cook]
*[http://pownce.com/andrewcrow/ Andrew Crow]
*[http://pownce.com/andrewcrow/ Andrew Crow]
*Ted Grubb
*Ted Grubb
*Ryan King
*[http://danharrelson.com/ Dan Harrelson]
*Thor Muller
*[http://theryanking.com Ryan King]
*Alex Payne
*[http://thormuller.com Thor Muller]
*Ariel Waldman
*[http://twitter.com/al3x Alex Payne]
*[http://twitter.com/arielwaldman Ariel Waldman]
*Cameron Walters
*Cameron Walters
*Dan from Adaptive Path
*Jason from Adaptive Path
*Jason from Adaptive Path
*Kim from Adaptive Path
*Kim from Adaptive Path
Line 56: Line 56:
== notes ==
== notes ==
Session comments and Q&A.
Session comments and Q&A.
* ...
 
=== profile equivalency ===
''Profile equivalency'' is a way of declaring that two social network profiles are equivalent in that they represent the same person.
 
How do you represent profile equivalency?
 
Use [[XFN]] rel="me" identity consolidation.
 
Adaptive Path folks (Kim) noted that users don't necessarily want their online profiles consolidated.
 
This clearly indicates the need for a design principle: <em>user driven</em> profile equivalency.
 
...
 
"marketplace of interfaces" - Cameron Walters
 
How to paginate thru friends pages - e.g. Twitter.
 
Start with, does Twitter do rel="me" for home page URLs? Yes it does.
 
Use rel="me" to link to a friends list page that is separate from a profile page.
 
If that friends list is paginated, put rel="me next" on the "Next" links, and rel="me prev" on the "Previous" link.
 
...
 
What is the incentive?
 
Big sites would want to be the place that everyone subscribes to for their profile information.
 
We need some open source software to grab the XFN stuff from this site. (Editor's note: simultaneously with this meeting, Joseph Smarr was finalizing just that which he open sourced soon thereafter).
 
There is also [[hKit]] - both open source, and a web service that parses [[hcard|hCards]] at a URL and returns JSON.
 
There is an app on Facebook that lets you have an hCard on your profile page.
 
There needs to be a notion of profile feeds, syndicating your profile out from a social network service (just as you can syndicate your blog out from a blogging service).
 
Is it possible (or does it even make sense) to put hCards in Atom feeds?  In short yes, as part of the entry-content or entry-summary for example.
 
...
 
Blaine asked: are there microformats for:
 
"My profile page is here:"
 
*To point from an account home page to a profile URL
** e.g. Flickr photos page to Flickr profile page
 
Ryan King recommends: use "uid" + "url" inside the [[hcard|hCard]] that represents the person. Thus the "uid" property can be used by a site to point to the canonical identifying URL for a person on that site (which, for example, might also be that person's [[OpenID]] on that site also.
 
(to be continued)


== articles and blog posts ==
== articles and blog posts ==

Latest revision as of 22:28, 3 April 2017

Social Network Portability Today lunchtime meetup

One of several microformats events on social-network-portability.

details

When
2007-08-28T12:00-14:00
Where
Satisfaction Unlimited, 370 Brannan St., San Francisco, CA, USA
What
Social Network Portability Today lunchtime meetup
Organizer
Ted Grubb
Web
http://upcoming.org/event/241376/
http://pownce.com/brianoberkirch/notes/611437/

Add this event to your diary or calendar program microformat_hcalendar.png

tags

Please use all of the following tags when tagging related content (blog posts, photos):

tags: sanfrancisco southpark sopa brannanstreet satisfactory satisfactionunlimited microformats microformatsmeetup socialnetworkportability socialnetworkportabilitymeetup upcoming:event=241376

attendees

Add yourself alphabetically sorted by last name if you attended.

photographs

Please use all of the following tags when tagging related photos:

tags: sanfrancisco southpark sopa brannanstreet satisfactory satisfactionunlimited microformats microformatsmeetup socialnetworkportability socialnetworkportabilitymeetup upcoming:event=241376

  • ...

notes

Session comments and Q&A.

profile equivalency

Profile equivalency is a way of declaring that two social network profiles are equivalent in that they represent the same person.

How do you represent profile equivalency?

Use XFN rel="me" identity consolidation.

Adaptive Path folks (Kim) noted that users don't necessarily want their online profiles consolidated.

This clearly indicates the need for a design principle: user driven profile equivalency.

...

"marketplace of interfaces" - Cameron Walters

How to paginate thru friends pages - e.g. Twitter.

Start with, does Twitter do rel="me" for home page URLs? Yes it does.

Use rel="me" to link to a friends list page that is separate from a profile page.

If that friends list is paginated, put rel="me next" on the "Next" links, and rel="me prev" on the "Previous" link.

...

What is the incentive?

Big sites would want to be the place that everyone subscribes to for their profile information.

We need some open source software to grab the XFN stuff from this site. (Editor's note: simultaneously with this meeting, Joseph Smarr was finalizing just that which he open sourced soon thereafter).

There is also hKit - both open source, and a web service that parses hCards at a URL and returns JSON.

There is an app on Facebook that lets you have an hCard on your profile page.

There needs to be a notion of profile feeds, syndicating your profile out from a social network service (just as you can syndicate your blog out from a blogging service).

Is it possible (or does it even make sense) to put hCards in Atom feeds? In short yes, as part of the entry-content or entry-summary for example.

...

Blaine asked: are there microformats for:

"My profile page is here:"

  • To point from an account home page to a profile URL
    • e.g. Flickr photos page to Flickr profile page

Ryan King recommends: use "uid" + "url" inside the hCard that represents the person. Thus the "uid" property can be used by a site to point to the canonical identifying URL for a person on that site (which, for example, might also be that person's OpenID on that site also.

(to be continued)

articles and blog posts

Articles and blog posts following up on the meetup. Newest first.

Please use all of the following tags when tagging related blog posts:

tags: sanfrancisco southpark sopa brannanstreet satisfactory satisfactionunlimited microformats microformatsmeetup socialnetworkportability socialnetworkportabilitymeetup upcoming:event=241376

  • ...

see also

related pages


Return to microformats events.