Commit History

feat: expand seed to 28 countries/66 states/132 cities; fix Facebook double-message ConnectTimeout
3b178f2
unverified

Claude commited on

fix: use explicit PAGE_ID in Messenger endpoint, add FB_PAGE_ID setting
ba40c7b
unverified

Claude commited on

fix: correct indentation of except block in facebook.py (SyntaxError)
476a934
unverified

Claude commited on

fix: revert facebook.py to httpx (requests+to_thread caused ReadTimeout)
1e444af

coder160 commited on

fix: switch Facebook API calls to requests+asyncio.to_thread for proxy/network compat
11bfd9d

coder160 commited on

fix: respond 200 immediately via BackgroundTasks, add message dedup, reduce retries to 2
3812350

coder160 commited on

fix: webhook error handling, retry logic, processing feedback, bcrypt compat
2fc0fa6

coder160 commited on

feat: implement complete FastAPI backend with MongoDB, JWT auth, Facebook webhook
64b23a4

coder160 commited on