the practical programmer is lazy and not passionate. More, he loose the more important skill he have: think. He build softawre by copy pasting from stack overflow.
I am not saying use every nee cool tech posted on HN, but if something looks great for you, you should investigate in it. I am not saying put it on production tomorrow... But if you have similar broblem, look how it works to have a different view of how to build a better solution...
* Why is there an access_token in a browser url ? (query string or fragment)
The access_token is provided by the Authorization Server to the client,
and not to the user.
The user should only received an authorization_code. And, to get an
access_token, the client must have an authorization_code and know
the "client_secret".
access_token should never been seen on a browser, right ?
Does Facebook really respect the protocol? in other word,
is it a facebook problem or an OAuth problem ?
Quitting is ctrl+d
Ctrl+c is for interrupting the current job.
Some repl like the mysql cli does not rrspect that and it is a PITA