Skip to content

Commit 28c0e53

Browse files
committed
Merge pull request opauth#3 from skennedy1492/master
Added "auth_type" to request()
2 parents e5f29ab + e223310 commit 28c0e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FacebookStrategy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function request(){
4141
if (!empty($this->strategy['state'])) $params['state'] = $this->strategy['state'];
4242
if (!empty($this->strategy['response_type'])) $params['response_type'] = $this->strategy['response_type'];
4343
if (!empty($this->strategy['display'])) $params['display'] = $this->strategy['display'];
44+
if (!empty($this->strategy['auth_type'])) $params['auth_type'] = $this->strategy['auth_type'];
4445

4546
$this->clientGet($url, $params);
4647
}

0 commit comments

Comments
 (0)