You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry about this! I realized the screenshot in the book is misleading.
When you create the app on GitHub, you'll need to set the callback URL to http://127.0.0.1/index.php (if you're following the instructions from the book) or http://127.0.0.1/github.php (if you're using the code in this repo).
The screenshot in the book shows https://example-app.com/callback as the callback URL since that is the URL I used when testing the code.
If you are running the code on a remote server, then you just need to make sure that your callback URL in the GitHub app matches the URL that you are accessing the application from.
Hello,
I ran the sample github.php app and get the following error:
Is there something we need to configure in the github.php file in order to account for the /callback
Environment:
Ubuntu 16.04 server with LAMP stack, configured with self-signed cert.
Thanks
The text was updated successfully, but these errors were encountered: