Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit ddcce21

Browse files
committed
Merge pull request #255 from facebook/gFosco.graph-v2.2
Updating default Graph API version to 2.2
2 parents b31ab68 + 0683838 commit ddcce21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Facebook/FacebookRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ class FacebookRequest
3939
/**
4040
* @const string Version number of the Facebook PHP SDK.
4141
*/
42-
const VERSION = '4.0.11';
42+
const VERSION = '4.0.12';
4343

4444
/**
4545
* @const string Default Graph API version for requests
4646
*/
47-
const GRAPH_API_VERSION = 'v2.0';
47+
const GRAPH_API_VERSION = 'v2.2';
4848

4949
/**
5050
* @const string Graph API URL

0 commit comments

Comments
 (0)