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.
1 parent 8e20b40 commit e553dc5Copy full SHA for e553dc5
src/base_facebook.php
@@ -659,21 +659,6 @@ public function getLogoutUrl($params=array()) {
659
);
660
}
661
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
-
677
/**
678
* Make an API call.
679
*
0 commit comments