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
2
votes
2 answers
Is there any way to customize login UI for AccountKit Android?
I have used accountkit with the provided account-kit ui.
Is there a way to use a separate layout screen (designed by us) say including another EditText fields for Name, Email, Location etc and also custom verification screen ?

Sudheer K
- 1,244
- 2
- 18
- 31
2
votes
0 answers
How can we automate Facebook Account Kit login for testing purpose?
For normal Facebook login, we could use Facebook Test users, But these won't work with Account Kit. The tokens produced for Tests Users are not valid for Account kit.
Is there any way through which we can generate a login token for Account Kit…

John Kentucky
- 876
- 6
- 10
2
votes
2 answers
AccountKit UI language
I have an app with only support one language, Bahasa Indonesia. So how can I change the Facebook's accountKit language into our supported language?
I've try the guide which told me to put this config in the build.gradle and the accountKit UI is…

Firanto
- 609
- 5
- 22
2
votes
2 answers
Crash Accountkit Facebook android AppEventsLogger
I received this logcat from user , when try to open Account kit via intent .
java.lang.NullPointerException 1 at
com.facebook.accountkit.internal.AppEventsLogger.handleResponse(AppEventsLogger.java:526)
2 at
…

Dương Nguyễn Văn
- 408
- 4
- 17
2
votes
2 answers
Getting AccessToken null in Facebook accountkit android device
Using this sample I am easily able to run and get access token
but when I implement the same in own application its returning null value.

Last_Crypto
- 81
- 8
2
votes
4 answers
Facebook account kit - auto insert OTP code on OTP screen UI, android
I am using Facebook AccountKit for OTP verification and it is working absolutely fine.
Requirement: To set OTP code on OTP verification screen automatically by reading incoming SMS.
Looking for: Is there any way that I can set text to OTP…

Vishal Randive
- 21
- 1
- 3
2
votes
2 answers
facebook account kit - Web Login settings error
The following error message is being displayed
"We're sorry, something went wrong."
while integrating with account kit for web (Javascript)
I am not also able to update Server URLs field under Web login setting section of the Facebook account kit…

Amit Kumar
- 53
- 4
2
votes
3 answers
Disable Login with Email in Account Kit
Just wondering if it's possible to disable users from logging in with their email using the new Facebook Account Kit SDK. To be clear, I only want them to be able to login via Facebook or Phone # (but not email). I tried going through the docs, but…

Saad Siddiqui
- 21
- 1
1
vote
1 answer
AccountKit is being depreciated
As AccountKit is being depreciated on September 9, 2019, Im just using the email verification, is there a good alternative or do I have to start building my own?
Thanks!!
Depreciation timeline:
September 9, 2019: Account Kit will stop integrating…

johnny
- 555
- 4
- 16
1
vote
0 answers
How to use SMS Retriever in Facebook Account Kit SDK to auto-fill SMS in android?
I'm using Facebook Account Kit in my application to check the phone number verification it will be working fine, but when I receive the SMS from Account Kit I can't able to auto-fill. I know google changed the SMS retriever policy for the following…

Ram Suthakar
- 275
- 2
- 15
1
vote
0 answers
Custom UI AccountKit for iOS
I am trying to customise the UI of AccountKit for iOS and I am finding some troubles as the documentation is not very clear (plus it's outdated).
I want to return view on the designed methods of the AdvancedUIManager. The issue I'm finding is:…

Joan Cardona
- 3,463
- 2
- 25
- 43
1
vote
0 answers
iOS Swift Facebook AccountKit doesn't logout properly
I've just integrated Facebook's AccountKit to use the SMS login feature and everything works fine but I have 2 problems when I'm trying to log out:
First:
I get this error in the logout completion handler (but I can make the log out "work" if I set…

Moumou
- 1,513
- 2
- 18
- 41
1
vote
1 answer
Cant getting SMS code from facebook account kit
I Implemented facebook account kit to verify mobile number and it is working properly in my phone but when i submit app to app store they saying "your app did not respond when we requested an OTP code."
"The steps to reproduce are:
Launch the app >…

Hardik Gondaliya
- 135
- 5
1
vote
0 answers
How can I logout all users of account kit from system?
I'm using facebook accountkit for my user login / signup. Now I want to logout all the users from my app from back-end,without updating the app in playstore. Is there any way?
I used Laravel in the back-end to generate API and the app platform is…

Tamzid Oronno
- 499
- 4
- 10
1
vote
1 answer
Facebook Account Kit conflicts with ProGuard
We're developing an app where we're using Facebook's Account Kit.
It's been working for quite some time now but after we used ProGuard, it stopped working.
We've tried adding these lines to our proguard-rules.pro:
-keep class com.facebook.** { *;…

benjtupas
- 610
- 9
- 25