nc-fca
v1.0.7
Published
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
Maintainers
Readme
🚀 nc-FCA (nc-fca)
💁 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.
⚙️ Installation
Requirements: Node.js v20.20.0 or higher
npm install nc-fcaOr use the latest version:
npm install nc-fca@latest🔒 Security Warning
IMPORTANT: appstate.json contains your Facebook session credentials and should be treated as sensitive information.
- ⚠️ Never commit
appstate.jsonto version control - ⚠️ Never share your
appstate.jsonfile 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!
📄 License
MIT License - see LICENSE file for details.
🙏 Credits
- Original
nc-fcaby NoobCore Team
🔗 Links
- npm Package: https://www.npmjs.com/package/@fahadislam808
📝 Changelog
See CHANGELOG.md for version history and updates.
Made with ❤️ for the Facebook Chat API community
