Skip to content

Commit

Permalink
Add support for Graph API version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosafonso authored and martey committed Aug 7, 2016
1 parent 50af577 commit b69cd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

FACEBOOK_GRAPH_URL = "https://graph.facebook.com/"
FACEBOOK_OAUTH_DIALOG_URL = "https://www.facebook.com/dialog/oauth?"
VALID_API_VERSIONS = ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6"]
VALID_API_VERSIONS = ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7"]


class GraphAPI(object):
Expand Down

0 comments on commit b69cd6e

Please sign in to comment.