Skip to content

Tags: warmth/facebook-php-sdk

Tags

v3.2.1

Toggle v3.2.1's commit message
Bumping to 3.2.1 with updated cert bundle.

v3.1.1

Toggle v3.1.1's commit message
Extract the `code` from the `signed_request` for JS SDK pairing

v3.1.0

Toggle v3.1.0's commit message
Adding support for the JS cookie and its use in the PHP SDK

v3.0.1

Toggle v3.0.1's commit message
Upgraded to version 3.0.1.

Unit tests can be run from the command line using:

  phpunit --colors --coverage-html coverage --verbose --stderr --bootstrap tests/bootstrap.php tests/tests.php

Changes:
+ Added a new bootstrap file (as bootstrap.php) that helps the unit tests run more smoothly.
+ Allow for the possibility that session_start has already been called prior to construction of a Facebook class.
+ Updated the app-secret unit test to confirm that Desktop applications require a user access token to get insights.
+ Make sure that current URLs like /example.php?a=b&c=&d retain their structure (don't strip or introduce an equals
  sign for valueless GET params), and added unit tests to exercise this.
+ CSRF state is now managed using the persistent store instead of cookies.

v3.0.0

Toggle v3.0.0's commit message
Updated to use access tokens instead of sessions internally.

This implies many changes to the storage scheme, which is
why it is a major revision.

Upgrading from a previous version should change most
getSession() calls to getUser() which returns
a User's ID instead of a session object.

See: https://developers.facebook.com/blog/post/503

v2.1.2

Toggle v2.1.2's commit message
Supported the new OAuth2 error format

v2.1.1

Toggle v2.1.1's commit message
Release v2.1.1

v2.1.0

Toggle v2.1.0's commit message
php-sdk changes to support signed_request

v2.0.7

Toggle v2.0.7's commit message
Release v2.0.7