Skip to content

Commit

Permalink
Merge #455 (remove support for Graph API v2.9).
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed Jul 26, 2019
2 parents 67759a4 + b506fb6 commit 985adcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 2 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Changelog
Version 3.2.0 (unreleased)
==========================
- Add support for Graph API versions 3.2 and 3.3.
- Change default Graph API version to 2.9.
- Remove support for Graph API versions 2.8 and 2.9.
- Change default Graph API version to 2.10.

Version 3.1.0 (2018-11-06)
==========================
Expand Down
11 changes: 1 addition & 10 deletions facebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,7 @@
FACEBOOK_GRAPH_URL = "https://graph.facebook.com/"
FACEBOOK_WWW_URL = "https://www.facebook.com/"
FACEBOOK_OAUTH_DIALOG_PATH = "dialog/oauth?"
VALID_API_VERSIONS = [
"2.9",
"2.10",
"2.11",
"2.12",
"3.0",
"3.1",
"3.2",
"3.3",
]
VALID_API_VERSIONS = ["2.10", "2.11", "2.12", "3.0", "3.1", "3.2", "3.3"]
VALID_SEARCH_TYPES = ["place", "placetopic"]


Expand Down

0 comments on commit 985adcf

Please sign in to comment.