Skip to content

Commit 70d9a7d

Browse files
authored
Merge pull request #5383 from woocommerce/ec/explicit-credential-docs
2 parents 92c3fc8 + cc9588e commit 70d9a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In order to login to WordPress.com using the app:
6363

6464
1. Create a [WordPress.com account](https://wordpress.com/start/user) (if you don't already have one).
6565
2. Create a new developer application [here](https://developer.wordpress.com/apps/).
66-
3. Set **"Redirect URLs"** = `https://localhost` and **"Type"** = `Native` and click **Create**. On the next page, click **Update**.
66+
3. Set **"Website URL"** = `http://www.wordpress.com`, **"Redirect URLs"** = `https://localhost`, **"Javascript Origins"** = `https://localhost` and **"Type"** = `Native` and click **Create**. On the next page, click **Update**.
6767
4. Copy the *Client ID* and *Client Secret* from the OAuth Information.
6868
5. Build the app. A file named `ApiCredentials.swift` should be generated.
6969
6. Navigate to the generated `WooCommerce/DerivedSources/ApiCredentials.swift` file.

0 commit comments

Comments
 (0)