2017 © Pedro Peláez
 

library opauth-facebook

Facebook strategy for Opauth

image

claromentis/opauth-facebook

Facebook strategy for Opauth

  • Friday, June 16, 2017
  • by astax-t
  • Repository
  • 5 Watchers
  • 0 Stars
  • 479 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 158 Forks
  • 0 Open issues
  • 4 Versions
  • 15 % Grown

The README.md

Opauth-Facebook

[Opauth][1] strategy for Facebook authentication., (*1)

Implemented based on https://developers.facebook.com/docs/authentication/, (*2)

Getting started

  1. Install Opauth-Facebook:, (*3)

    cd path_to_opauth/Strategy
    git clone https://github.com/opauth/facebook.git Facebook
    
  2. Create Facebook application at https://developers.facebook.com/apps/, (*4)

    • Remember to enter App Domains
    • "Website with Facebook Login" must be checked, but for "Site URL", you can enter any landing URL.
  3. Configure Opauth-Facebook strategy with at least App ID and App Secret., (*5)

  4. Direct user to http://path_to_opauth/facebook to authenticate, (*6)

Strategy configuration

Required parameters:, (*7)

<?php
'Facebook' => array(
    'app_id' => 'YOUR APP ID',
    'app_secret' => 'YOUR APP SECRET'
)

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., (*8)

Refer to Facebook Permissions Reference for list of valid permissions.., (*9)

License

Opauth-Facebook is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com), (*10)

The Versions

16/06 2017

1.0.x-dev

1.0.9999999.9999999-dev http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth facebook

16/06 2017

1.0.1

1.0.1.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth facebook

29/12 2015

1.0.0

1.0.0.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth facebook

14/10 2013

dev-master

9999999-dev http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook