This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use typing.Tuple instead to solve below Python 3.9 compatibility issue
Add since_date/until_date on get_page_default_web_insight Change some fields in responses to Optional to prevent exceptions. Add more type annotations Update README.md Add missing .env path setting Add Literal for get_page_default_web_insight's period paramter Auto renew long-lived page token & use TinyDB to store Update README Fix compose_fb_graph_api_page_request Add error handle if an access_token does not have any page scope related Check if InsightsResponse has valid data Throw exception in get_long_lived_token if fb_app_id or fb_app_secret is invalid Check if the possible return error in get_page_token_from_user_token Check if since is less than until parameters Update README.md Update README.md Update README.md docs(README): add usage examples build(.env): remove credentials
- Loading branch information
1 parent
f5ae980
commit b6c8396
Showing
5 changed files
with
328 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.