FacebookToolkit
FacebookToolkit copied to clipboard
Additional verification while getting access token
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.
This is because facebook sending your account in checkpoint while logining to get AccessToken