MinhHuyDev / fbchat-v2

About Facebook Chat (Messenger) for Python
https://mhuyz.dev
Apache License 2.0
38 stars 16 forks source link

Script not working #10

Closed yonis65 closed 9 months ago

yonis65 commented 9 months ago

Hello, i tested the script and it's not working. The response of the request to send a message is this one: <!DOCTYPE html><html lang="en" id="facebook"><head><title>Error</title><meta charset="utf-8" /><meta http-equiv="Cache-Control" content="no-cache" /><meta name="robots" content="noindex,nofollow" /><style>...</style></head><body><div id="header"><a href="//www.facebook.com/"><img id="icon" src="//static.facebook.com/images/logos/facebook_2x.png" /></a></div><div class="core"><h1>Sorry, something went wrong.</h1><p>We&#039;re working on getting this fixed as soon as we can.</p><p><a id="back" href="//www.facebook.com/">Go Back</a></p><div class="footer"> Meta &#169; 2023 &#183; <a href="//www.facebook.com/help/?ref=href052">Help</a></div></div><script nonce="wfWasHre"> document.getElementById("back").onclick = function() { if (history.length > 1) { history.back(); return false; } }; </script></body></html>