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
Facebook account kit - web - improve workflow?
I've implemented the Facebook account kit as an auth method for my web app the the workflow is pretty clunky. The email auth workflow ends up with the user opening a new tab, clicking login and ending up on the same, blank page.
There doesn't seem…

Ryan Fisher
- 1,485
- 1
- 19
- 32
0
votes
0 answers
Facebook Account Kit "Send Code To Facebook" is not shown in ios devices
Facebook Account Kit
I can see that there is an option for sending the code to Facebook in Android devices. However I am not getting any notification or code in Facebook app or in messenger app.
Also this option is not available in iOS devices. Is…

Uzair
- 91
- 2
- 9
0
votes
1 answer
Refreshing Account Kit access token
I am integrating Facebook's Account Kit to my webapp.
My node.js server exchange the authorization code received by the client to an access token that is valid for 30 days.
I wonder how can I refresh this token without letting the user login again.

idoshamun
- 1,125
- 9
- 21
0
votes
1 answer
Facebook Account kit initialisation issue+java
I've integrated account kit in my app and its working for most of the devices. But I get few crash reports for sdk initialization as well. Can someone figure out what I'm doing wrong?
Error:
com.facebook.accountkit.ui.AccountKitActivity}: 500:…

user232803
- 365
- 6
- 19
0
votes
2 answers
iOS Facebook Account kit - Persist user token when app is opened 2nd time after successful login
My doubt is after successful login using Facebook account kit for the first time, I am reopening the app for the 2nd time. When I open how can I detect and use the existing user Access Token?
I tried by fetching Accountkit.currentAccessToken in…
0
votes
1 answer
Account Kit (for Web) Server Error - We have encountered an error
I tried to follow exactly the instructions here to set up account kit: https://developers.facebook.com/docs/accountkit/web
However, whenever I try to login with email or SMS, I get a Server Error. The console displays this message:…

wizarniak
- 1
- 2
0
votes
1 answer
How to send client access token with app secret to Facebook account kit and get the resons
I have developed an Andriod app, and I use Facebook account kit to validate the phone number after I send the phone number to Facebook account kit then Facebook sends an access token to the client, then I send the client access token to my web…

Ali
- 387
- 1
- 7
- 25
0
votes
1 answer
Facebook account kit in Android
How to implement facebook account kit for verifying phonenumbers in Android?Their official documentation seems to be weird.Please help.Also what are the attributes need to be given in styles.xml ?
My LoginActivity
@Override
protected void…

Liths Joy
- 3
- 1
- 7
0
votes
1 answer
unable to Initialize AccountKit android studio. Initialization Error 501
I wanted to create a simple app using AccountKit which shows "hello world" message upon successful login. "activity_main.xml" contains a simple "hello world" message. There were no errors in syntax but when i try to run this on my phone i am getting…

SaiVivek
- 1
- 2
-1
votes
1 answer
How to implement facebook account-kit instant verification in android?
how can i perform login without OTP verification using facebook account kit.
i have successfully implemented account-kit through SMS verification.

Amar Giram
- 157
- 1
- 2
- 12
-1
votes
1 answer
AccountKIt-Facebook Set up a page to handle successful logins and exchange authorization codes for access tokens
I have followed everything said accountkit docs:
';
$secret = '';
$version = ''; // 'v1.1' for example
// Method to send Get request to…

aidonsnous
- 1,475
- 4
- 19
- 41
-1
votes
2 answers
Facebook accountKit debug mode, Change UI color and SMS Message content
I already implemented the facebook accountKit in my android application. They have nice documentation in their official page. That's link is here for documentation and here is sample code.
currently i am fetching some issue. Those are given…

Md. Sajedul Karim
- 6,749
- 3
- 61
- 87
-2
votes
1 answer
Keep Login State Account Kit
I login on the Account Kit successfully, but when I close the application and re-enter it, I have to log in again, is there a way to help me save my login?
Thanks a lot.
-2
votes
1 answer
Backpreesing takes me to previous activity
I know this question has been asked many times but hear me out. I have MainActivity which is a LoginActivity & it uses facebook login and AccountKit From Facebook to login and start next activity which is a ContactsActivity. When i am in…
user8422179
-2
votes
1 answer
Access Account Information on the Device using JavaScript sdk
I am using JavaScript sdk of Account-Kit but unable to get the phone-number in the response packet
Please find relevant link for this:-
https://developers.facebook.com/docs/accountkit/webjs/reference
function loginCallback(response)…

VIKAS KOHLI
- 8,164
- 4
- 50
- 61