Advanced Facebook Chat API (FCA) for Node.js - Bug-fixed fork of nc-fca with memory leak fixes, proper reconnection handling, and production-ready stability
š nc-fca is a bug-fixed and production-ready fork of nc-fca, an advanced Facebook Chat API (FCA) client for reliable, real-time, and modular interaction with Facebook Messenger.
> Requirements: Node.js v20.20.0 or higher
``bash`
npm install nc-fca
Or use the latest version:
`bash`
npm install nc-fca@latest
---
IMPORTANT: appstate.json contains your Facebook session credentials and should be treated as sensitive information.
- ā ļø Never commit appstate.json to version control
- ā ļø Never share your appstate.json file publicly
- ā ļø Keep it in .gitignore (already configured in this project)
- ā ļø Use environment-specific credentials for production deployments
Your appstate.json gives full access to your Facebook account. Treat it like a password!
---
MIT License - see LICENSE file for details.
---
- Original nc-fca` by NoobCore Team
---
- npm Package: https://www.npmjs.com/package/@fahadislam808
---
See CHANGELOG.md for version history and updates.
---
Made with ā¤ļø for the Facebook Chat API community