Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 676958c

Browse files
committed
Merge pull request #324 from Laurent-Sarrazin/patch-1
Add mandatory param to the RedirectLoginHelper constructor
2 parents e5d4c3e + 7777707 commit 676958c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdk_getting_started.fbmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $loginUrl = $helper->getLoginUrl();
6161
~~~~
6262

6363
~~~~
64-
$helper = new FacebookRedirectLoginHelper();
64+
$helper = new FacebookRedirectLoginHelper('your redirect URL here');
6565
try {
6666
$session = $helper->getSessionFromRedirect();
6767
} catch(FacebookRequestException $ex) {

0 commit comments

Comments
 (0)