A system issue occurred in facebook account kit

X-Haroon-X picture X-Haroon-X · Sep 26, 2017 · Viewed 9k times · Source

i could not resolve facebook account kit (A system issue occurred. please try again) issue even i have enabled client token access and sms login in account kit developers account.

Answer

Mahmoud Osman picture Mahmoud Osman · Jul 16, 2018

If you try to Login With Account Kit and Try to Generate:-

1- the AccessToken Code you must Enable the Client Access Token Flow and set new AccountKitConfiguration.AccountKitConfigurationBuilder(LoginType.PHONE, AccountKitActivity.ResponseType.TOKEN);

2- the Authorization Code you must Disable the Client Access Token Flow and and set new AccountKitConfiguration.AccountKitConfigurationBuilder(LoginType.PHONE, AccountKitActivity.ResponseType.CODE);