AAhmad Blal
AAhmad Blal

Reputation: 181

Facebook Account SMS integration failed on Android

Facebook Account kit sms integration didn't work. When I used code from github it works and send sms through already integrated account in this App. https://github.com/fbsamples/account-kit-samples-for-android/tree/master/samples/AccountKitSimpleSample

But when i Create App at Facebook account kit, copy Client Token and App Id. then it didn't work. "A system issue occurred. Please try again" error occurred How can i resolve this problem?

Upvotes: 3

Views: 3954

Answers (1)

rafsanahmad007
rafsanahmad007

Reputation: 23881

I guess you did not enable Enable client access token flow in Facebook Developers panel.

Go to : Developer page

After login Select your app - > go to : Products-> Account Kit

enter image description here

Now enable the permission:

enter image description here

Upvotes: 7

Related Questions