When attempting to call getLoginStatusURL(). I get the message:
Please migrate to OAuth2 and use the new /dialog/oauth endpoint. extern/login_status.php is no longer available.
|
When attempting to call
|
||||
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
The What you want instead, is to use the
|
|||||
|
|
You need to ensure that your app is set to pick up the code parameter from the Query String rather than the uri_fragment - this can be set on facebook apps page apps>settings>permissions. That did it for me using $facebook->getLoginUrl() to provide the login URL |
|||||||||
|