Skip to content

Commit fd1ca01

Browse files
authored
Merge pull request #280 from MerleLiuKun/feat-version
feat(version): ✨ add new version code
2 parents f51a562 + dc3811b commit fd1ca01

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyfacebook/api/graph.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323

2424
class GraphAPI:
2525
VALID_API_VERSIONS = [
26-
"v13.0",
27-
"v14.0",
28-
"v15.0",
29-
"v16.0",
3026
"v17.0",
3127
"v18.0",
3228
"v19.0",
3329
"v20.0",
30+
"v21.0",
31+
"v22.0",
32+
"v23.0",
3433
]
3534
GRAPH_URL = "https://graph.facebook.com/"
3635
AUTHORIZATION_URL = "https://www.facebook.com/dialog/oauth"

0 commit comments

Comments
 (0)