Account Kit lets people quickly register for and login to your app by using just their 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.
Questions tagged [facebook-account-kit]
14 questions
10
votes
4 answers
Facebook Account Kit Collision with Google play services gradle
After configuring account kit sdk as
compile 'com.facebook.android:account-kit-sdk:4.+'
and gradle sync it conflict with com.google.android.gms gradle as mixing versions can lead to runtime crashes and my app crash as
Firebase API…

Giru Bhai
- 14,370
- 5
- 46
- 74
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
5
votes
1 answer
How to create a test account for Facebook account kit?
We are developing an iOS App that uses Facebook account kit for login through sms. We uploaded our app on iTunes connect for app review and they are asking for testing credentials for testing the app. But Facebook doesn't provide any test user…

Shubham
- 51
- 2
4
votes
1 answer
Facebook Account Kit and Facebook Login
For my android app I am using both Facebook login and Account Kit. Is it safe and sound to take the id issued by either Facebook login or Account kit as the user_id for that particular user on the app's backend Server database.
If yes, will the…

Aditya Borde
- 1,227
- 2
- 12
- 31
3
votes
1 answer
iOS: Firebase and facebook account kit login
I wanted to ask if anyone could direct me to an example or explanation of how can I add a phone login for firebase using Facebook’s Account Kit.
I am getting accessToken from facebook account kit and then try to authorize like this
fileprivate func…

Islam Temirbek
- 571
- 1
- 5
- 13
1
vote
0 answers
Facebook account kit is not working on kitkat version
I am trying to use facebook account kit with kitkat version but it says that unable to get provider . So how can i use facebook account kit with kitkat version.

Rashed Khan
- 21
- 1
- 4
1
vote
0 answers
Facebook Account Kit change Font
I noticed that account kit allows us to change the design, but only colors. On Chrome desktop with Account Kit Web the font that is appearing is TIMES, is there a way to customise the FONT on the ACCOUNT KIT pop up?

Ignacio Correia
- 3,611
- 8
- 39
- 68
1
vote
0 answers
Facebook Account kit Giving Error Authentication failed
When after entering mobile number on account kit popup it told me that We're sorry, something went wrong. and I get :
response.status = NOT_AUTHENTICATED
Code ::-
Verify mobile…

Chandra Sekhar
- 11
- 5
1
vote
1 answer
Facebook Account Kit Setup
In the guides, Facebook says
Add both your Facebook App ID and Account Kit Client Token to your
Info.plist file as strings. Make sure you have enabled Account Kit in
the App Dashboard. You'll find the Account Kit client token in the
Account…

JayVDiyk
- 4,277
- 22
- 70
- 135
1
vote
1 answer
Facebook Account kit Integration get facebook profile picture in android
I try to integrate Facebook using Facebook account kit,login successful but I also want to get Facebook account profile picture,name and Email.

Payal Sorathiya
- 234
- 1
- 12
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
1 answer
Facebook account kit
This is the first time I'm going to use Facebook account kit to verify mobile numbers. My query is, can I verify the mobile numbers that are not linked with any Facebook account ? I have checked all over the internet on this but wasn't able to get…

user3580022
- 5
- 4
0
votes
0 answers
Account kit with ionic v 1.3
I'm beginner in Ionic. I just try to implement account kit authentication with ionic, but I always got this error
Uncaught Error: [$injector:modulerr] Failed to instantiate module starter due to:
Error: [$injector:nomod] Module 'starter' is not…

thelastone
- 35
- 1
- 6
-1
votes
1 answer
Facebook account kit xamarin
I am developing an application. This is my first application that I develop in xamarin. I was asked to put account kit but the problem. I can not find the procedure to put account kit on cross Plaform Ios and android in xamarin
Thank you for your…

MrRaijy
- 21