https://github.com/ntsd/facebook-tools
https://github.com/ntsd/facebook-tools
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntsd/facebook-tools
- Owner: ntsd
- License: gpl-3.0
- Created: 2021-07-25T09:47:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T02:33:50.000Z (over 3 years ago)
- Last Synced: 2025-09-04T05:53:22.686Z (10 months ago)
- Language: TypeScript
- Size: 350 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Facebook Tools
## Purpose
Because Facebook doesn't provide a good way to unlike or unfollow page all at once.
## Credits
UI kit:
## Resources
## Error
when limit reached
```json
{
"error": {
"message": "(#4) Application request limit reached",
"type": "OAuthException",
"is_transient": true,
"code": 4,
"fbtrace_id": "A_nAllqRcwWbBphLscSSBSA"
}
}
```
When oauth error
```json
{
"error": {
"message": "(#3) Application does not have the capability to make this API call.",
"type": "OAuthException",
"code": 3,
"fbtrace_id": "ASH_Yz0HolgEJQkXE3igaVH"
}
}
```