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.
When I try to get access token Facebook returns these errors
with some json with keys
login_first_factor, auth_token, flow_id, approval_id, url, machine_idAnd 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_idinformation.