Skip to content

Commit e553dc5

Browse files
author
Fosco Marotto
committed
Removed deprecated getLoginStatusUrl
1 parent 8e20b40 commit e553dc5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/base_facebook.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -659,21 +659,6 @@ public function getLogoutUrl($params=array()) {
659659
);
660660
}
661661

662-
/**
663-
* Get a login status URL to fetch the status from Facebook.
664-
*
665-
* @param array $params Provide custom parameters
666-
* @return string The URL for the logout flow
667-
*/
668-
public function getLoginStatusUrl($params=array()) {
669-
return $this->getLoginUrl(
670-
array_merge(array(
671-
'response_type' => 'code',
672-
'display' => 'none',
673-
), $params)
674-
);
675-
}
676-
677662
/**
678663
* Make an API call.
679664
*

0 commit comments

Comments
 (0)