Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lennyrouanet committed Sep 21, 2022
1 parent c90009a commit 825a908
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ $application = new Application(
'https://domain.ext/image.ext'
);

$requestAccessToken = $serviceRequestAccessFromThirdParty->generate($application);
$requestAccessToken = $serviceRequestAccessFromThirdParty->generate(
$application,
'https://domain.ext/callback/url'
);


// Request third party auth with requestAccessToken
Expand Down

0 comments on commit 825a908

Please sign in to comment.