We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5f29ab + e223310 commit 28c0e53Copy full SHA for 28c0e53
FacebookStrategy.php
@@ -41,6 +41,7 @@ public function request(){
41
if (!empty($this->strategy['state'])) $params['state'] = $this->strategy['state'];
42
if (!empty($this->strategy['response_type'])) $params['response_type'] = $this->strategy['response_type'];
43
if (!empty($this->strategy['display'])) $params['display'] = $this->strategy['display'];
44
+ if (!empty($this->strategy['auth_type'])) $params['auth_type'] = $this->strategy['auth_type'];
45
46
$this->clientGet($url, $params);
47
}
0 commit comments