Skip to content

Instantly share code, notes, and snippets.

@gabriel
Created July 5, 2016 20:12
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 gabriel/1e46b6243e933005a8f7884acd47b5fc to your computer and use it in GitHub Desktop.
Save gabriel/1e46b6243e933005a8f7884acd47b5fc to your computer and use it in GitHub Desktop.

Hi all,

If you want to test proving social network ownership with rooter, here's what you can do.

On the command line:

keybase prove rooter yourUserName

It will give you something to post, call it 'LcEI8-LuBRM1EUtXKf1jZAabCKtu0_rjaKVif1O3Bsc'

Then, you can post that to your Rooter feed via:

http://localhost:3000/_/api/1.0/rooter.json?post=LcEI8-LuBRM1EUtXKf1jZAabCKtu0_rjaKVif1O3Bsc

Note that a GET works to POST here. A post will work too, but this is convenient in some cases. Note that rooter will not run on production for fear of XSS attacks, etc.

Then, telll the client you're ready, and it should check out.

If you want to see your rooter feed for yourself, check out:

http://localhost:3000/_/api/1.0/rooter/yourUserName.json

Any questions, ask!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment