Questions tagged [account-kit]

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.

150 questions
3
votes
1 answer

Keyboard is not being dismissed: Facebook Account Kit iOS 11

I have integrated Facebook Account Kit SDK v.4.26.0. Following is the scenario in which I am facing difficulty: When user clicks on sign in, Login with Phone Number controller is being presented and keyboard is appeared immediately on that screen to…
Smit Sonani
  • 115
  • 6
3
votes
6 answers

A system issue occurred in facebook account kit

i could not resolve facebook account kit (A system issue occurred. please try again) issue even i have enabled client token access and sms login in account kit developers account.
X-Haroon-X
  • 45
  • 1
  • 3
3
votes
2 answers

Facebook developer Account kit settings not displaying

Im trying to configure account kit. but the settings are not displayed, why is that ?, I have tried to log from 2 devices but still same screen.
Diluk Angelo
  • 1,503
  • 11
  • 21
3
votes
3 answers

The Client Token must be specified in the string resource file as com.facebook.accountkit.ClientToken

I have an android project and i want to use facebook account kit. I did all settings but when i run the project, i am getting this message; E/AndroidRuntime: 500: Initialization error: 503: The Client Token must be specified in the string resource…
3
votes
0 answers

Account kit SMS verification is returning "NOT_AUTHENTICATED" response status on my web page

I have tested account kit sms verification on my local server and everything went right but when I push the editings on my remote server it starts to return "NOT_AUTHENTICATED" to the page in response.startus. I have tried to use APP key and secret,…
Giuseppe87
  • 406
  • 4
  • 14
2
votes
0 answers

How to fix the Invalid OAuth 2.0 Access Token AccountKit error?

My android app was removed, the error was Invalid OAuth 2.0 Access Token using AccountKit. Google gave me this message: picture of the error Then, they give me this message: { "error": { "message": "Invalid OAuth 2.0 Access Token", …
Diego Salcedo
  • 83
  • 1
  • 7
2
votes
1 answer

How to configure Info.plist file in ejected react-native app uses expo sdk

i created an app using react-native ini projectName and i added a native module package called react-native-facebook-account-kit And i need to change Info.plist in ios folder and add app id and client token info. Also i created a pod file as…
Nezih
  • 381
  • 6
  • 19
2
votes
0 answers

react-native facebook account kit

Just wondering if anyone have done this before. I have a react-native app that uses a phone number to authenticate. So, decided to go with Account kit. My question is, can we do our own UI and still able to perform the Account kit to send sms…
Vinay
  • 361
  • 1
  • 4
  • 11
2
votes
2 answers

Get mobile number using react-native-facebook-account-kit

Currently im using react-native-facebook-account-kit to verify phone number for my native app. In this plugin there is a method called loginWithPhone() which is generating input and verification UI. So i dont have any control over that fields where…
Alauddin Ahmed
  • 1,128
  • 2
  • 14
  • 34
2
votes
1 answer

Origin should match a registered origin URL. Origin URLs can be registered on the Account Kit developer page

I want to integrate facebook AccounKit in my website. I refer this. I am getting "Origin should match a registered origin URL. Origin URLs can be registered on the Account Kit developer page." error in debug mode. What is the solution for this? I…
2
votes
2 answers

I couldn't get the Account Kit's delegate methods to get called in Swift

I'm following this tutorial to integrate Facebook AccountKit with Swift. Almost everything is working but delegate functions are not called and I don't know why this is no happening. My code: import UIKit import AccountKit class…
exsnake
  • 1,767
  • 2
  • 23
  • 44
2
votes
1 answer

FBAccount Kit Country Code Localization

I am integrating the FB Account Kit into my app. But I have one issue with the country code. It seems that the localization is not working. I have added the AccountKit + AccountKitStrings.bundle into my app. What am i missing here? I am running the…
Alvin
  • 529
  • 1
  • 8
  • 19
2
votes
1 answer

Detect two phones/handset with same phone number after phone authentication/OTP

If I use phone A's number to verify an app'X' on phone B. And then install app'X' on phone A and verify the app with its number, Then I have verified two handsets with same mobile number. How can I detect this on the server and restrict such…
2
votes
0 answers

Facebook account kit is not working and getting server error 500 in release mood.How to solve?

I tried account kit of facebook in debug mood and it works fine. Then i created new fresh app in facebook developer account and set a release key for the app and added the app id, client id and app secret. This time the sms works fine but when it…
Arafat
  • 121
  • 1
  • 7
2
votes
1 answer

Facebook account kit crashing in some devices

I am using facebook account kit for login in application. Facebook account kit is working fine in most of the devices but in some of the devices. After looking at the crash reports from firebase, i found that most of the devices are Samsung devices.…
Hitesh Gehlot
  • 1,307
  • 1
  • 15
  • 30
1
2
3
9 10