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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Authenticate using just login and password:

### OAuth Username/Password Authentication Flow

As [documented here](https://help.salesforce.com/help/doc/en/remoteaccess_oauth_username_password_flow.htm)
As [documented here](https://help.salesforce.com/articleView?id=remoteaccess_oauth_username_password_flow.htm&type=5)

ForceApi api = new ForceApi(new ApiConfig()
.setUsername("user@domain.com")
Expand All @@ -66,7 +66,7 @@ As [documented here](https://help.salesforce.com/help/doc/en/remoteaccess_oauth_

### OAuth Web Server Flow

As [documented here](https://help.salesforce.com/help/doc/en/remoteaccess_oauth_web_server_flow.htm)
As [documented here](https://help.salesforce.com/articleView?id=remoteaccess_oauth_web_server_flow.htm&type=5)

String url = Auth.startOAuthWebServerFlow(new AuthorizationRequest()
.apiConfig(new ApiConfig()
Expand Down