open stack
한국이라고 생각하고 상상하면, 싸이월드 일촌을 통째로 옮기거나 싸이월드 일촌 기준으로
다른 사이트에 있는 내 일촌을 다시 쉽게 찾을 수 있는... 이상적인것 같지만 어디가에서는
금방 다가올 현실처럼... 또는 그렇게 만들어가고 있는...
via : http://www.krisjordan.com/tag/oauth/
How does the friends list portability work?
- Tell the site your social graph provider: XRDS-Simple (discovery) + OAuth (access)
- Site fetches your data to find local friends: Site fetches your data to find your local friends ??? No standard way to do this yet. A project that’s going on and in draft spec is still up and coming is PortableContacts.net.
- Site lets you connect to people you want: You can periodically look for new matches.
How does contact portability work?
- User signs in with an OpenId: Site fetches OpenID URL -> looks for X-XRDS-Location, Site parses XRDS-Simple doc to discover available APIs
- Site tries to access contacts API -> gets a 401: WWW-Authenticate response header specifies OAuth, OAuth discovery (via XRDS) provides OAuth endpoints
- Site sends user through OAuth