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
0
votes
1 answer
Ionic,cordova Unable to merge dex
am trying to add Facebook account kit to my project, my project has also native google map plugin when i tried to add facebook account kit plugin i got the error
What went wrong:
Execution failed for task…

N.abuzayda
- 1
- 1
0
votes
1 answer
disable default user authentication in parse server
How can we prevent user from signing up with username and password?
we want our users to only login with account kit and don't want someone try to sign up with email address or other login methods.
we don't provide this as our auth but someone can…

Osiris
- 131
- 3
- 16
0
votes
1 answer
Android Facebook Account Kit Crash - com.facebook.accountkit.ui.ConstrainedLinearLayout.onMeasure
After upgrading Facebook Account Kit from version 4.28 to 4.31 I am seeing a new crash with the following stack trace:
atal Exception: java.lang.NullPointerException: Attempt to read from field 'int android.view.ViewGroup$LayoutParams.width' on a…

Cain Wong
- 284
- 1
- 5
0
votes
1 answer
If I delete my personal Facebook account, will I also lose access to Account Kit for the app I develop?
I have a web app and I use Facebook's Account Kit for authentication. If I delete my personal Facebook account, what happens to my Facebook developer account? Will Account Kit's API still work?

Jack
- 13
- 3
0
votes
2 answers
java.lang.ArrayIndexOutOfBoundsException in facebook accountkit
We are getting following error in account kit. It would be very helpful if someone can tell its cause and how to fix it.
java.lang.RuntimeException:
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4155)
at…

hhsadiq
- 2,871
- 1
- 25
- 39
0
votes
0 answers
Facebook accountkit integration in Signup page
I have successfully integrated Facebook account kit. Now I want to use it within my signup page. As Facebook account kit provide a different page for writing a phone number and another for verify otp. But I want to take phone number from signup page…
user9106068
0
votes
1 answer
Angular 2 Facebook Account Kit (ng2-account-kit ) initialization error
I am using "ng2-account-kit" library for login in an angular 4 app. I have initialized SDK in my login component like this :
ngOnInit() {
AccountKit.init({
appId: '{{FACEBOOK_APP_ID}}',
state: '{{csrf}}',
version:…

Aditi Purohit
- 19
- 6
0
votes
0 answers
facebook accountkit android error on specific device
I using facebook account kit, but not work on specific device ( Asus Zenfone 3 max, OS Nouget).
is there any issue compability with specific device? or my code is wrong?
FYI, i am using :
compile…

Reza Winu
- 3
- 4
0
votes
2 answers
Facebook account kit verification not working properly
I have implemented Facebook Account Kit for mobile verification. I called account kit activity like-
Intent intent = new Intent(SignUpActivity.this, AccountKitActivity.class);
AccountKitConfiguration.AccountKitConfigurationBuilder…

Exigente05
- 2,161
- 3
- 22
- 42
0
votes
2 answers
Facebook accout kit Firebase API initialization failure
After implementing Facebook Account Kit and run project it shows Firebase API initialization failure as
FirebaseApp: Firebase API initialization failure.
java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native…

Giru Bhai
- 14,370
- 5
- 46
- 74
0
votes
1 answer
Facebook AccountKit requestAccount security error in iOS
After a login is completed using Facebook AccountKit, I want to retrieve the phone number or email used to authenticate. According to the docs this is a simple method call in the SDK:
[accountKit requestAccount:^(id account, NSError…

Joel
- 15,654
- 5
- 37
- 60
0
votes
1 answer
Can i change facebook account kit UI to my own edittexts and buttons and add more buttons on activity
simply i want to add more buttons and use my own editTexts to get number and to change background theme as well.
any solution will be apperitiated thanks.

X-Haroon-X
- 45
- 1
- 3
0
votes
1 answer
Facebook accountkit gives error when exchanging tokens from nodeJS server
I have been integrating fb AccounKit with my ionic application (NodeJS server). Front-end part has been done and I'm able to send and receive OTPs and success status.
But while getting client token from authorization code, I keep getting ""Error…

Aravindh Nagarajan
- 93
- 7
0
votes
1 answer
How to change Account Kit api version in the developer dashboard
How do I change my Account Kit API version setting in the facebook developer dashboard. I see one of my apps has v1.0 and the other app has v1.1
I'd like to keep them both consistent with the same version.

MonkeyBonkey
- 46,433
- 78
- 254
- 460
0
votes
1 answer
Misreported Account Kit data in Facebook Analytics
I logged in ~1500 people via Account Kit (basic web) in the last 12 hours.
However, in Facebook Analytics, the Account Kit funnel shows 2.65% conversion, with 754 people at the starting point, and 20 people at the end.
Whichever way I slice or…

Hassan Baig
- 15,055
- 27
- 102
- 205