Releases: sns-sdks/python-facebook
Releases · sns-sdks/python-facebook
v0.20.0
0.20.0 (2024-08-20)
Feat
- Add v20.0 support.
- update dataclasses-json version
- Add Business login support, If you try oauth with configuration.
api = GraphAPI(app_id=xxx, app_secret="xxxx", oauth_flow=True)
api.get_authorization_url(redirect_uri="https://example.com/callback", url_kwargs={"config_id": "id"})
# ('https://www.facebook.com/dialog/oauth?response_type=code&client_id=xxx&redirect_uri=https%3A%2F%2Fexample.com%2Fcallback&scope=public_profile&state=PyFacebook&config_id=id', 'PyFacebook')
v0.19.0
0.19.0 (2024-03-18)
Feat
- Add v19.0 support.
- Add parameters for OAuth flow.
Deprecations
- Remove outdate versions [
v12.0
]
- Groups API will be deprecated April 22, 2024.
v0.18.0
0.18.0 (2023-11-10)
Feat
- Add v18.0 support.
- Add support for instagram new insight metrics
- Add deprecation tip for Server-Sent-Event API.
Deprecations
- Remove outdate versions [
v10.0
, v11.0
]
- Server-Sent Events are deprecated and will be removed December 31, 2023.
v0.17.1
0.17.1 (2023-09-22)
Fix
- Add support for new rate limit parameter
v0.17.0
0.17.0 (2023-08-07)
Feat
- Add v16.0 support.
- Add v17.0 support.
- Add more resource support for facebook.
v0.15.0
0.15.0 (2022-09-26)
Feat
Deprecations
- Remove version
v7.0
support.
v0.14.5
0.14.5 (2022-09-02)
Feat
- Add simple support for facebook server sent events api.
- Make
scopes
work well in auth flow.
v0.14.3
0.14.3 (2022-08-17)
Fixs
- Fix model repr if a post not have message
v0.14.2
0.14.2 (2022-07-22)
Features
- Support reels for Instagram Business Account.
- Support product tagging apis for Instagram Business Account.