Skip to content

Commit

Permalink
Merge pull request #130 from timReynolds/fixLocalHostTwitterCallbackUrl
Browse files Browse the repository at this point in the history
Corrected the localhost url for oauth callback via twitter
  • Loading branch information
germanattanasio authored Mar 6, 2017
2 parents 1d70588 + dde3011 commit ba8bf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For more details about developing applications that use Watson Developer Cloud s

1. Add your application's callback URL:
- For Bluemix environment: `<application-name>.mybluemix.net/auth/twitter/callback`
- For Local environment: `http:localhost:3000/auth/twitter/callback`
- For Local environment: `http://localhost:3000/auth/twitter/callback`

1. Update the `.env` file and add your twitter application credentials:

Expand Down

0 comments on commit ba8bf83

Please sign in to comment.