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

Commit 45cb633

Browse files
author
urmaul
committed
getReRequestUrl: state restored
1 parent 5c2b6d4 commit 45cb633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facebook/FacebookRedirectLoginHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public function getReRequestUrl($scope = array(), $version = null)
119119
$params = array(
120120
'client_id' => $this->appId,
121121
'redirect_uri' => $this->redirectUrl,
122+
'state' => $this->state,
122123
'sdk' => 'php-sdk-' . FacebookRequest::VERSION,
123124
'auth_type' => 'rerequest',
124125
'scope' => implode(',', $scope)

0 commit comments

Comments
 (0)