You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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_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.The text was updated successfully, but these errors were encountered: