Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Edit the `config.php` file to add your:
* **clientSecret:** You can find your `clientSecret` from the `Keys` tab under your `App`
* **redirectUri:** The `redirectUri` for your app ( **OAuth2.0** )

In the [Developer Portal](http://developer.intuit.com/), ensure the redirect URI in your `config.json` file has been entered in your app configuration. By default, the URL is set to the following for this demo:
In the [Developer Portal](http://developer.intuit.com/), ensure the redirect URI in your `config.php` file has been entered in your app configuration. By default, the URL is set to the following for this demo:

`http://localhost:3000/callback`

Expand Down