Skip to content

Commit

Permalink
feat(version): ✨ add v19.0 version and remove v12.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Mar 19, 2024
1 parent ab0b17c commit 0e9c60b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyfacebook/api/facebook/resource/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
class FacebookGroup(
BaseResource, FeedEdge, AlbumsEdge, PhotosEdge, VideosEdge, LiveVideosEdge
):
"""
Note: Groups Edge will be deprecated after April 22, 2024.
"""
def get_info(
self,
group_id: str,
Expand Down
2 changes: 1 addition & 1 deletion pyfacebook/api/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

class GraphAPI:
VALID_API_VERSIONS = [
"v12.0",
"v13.0",
"v14.0",
"v15.0",
"v16.0",
"v17.0",
"v18.0",
"v19.0",
]
GRAPH_URL = "https://graph.facebook.com/"
AUTHORIZATION_URL = "https://www.facebook.com/dialog/oauth"
Expand Down

0 comments on commit 0e9c60b

Please sign in to comment.