We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Till now getting a login link was done by using
<? FB_OAuth::link( $GLOBALS['config']['facebook']['scope'] ) ?>
This suffices for website logins as the OAuth authentication is more straightforward.
For Facebook apps and tabs this is inadequate as it redirects back to the website URL.
Extending its functionality with a custom redirect link may be a welcomed enhancement.
The text was updated successfully, but these errors were encountered:
#8 simplified getLoginUrl to support different types
9670bb4
No branches or pull requests
Till now getting a login link was done by using
This suffices for website logins as the OAuth authentication is more straightforward.
For Facebook apps and tabs this is inadequate as it redirects back to the website URL.
Extending its functionality with a custom redirect link may be a welcomed enhancement.
The text was updated successfully, but these errors were encountered: