jatintiwari0 / FbCreator

A python tool to creator facebook account
MIT License
17 stars 16 forks source link

Error #6

Open Jordanmax9597 opened 5 months ago

Jordanmax9597 commented 5 months ago

He i got error - Incorrect signature (104), how can i resolve it ?

jatintiwari0 commented 5 months ago

Share me screenshot

Jordanmax9597 commented 5 months ago

sometimes its work but accounts 100% on checkpoints, i used proxy with new ip for each request, how to resolve it ? and how to create cookies from session info from response ? i see that i need to login via log and pass, maybe its possible to login view cookies ?

jatintiwari0 commented 5 months ago

due to facebook add high level of security captcha

Jordanmax9597 commented 5 months ago

Not sure i undertand you, can you explane more

Jordanmax9597 commented 5 months ago

Maybe you know how to avoid checkpoints ? I used mobile proxy with new ip for each request, maybe try to use another type of proxy ? or you have some code improvments that help to avoid or etc

jatintiwari0 commented 5 months ago

No you cannot avoid this checkpoints

trymenghuy commented 4 months ago

I use free proxy. any idea about this error: [×] Request Exception: HTTPSConnectionPool(host='b-api.facebook.com', port=443): Max retries exceeded with url: /method/user.register (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 503 Service Unavailable')))

jatintiwari0 commented 4 months ago

ProxyError(

trymenghuy commented 4 months ago

is there solution to this? still stuck with security check: {'error_code': 368, 'error_msg': 'A security check is required to proceed. (368)', 'error_data': '{"error_title":"Warning","error_message":"A security check is required to proceed."}', 'request_args': [{'key': 'method', 'value': 'user.register'}, {'key': 'api_key', 'value': '882a8490361da98702bf97a021ddc14d'}, {'key': 'attempt_login', 'value': 'True'}, {'key': 'birthday', 'value': '1995-10-22'}, {'key': 'client_country_code', 'value': 'EN'}, {'key': 'fb_api_caller_class', 'value': 'com.facebook.registration.protocol.RegisterAccountMethod'}, {'key': 'fb_api_req_friendly_name', 'value': 'registerAccount'}, {'key': 'firstname', 'value': 'Mary'}, {'key': 'format', 'value': 'json'}, {'key': 'gender', 'value': 'M'}, {'key': 'lastname', 'value': 'Harris'}, {'key': 'email', 'value': 'S3pnDSAUil@navalcadets.com'}, {'key': 'locale', 'value': 'en_US'}, {'key': 'password', 'value': '--sanitized--'}, {'key': 'reg_instance', 'value': 's21jGiujSSfCV1SYrkzo6g9uBtNYeAwz'}, {'key': 'return_multiple_errors', 'value': 'True'}, {'key': 'sig', 'value': '1a5ac8a77a74252f41584bb42c7a0519'}]}

Jordanmax9597 commented 4 months ago

There is no API docs for this method (com.facebook.registration.protocol.RegisterAccountMethod) so hard to know how to avoid erros, in my case i found small list of User-agent that are valid for that method, and use header ('Content-Type': 'application/x-www-form-urlencoded',) but 100% of created accounts on checkpoint and impossible to make them active. So in general this script can't create active(valid) facebook accounts

jatintiwari0 commented 4 months ago

Facebook updated the security check points that why this problem show

cu0302pid commented 4 months ago

so it wont work anymore?

jatintiwari0 commented 4 months ago

Not working right now