From 8d2e3d39b6ae7bbbaaad6b6baa89ef710f419df7 Mon Sep 17 00:00:00 2001 From: Scott Newcomer Date: Tue, 5 Jun 2018 19:00:43 -0700 Subject: [PATCH] dev mode example (#23) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 97a0926..9b51a28 100644 --- a/README.md +++ b/README.md @@ -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.