@aaronpk Reading your book, and a bit confused on the 2nd chapter trying to setup the account on github. I'm running my local PHP server behind firewall. I keep receiving error: http://localhost:8000/callback?error=redirect_uri_mismatch... Is it required to be a public facing IP?
1
Replying to @jerrygallo6
I thought GitHub allows local addresses. Make sure the exact url is registered in github. e.g. "localhost" vs "127.0.0.1" are considered different URLs.

Jul 17, 2018 · 2:56 AM UTC