Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ This app includes an example implemention of Venmo's OAuth server-side authentic

First, if you are not signed up for Venmo, sign up for an account [here](https://venmo.com/signup).

Next, login and go to: Account > Developers > [New Application](https://venmo.com/account/app/new).
Next, login and go to: Account > Developers > [New Application](https://venmo.com/account/settings/developer/apps/new).

**Note: When doing local development, you must set `Web Redirect URL` to http://localhost:5000/oauth-authorized so that Venmo properly redirects back to your app once a user has authenticated. When deploying to a cloud platform like Heroku, change the web redirect URL to the location of your Heroku app.**

![Create new application](https://dl.dropboxusercontent.com/s/ffo01uzr65y9kzw/GbalC.png)
![Create new application](https://venmo.com/account/settings/developer/apps/new)

Now, fill in the constants.py file with this information:
<table>
Expand Down