Skip to content

Commit a426d34

Browse files
authored
Merge pull request #282 from MerleLiuKun/feat-version
feat(version): ✨ Add new v24.0, remove old version
2 parents f1fcf50 + 7d0ca23 commit a426d34

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyfacebook/api/graph.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@
2323

2424
class GraphAPI:
2525
VALID_API_VERSIONS = [
26-
"v17.0",
27-
"v18.0",
2826
"v19.0",
2927
"v20.0",
3028
"v21.0",
3129
"v22.0",
3230
"v23.0",
31+
"v24.0",
3332
]
3433
GRAPH_URL = "https://graph.facebook.com/"
3534
AUTHORIZATION_URL = "https://www.facebook.com/dialog/oauth"

0 commit comments

Comments
 (0)