FacebookToolkit icon indicating copy to clipboard operation
FacebookToolkit copied to clipboard

Additional verification while getting access token

Open tedmosbious opened this issue 11 months ago • 1 comments

When I try to get access token Facebook returns these errors

 'error_code': 405,
 'error_msg': 'User must verify their account on www.facebook.com (405)',

with some json with keys login_first_factor, auth_token, flow_id, approval_id, url, machine_id

And also sends notification to my Facebook account. After verifying on my account. Are there ways/methods to continue login process using login_first_factor, auth_token, flow_id, approval_id, url, machine_id information.

tedmosbious avatar Dec 26 '24 11:12 tedmosbious

This is because facebook sending your account in checkpoint while logining to get AccessToken

TechQaiser avatar Mar 24 '25 13:03 TechQaiser