PHPackages                             raspi/zf1-fb-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. raspi/zf1-fb-auth

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

raspi/zf1-fb-auth
=================

Zend Framework 1 Facebook SDK authentication adapter

0.1.x-dev(11y ago)189NewBSDPHPPHP &gt;=5.4

Since Dec 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/raspi/zf1-fb-auth)[ Packagist](https://packagist.org/packages/raspi/zf1-fb-auth)[ Docs](https://github.com/raspi/zf1-fb-auth)[ RSS](/packages/raspi-zf1-fb-auth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Zend Framework 1 Facebook SDK authentication adapter
====================================================

[](#zend-framework-1-facebook-sdk-authentication-adapter)

Uses official Facebook SDK API v4

Usage example
=============

[](#usage-example)

application.ini:

```
[production]
; ...
facebook.id = "1234567890"
facebook.secret = "1234567890"
facebook.scopes[] = "public_profile"
facebook.scopes[] = "email"
facebook.scopes[] = "user_birthday"
facebook.uri = "http://example.com/facebook"
; ...

```

FooController.php:

```
