Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 30, 2023
1 parent ed63a79 commit 6d66110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ A Facebook access token is required to make API requests. (See [Facebook API](ht

Hitting the rate limit for the Facebook API while making requests will return the following error:

```400 Client Error: b'{"error":{"message":"(#80004) There have been too many calls to this ad-account. Wait a bit and try again```
```
400 Client Error: b'{"error":{"message":"(#80004) There have been too many calls to this ad-account. Wait a bit and try again
```

This error is handled using the [Backoff Library](https://github.com/litl/backoff), and the program will cease for a random amount of time before
attempting to call the API again
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "Elastic-2.0"
packages = [
{ include = "tap_facebook" },
]
readme = "README.md"

[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
Expand Down

0 comments on commit 6d66110

Please sign in to comment.