All notable changes to this project will be documented in this file.
0.20.1 (2024-10-08)
- Add Threads API support.
0.20.0 (2024-08-20)
- 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')
0.19.0 (2024-03-18)
- Add v19.0 support.
- Add parameters for OAuth flow.
- Remove outdate versions [
v12.0
] - Groups API will be deprecated April 22, 2024.
0.18.0 (2023-11-10)
- Add v18.0 support.
- Add support for instagram new insight metrics
- Add deprecation tip for Server-Sent-Event API.
- Remove outdate versions [
v10.0
,v11.0
] - Server-Sent Events are deprecated and will be removed December 31, 2023.
0.17.1 (2023-09-22)
- Add support for new rate limit parameter
0.17.0 (2023-08-07)
0.15.0 (2022-09-26)
- Add v15.0 support.
- Remove version
v7.0
support.
0.14.5 (2022-09-02)
- Add simple support for facebook server sent events api.
- Make
scopes
work well in auth flow.
0.14.3 (2022-08-17)
- Fix model repr if a post not have message
0.14.2 (2022-07-22)
- Support reels for Instagram Business Account.
- Support product tagging apis for Instagram Business Account.
0.14.1 (2022-06-28)
- Support more url config in init api.
- Remove version check to make version for support pre version.
0.14.0 (2022-06-01)
- Add version
v14.0
support. - Add some examples for library.
- Remove version
v6.0
support.
0.13.1 (2022-03-15)
- Fix version for
v13.0
in check, thanks for @pietzschke and @pobk.
0.13.0 (2022-02-15)
- Add version
v13.0
support. - Update actions for project
- Remove version
v5.0
support.
0.12.4 (2021-12-03)
- Remove v4.0 support.
- Update docs for usage.
- Add new changes for instagram business.
0.12.3 (2021-10-28)
- Fix the rate limit not working.
0.12.2 (2021-10-28)
- Update for exception.
0.12.1 (2021-10-27)
- Add api to discover instagram user media to
GraphAPI
. - Add parameters for discover instagram user media
0.12.0 (2021-10-21)
- Add api for business object.
- Add api for search pages.
- Support new graph version
v12.0
. - Update for new
from
field for ig business comment. - Add tests for
Python 3.10
.
0.11.2 (2021-09-02)
- GraphAPI for post and delete object.
- Add application apis.
- Remove Api version v3.3
0.11.1 (2021-08-23)
- New structure for Facebook Graph API
- New structure for Instagram Graph API
- New structure for Instagram Basic Display API
0.10.0 (2021-07-07)
- New structure for Graph API.
- Remove python2 support.
- Refactor all methods.
0.9.5 (2021-09-02)
- Add follower field for page
- Remove Api version v3.3
0.9.3 (2021-04-28)
- Update API version to V11.0
- Add parameters
since
anduntil
for instaram media api.
- Replace IgProApi
get_user_medias
method parametersince_time
anduntil_time
Withsince
anduntil
.
0.9.2 (2021-04-28)
- error update
0.9.1 (2021-04-27)
- Add new fields for IG,FB
- New docs
- version bug #107
0.9.0 (2021-03-16)
- Upgrade api to v10.0
- Instagram business publish content
0.8.1 (2021-02-08)
- Upgrade api to v9.0
- Bugs for #91 #93
0.8.0 (2021-01-17)
- Add new api for live videos
- Bug for lost children fields for check params. thanks for @stevenviola
0.7.2 (2020-11-11)
- Add new api for story, tags for IG.
- Modify Facebook OAuth flow method.
- Add support for Python 3.9.
0.7.0 (2020-09-13)
- Add new api for video,album and photos for facebook.
- Update to support for to Graph API V8.0
0.6.1 (2020-04-02)
- Introduce simple sleep in requests to avoid reach the limit quickly.
0.6.0 (2020-03-12)
- Introduce new methods for
Instagram Basic Display Api
.
0.5.5 (2020-02-24)
- Introduce
instagram
business account mentions api. - Add
facebook
post subattachments field.
0.5.4 (2020-02-14)
- Introduce
instagram
business account insights api. - Introduce
instagram
business account hashtag api.
Simple usage at GET DATA.
0.5.3 (2020-01-05)
- Now we refactor all api for this library.
You can see the README to see the changes.
0.5.2 (2019-11-13)
- facebook: ✨ add global_brand_page_name fields in page (34700f2)
- facebook: ✨ add page default picture return. (6c8f9ff)