androidfacebook-graph-apiaccount-kit

Facebook account kit resend code using phone call


I am an Android developer and I have a question. How can I enable Account Kit to allow users to receive the login code via a phone call instead of the SMS or Facebook notification code?I cannot seem to find this in the Account kit official documentation. Thanks.


Solution

  • Voice calls and Facebook notifications are only available as secondary methods of receiving your code if the SMS doesn't arrive. You can turn these on/off by setting setVoiceCallbackNotificationsEnabled and setFacebookNotificationsEnabled in your AccountKitConfigurationBuilder.

    Voice calls cannot be used as the primary source of code verification