PHP SDK v3.1.0 was released on 9Aug.
It can be downloaded from the official site.
Item included in this release:
- Extract the `code` from the `signed_request` for JS SDK pairing
Other than the changes in the phpDoc blocks, the differences between the files in v3.1.0 (on the left) and v3.1.1 (on the right) are listed below:
# Changes in base_facebook.php

- This is basically the version string.

- Besides storing the access token that is directly passed from Facebook to the server, tries to obtain an access token by using the code that is stored by JavaScript SDK in the cookie.

- Handled the case where "$redirect_uri" is "blank", instead of "null", as passed by the JavaScript SDK.
Sharing
- The PHP SDK v3.1.1 should now work with the new JavaScript SDK in obtaining an access token.