Account kit is provided by Facebook to enable password less logins through any app by using their SDK. Account kit is available for Android, iOS and web.
Questions tagged [account-kit]
150 questions
67
votes
9 answers
How to use environment variable in index.html for Angular 6
I am using angular6, in my project I am using Facebook Account Toolkit for mobile verification purpose.
I need to initialise Account toolkit in index.html file using following code.
AccountKit.init({
appId:"XX",
state:"xx",
…

Shavareppa
- 990
- 1
- 6
- 14
13
votes
1 answer
Facebook Account Kit Deprecated
I just saw that facebook account kit is being deprecated. There isn't much information about what's the reason behind its depreciation or what could be the next steps/alternatives.
Does anyone know why they deprecated it? Any technical…

UsamaAmjad
- 4,175
- 3
- 28
- 35
10
votes
1 answer
Test Users for Facebook Account Kit?
In the past with the FB API, you could use the developer portal to create test accounts, and then use their tokens for testing the API. We would use these Test User tokens in our tests, CI, etc.
How come there aren't Test Users for Account Kit? When…

Geoffrey Plitt
- 171
- 4
7
votes
3 answers
Account kit: Set the default language for iOS app
How to change the language in Facebook-Account-Kit for iOS?

Francisco García
- 238
- 4
- 11
6
votes
1 answer
Android Facebook Account Kit Crash - missing metadata: /com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CN
I am suddenly getting a number of crash reports around this the past few weeks. The crashes indicated missing metadata for certain country code. Most of them have been one…

Cain Wong
- 284
- 1
- 5
6
votes
0 answers
Prevent user from editing phone number in account kit
I am already passing phone number to initiate facebook's account kit. Why would I re-renter the phone number here. I want the user should not edit the phone number and directly should land to the next page which is the OTP page.
Please help me.

Jagmeet
- 73
- 6
6
votes
1 answer
Facebook Instant Verification is not verifying mobile number via facebook app
Hi I am implementing Facebook Instant Verification in my application. In my application, I am verifying mobile number of customers, for which I am sending OTP to get this verified.
I want to change approach as recently Facebook launched a concept…

Ajay S
- 48,003
- 27
- 91
- 111
4
votes
2 answers
Facebook Account Kit : NoClassDefFoundError
I have this error with android studio Facebook Account Kit
Failed resolution of: Lcom/google/android/gms/common/api/Api$zzf;
Detail Log
07-25 16:23:41.683 20088-20088/com.nazir.shopping E/AndroidRuntime:
FATAL EXCEPTION: main
Process:…

Batman
- 71
- 1
- 6
4
votes
3 answers
Attempt to invoke virtual method 'void com.facebook.marketing.ViewIndexer.unschedule()' on a null object reference
I am getting this kind of error since I am using Facebook Account Kit I don't know how to deal with it Please help me, guys.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: in.co.ashclan.thunder, PID: 29664
…

sagar channe
- 43
- 5
4
votes
1 answer
error: cannot access zzb class file for com.google.firebase.iid.zzb not found
Getting error:
error: cannot access zzb
class file for com.google.firebase.iid.zzb not found
after including AccountKit:
compile 'com.facebook.android:account-kit-sdk:4.+'
Also onCreate & onDestroy is not getting resolved.
public…

AskQ
- 4,215
- 7
- 34
- 61
4
votes
2 answers
Pass mobile number to Facebook AccountKitActivity
I am using Facebook account kit to verify user mobile number. I have used below code,
final Intent intent = new Intent(MainActivity.this, AccountKitActivity.class);
AccountKitConfiguration.AccountKitConfigurationBuilder configurationBuilder =
…

Exigente05
- 2,161
- 3
- 22
- 42
4
votes
2 answers
Why does Account Kit no longer send codes via SMS to my Android app?
I have an Android app with Account Kit based SMS verification. The app is not on the Play Store yet, as it is still in development. Previously we have managed to use Account Kit with no trouble at all. We have multiple developers working on the app…

Ismail Khan
- 842
- 2
- 8
- 20
4
votes
0 answers
Facebook Account Kit didn't get sms code from US number
I'm using Facebook Account Kit in my iOS app. Everything works good for me and my internal testers (Israel). But AppStore external testers can't get the sms verification code from account kit. Does anyone saw problem like this? And how to fix it?

Denis Windover
- 445
- 2
- 6
- 20
4
votes
1 answer
How to implement Facebook AccountKit based login system with custom django User Model
Facebook introduced AccountKit that helps you quickly register for apps using just your phone number or email address — no password needed. It's reliable, easy to use and gives you a choice about how you sign up for apps.
I have read the docs but…

Mahammad Adil Azeem
- 9,112
- 13
- 57
- 84
3
votes
0 answers
Facebook account kit is not working on low android versions
I have integrated facebook account kit in my app and it works perfectly fine on devices with higher android versions ( nougat, marshmallw, lollipop etc). On low android api's ( I have tested on huawei h3u10 android 4.2.2 ) it shows the following…

Sakibur Rahman
- 834
- 3
- 10
- 26