Skip to content

Instantly share code, notes, and snippets.

@donpdonp
Created July 1, 2012 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donpdonp/3029412 to your computer and use it in GitHub Desktop.
Save donpdonp/3029412 to your computer and use it in GitHub Desktop.
## Initial record creation
{
keys: ["e@mail.com"]
}
## rel=me/webfinger spidering finds more identifiers (time +5 min)
{
keys: ["e@mail.com",
"http://twitter.com/donp",
"http://facebook.com/donpdonp",
"http://indieweb/donpdonp"
]
}
## ID to PuSH URL spidering also finds more information (time +10 min)
{
keys: ["e@mail.com",
"http://twitter.com/donp",
"http://facebook.com/donpdonp",
"http://indieweb/donpdonp"
]
PuSH: ["http://indieweb/donpdonp.push"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment