dev mode example (#23)

This commit is contained in:
Scott Newcomer 2018-06-05 19:00:43 -07:00 committed by Sean Callan
parent e26d363de1
commit 8d2e3d39b6
1 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,13 @@ Depending on the configured url you can initiate the request through:
/auth/twitter
## Development mode
As noted when registering your application on the Twitter Developer site, you need to explicitly specify the `oauth_callback` url. While in development, this is an example url you need to enter.
Website - http://127.0.0.1
Callback URL - http://127.0.0.1:4000/auth/twitter/callback
## License
Please see [LICENSE](https://github.com/ueberauth/ueberauth_twitter/blob/master/LICENSE) for licensing details.