Skip to content

Releases: sns-sdks/python-facebook

v0.20.0

20 Aug 07:44
Compare
Choose a tag to compare

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

19 Mar 06:43
Compare
Choose a tag to compare

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

10 Nov 08:59
Compare
Choose a tag to compare

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

22 Sep 10:34
Compare
Choose a tag to compare

0.17.1 (2023-09-22)

Fix

  • Add support for new rate limit parameter

v0.17.0

07 Aug 06:27
Compare
Choose a tag to compare

0.17.0 (2023-08-07)

Feat

  • Add v16.0 support.
  • Add v17.0 support.
  • Add more resource support for facebook.

v0.15.0

26 Sep 09:22
Compare
Choose a tag to compare

0.15.0 (2022-09-26)

Feat

Deprecations

  • Remove version v7.0 support.

v0.14.5

02 Sep 10:35
Compare
Choose a tag to compare

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

17 Aug 03:22
Compare
Choose a tag to compare

0.14.3 (2022-08-17)

Fixs

  • Fix model repr if a post not have message

v0.14.2

22 Jul 02:57
Compare
Choose a tag to compare

0.14.2 (2022-07-22)

Features

  • Support reels for Instagram Business Account.
  • Support product tagging apis for Instagram Business Account.

v0.14.1

28 Jun 12:54
Compare
Choose a tag to compare

0.14.1 (2022-06-28)

Features

  • Support more url config in init api.
  • Remove version check to make version for support pre version.