Giter Site home page Giter Site logo

Comments (5)

benedikt-bartscher avatar benedikt-bartscher commented on June 11, 2024

same here. Did you enable 2fa?
https://docs.mau.fi/bridges/python/facebook/authentication.html

Note that in some cases, Facebook might decide your account has suspicious activity and block you until you do some tasks like adding a phone number or resetting your password. In most cases, enabling two-factor authentication solves this. If that doesn't help, hosting the bridge at home or making it proxy all traffic through a residential IP can help further reduce suspiciousness. The bridge can run separately from Synapse, e.g. on a Raspberry Pi. It can also use the http_proxy environment variable for all Facebook traffic.

from facebook.

ReggieMarr avatar ReggieMarr commented on June 11, 2024

I have the same issue. Even after enabling 2fa it just keeps saying theres suspcious activity

from facebook.

mhupfauer avatar mhupfauer commented on June 11, 2024

2fa is enabled and all the security things like phone number etc is verified.

from facebook.

DoM1niC avatar DoM1niC commented on June 11, 2024

similar Problem but here I get everytime

GOT NON-JSON RESPONSE WITH STATUS 400: <!DOCTYPE HTML> <HTML LANG="EN" ID="FACEBOOK"> <HEAD> <TITLE>FACEBOOK | ERROR</TITLE> <META CHARSET="UTF-8"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-STORE"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="MAX-AGE=0"> <META HTTP-EQUIV="EXPIRES" CONTENT="-1"> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"> <STYLE> HTML, BODY { COLOR: #141823; BACKGROUND-COLOR: #E9EAED; FONT-FAMILY: HELVETICA, LUCIDA GRANDE, ARIAL, TAHOMA, VERDANA, SANS-SERIF; MARGIN: 0; PADDING: 0; TEXT-ALIGN: CENTER; } #HEADER { HEIGHT: 30PX; PADDING-BOTTOM: 10PX; PADDING-TOP: 10PX; TEXT-ALIGN: CENTER; } #ICON { WIDTH: 30PX; } H1 { FONT-SIZE: 18PX; } P { FONT-SIZE: 13PX; } #FOOTER { BORDER-TOP: 1PX SOLID #DDD; COLOR: #9197A3; FONT-SIZE: 12PX; PADDING: 5PX 8PX 6PX 0; } </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 ID="CORE"> <H1 ID="SORRY">SORRY, SOMETHING WENT WRONG.</H1> <P ID="PROMISE"> WE'RE WORKING ON IT AND WE'LL GET IT FIXED AS SOON AS WE CAN. </P> <P ID="BACK-LINK"> <A ID="BACK" HREF="//WWW.FACEBOOK.COM/">GO BACK</A> </P> <DIV ID="FOOTER"> FACEBOOK <SPAN ID="COPYRIGHT"> &COPY; 2022 </SPAN> <SPAN ID="HELP-LINK"> &#183; <A ID="HELP" HREF="//WWW.FACEBOOK.COM/HELP/">HELP CENTER</A> </SPAN> </DIV> </DIV> <SCRIPT> DOCUMENT.GETELEMENTBYID('BACK').ONCLICK = FUNCTION() { IF (HISTORY.LENGTH > 1) { HISTORY.BACK(); RETURN FALSE; } }; // ADJUST THE DISPLAY BASED ON THE WINDOW SIZE IF (WINDOW.INNERHEIGHT < 80 || WINDOW.INNERWIDTH < 80) { // BLANK IF WINDOW IS TOO SMALL DOCUMENT.BODY.STYLE.DISPLAY = 'NONE'; }; IF (WINDOW.INNERWIDTH < 200 || WINDOW.INNERHEIGHT < 150) { DOCUMENT.GETELEMENTBYID('BACK-LINK').STYLE.DISPLAY = 'NONE'; DOCUMENT.GETELEMENTBYID('HELP-LINK').STYLE.DISPLAY = 'NONE'; }; IF (WINDOW.INNERWIDTH < 200) { DOCUMENT.GETELEMENTBYID('SORRY').STYLE.FONTSIZE = '16PX'; }; IF (WINDOW.INNERWIDTH < 150) { DOCUMENT.GETELEMENTBYID('PROMISE').STYLE.DISPLAY = 'NONE'; }; IF (WINDOW.INNERHEIGHT < 150) { DOCUMENT.GETELEMENTBYID('SORRY').STYLE.MARGIN = '4PX 0 0 0'; DOCUMENT.GETELEMENTBYID('SORRY').STYLE.FONTSIZE = '14PX'; DOCUMENT.GETELEMENTBYID('PROMISE').STYLE.DISPLAY = 'NONE'; }; </SCRIPT> </BODY> </HTML>

from facebook.

nisegami avatar nisegami commented on June 11, 2024

2fa is enabled and all the security things like phone number etc is verified.

Same here.

from facebook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.