2017 © Pedro Peláez
 

library facebook

Facebook strategy for Opauth

image

opauth/facebook

Facebook strategy for Opauth

  • Thursday, July 19, 2018
  • by Ceeram
  • Repository
  • 33 Watchers
  • 75 Stars
  • 171,789 Installations
  • PHP
  • 13 Dependents
  • 8 Suggesters
  • 158 Forks
  • 9 Open issues
  • 10 Versions
  • 3 % 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
    

    or, (*4)

    composer require opauth/facebook
    
  2. Create Facebook application at https://developers.facebook.com/apps/, (*5)

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

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

Strategy configuration

Required parameters:, (*8)

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

Even though fields 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., (*9)

Refer to Facebook Fields Reference for list of valid fields., (*10)

License

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

The Versions

19/07 2018

dev-master

9999999-dev http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook

19/07 2018

0.4.1

0.4.1.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook

19/07 2018

dev-feature/refactoring

dev-feature/refactoring http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook

06/09 2017

0.4.0

0.4.0.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook

03/04 2017

0.3.1

0.3.1.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook

28/03 2017

0.3.0

0.3.0.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook

02/08 2014

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

21/09 2012

0.2.1

0.2.1.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook

23/05 2012

0.2.0

0.2.0.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook

23/05 2012

0.1.0

0.1.0.0 http://opauth.org

Facebook strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth facebook