Download the PHP package sokolnikov911/opauth-facebook-updated without Composer
On this page you can find all versions of the php package sokolnikov911/opauth-facebook-updated. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sokolnikov911/opauth-facebook-updated
More information about sokolnikov911/opauth-facebook-updated
Files in sokolnikov911/opauth-facebook-updated
Package opauth-facebook-updated
Short Description Facebook strategy for Opauth
License MIT
Homepage http://opauth.org
Informations about the package opauth-facebook-updated
Opauth-Facebook
Opauth strategy for Facebook authentication.
Implemented based on https://developers.facebook.com/docs/authentication/
Getting started
-
Install Opauth-Facebook:
-
Create Facebook application at https://developers.facebook.com/apps/
- Remember to enter App Domains
- "Website with Facebook Login" must be checked, but for "Site URL", you can enter any landing URL.
-
Configure Opauth-Facebook strategy with at least
App ID
andApp Secret
. - Direct user to
http://path_to_opauth/facebook
to authenticate
Strategy configuration
Required parameters:
Even though scope
is an optional configuration parameter for Opauth-Facebook, for most cases you would like to explicitly define it. It should be defined in a comma-separated string.
Refer to Facebook Permissions Reference for list of valid permissions..
What difference between this fork and original opauth/facebook
- Using large version of users avatars;
- Using latest version of Facebook API Graph.
License
Opauth-Facebook is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com)