Componette

Componette

Kdyby

Kdyby / Facebook v2.2.0

[DEPRECATED] Use https://github.com/thephpleague/oauth2-facebook instead

download-cloud-line composer require kdyby/facebook

Kdyby/Facebook

This repository is abandoned. Create an issue if you would like to take over the maintenance.

Suggested alternative: https://github.com/thephpleague/oauth2-facebook


Build Status Downloads this Month Latest stable Join the chat at https://gitter.im/Kdyby/Help

Facebook PHP SDK with authorization for Nette Framework

Requirements

Kdyby/Facebook requires PHP 5.3.2 or higher with cUrl extension enabled.

Installation

The best way to install Kdyby/Facebook is using Composer:

$ composer require kdyby/facebook

Documentation

Learn how to authenticate the user using Facebook oauth or call Facebook's graph api in documentation.


Homepage http://www.kdyby.org and repository http://github.com/Kdyby/Facebook.

  • v2.2.0 v2.2.0

    PHP 7.2 compatibility.

  • v2.1.0 v2.1.0

    • Fixed compatibility with Nette 2.4

    This release is for Nette 2.3 and 2.4

  • v2.0.1 v2.0.1

    • Fix decoding access token #38

    This release is for Nette 2.3

  • v2.0.0 v2.0.0

    • Fixed compatibility with api v2.3
    • Method for disabling request cache
    • Allow query in first argument of ->api() [#21]
    • Panel has SVG icon
    • Fixed compatibility of $profile->getPermissions() with api v2.*
    • Added auth_type parameter to LoginDialog for rerequest redirects
    • Configuration option to disable adding appsecret_proof to all calls
    • Option to not provide appsecret_proof in API request

    This release is for Nette 2.3

  • v1.3.0 v1.3.0

    • Fixed compatibility with api v2.3
    • Method for disabling request cache
    • Allow query in first argument of ->api() [#21]
    • Panel has SVG icon
    • Fixed compatibility of $profile->getPermissions() with api v2.*
    • Added auth_type parameter to LoginDialog for rerequest redirects
    • Configuration option to disable adding appsecret_proof to all calls
    • Option to not provide appsecret_proof in API request

    This release is for Nette 2.2

  • v1.2.0 v1.2.0

    • User can provide custom appsecret_proof
    • Improved validation in SignedRequest::decode()
    • Allow versioned requests
    • Fixes for fb apiv2 compatibility
    • Drop FQL

    This release is for Nette 2.2

  • v1.1.2 v1.1.2

    • User can provide custom appsecret_proof
    • Improved validation in SignedRequest::decode()
    • Allow versioned requests
    • Fixes for fb apiv2 compatibility
    • Drop FQL

    This release is for Nette 2.1

  • v1.1.1 v1.1.1

    This release is for Nette 2.1

  • v1.1.0 v1.1.0

    • Use Kdyby\CurlCaBundle as root certificates provider
    • Facebook requires IRequest/IResponse instead of Request/Response
    • Fixed compatibility with Nette
    • CurlOptions are configurable using 'facebook: curlOptions:' section

    This release is for Nette 2.1

  • v1.0.1 v1.0.1

    • Allow CURLFile in request parameters
    • Ensure signature comparison always takes the same amount of time
    • added app secret proof to oauth requests
    • Created resource iterator by @stekycz
    • Configurable canvas base url

    This release is for Nette 2.1

  • v0.9.6 v0.9.6

    • Allow CURLFile in request parameters
    • Ensure signature comparison always takes the same amount of time

    This release is for Nette 2.0.*.

  • v0.9.5 v0.9.5

    This release is here to provide compatibility with stable Nette 2.0.*.

  • v1.0.0 v1.0.0

bar-chart-fill

Statistics

download-cloud-fill
217772
star-fill
42
bug-fill
15
flashlight-fill
5.8y
price-tag-2-line

Badges

guide-fill

Dependencies

nette/di (^2.3)
ext-curl (*)
ext-json (*)
Componette Componette felix@nette.org