Skip to content

Commit

Permalink
Bump SDK version to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Rossi committed Jul 28, 2017
1 parent b2e4f03 commit 4ed6002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion myfbconnect/src/Facebook/Authentication/OAuth2Client.php
Expand Up @@ -125,8 +125,8 @@ public function debugToken($accessToken)
* Generates an authorization URL to begin the process of authenticating a user.
*
* @param string $redirectUrl The callback URL to redirect to.
* @param array $scope An array of permissions to request.
* @param string $state The CSPRNG-generated CSRF value.
* @param array $scope An array of permissions to request.
* @param array $params An array of parameters to generate URL.
* @param string $separator The separator to use in http_build_query().
*
Expand Down
4 changes: 2 additions & 2 deletions myfbconnect/src/Facebook/Facebook.php
Expand Up @@ -53,12 +53,12 @@ class Facebook
/**
* @const string Version number of the Facebook PHP SDK.
*/
const VERSION = '5.5.0';
const VERSION = '5.6.0';

/**
* @const string Default Graph API version for requests.
*/
const DEFAULT_GRAPH_VERSION = 'v2.9';
const DEFAULT_GRAPH_VERSION = 'v2.10';

/**
* @const string The name of the environment variable that contains the app ID.
Expand Down

0 comments on commit 4ed6002

Please sign in to comment.