Skip to content

Commit

Permalink
chore: Rename package to meltano-tap-facebook (#79)
Browse files Browse the repository at this point in the history
* chore: Rename package to `meltano-tap-facebook`

* Fix README
  • Loading branch information
edgarrmondragon authored May 30, 2023
1 parent 2aa6c15 commit 113ff2f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 61 deletions.
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
Loading

0 comments on commit 113ff2f

Please # to comment.