https://github.com/berviantoleo/fb-experiment
Post removal experiment
https://github.com/berviantoleo/fb-experiment
facebook facebook-graph-api nodejs
Last synced: 27 days ago
JSON representation
Post removal experiment
- Host: GitHub
- URL: https://github.com/berviantoleo/fb-experiment
- Owner: berviantoleo
- License: mit
- Created: 2021-06-13T16:51:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T13:25:40.000Z (about 1 month ago)
- Last Synced: 2025-04-10T14:51:31.196Z (about 1 month ago)
- Topics: facebook, facebook-graph-api, nodejs
- Language: TypeScript
- Homepage:
- Size: 543 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FB Experiment
__Warning!__ This project still alpha. Not for `production` used.
Calling fb graph from scratch!
## Required Env
```env
CLIENT_ID=...
CLIENT_SECRET=...
```Note:
* Currently not support from `.env` file and not want support from `.env` file.
## Target
- [x] Get FB posts
- [ ] Delete FB posts
- [ ] Cron## License
MIT