dev mode example (#23)
This commit is contained in:
parent
e26d363de1
commit
8d2e3d39b6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user