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
0
votes
1 answer

how to fix java.lang.NoClassDefFoundError crash

My app is live on play store. Its not crashing in all devices but I can see this crash in a few device only. Please help me to fix this issue. java.lang.NoClassDefFoundError: Failed resolution of: …
Romit M.
  • 898
  • 11
  • 28
0
votes
1 answer

Facebook AccountKit override onActivityResult on main activity

I added custom footer to my AccountKitActivity screen. It is possible according to Facebook documentation. In my layout I added buttons as footer fragment, but I need to use onActivityResult after my buttons finish theirs action. Is it possible to…
motis10
  • 2,484
  • 1
  • 22
  • 46
0
votes
1 answer

Cannot find com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable class

My build.gradle is: // for facebook account kit compile 'com.facebook.android:account-kit-sdk:4.+' // for google firebase database compile 'com.google.firebase:firebase-database:9.6.0' // for google firebase cloud messaging compile…
keven
  • 19
  • 4
0
votes
1 answer

Facebook Account Kit and token for business

We have 3 apps using the very same user base. Users are able to use these apps with one account. Hence, we are using token_for_business id of facebook users in graph api to be able to recognise them in all 3 apps. However, we cannot find anything…
Onur Demir
  • 708
  • 2
  • 13
  • 35
0
votes
0 answers

SMS Login using Facebook Account Kit Error on iOS

This happens when Apple review my app. I am not able to reproduce this problem. I have tested this on actual device and it does not have this problem (iPhone 6 and iPhone 7) I have also tested it on an iPad simulator and it does not have this…
JayVDiyk
  • 4,277
  • 22
  • 70
  • 135
0
votes
1 answer

accountkit crash on android

We're trying Facebook's accountkit to let our Android users signin with their phone number. When a user clicks on a button to open the login screen, we get the following error: Caused by: java.lang.ClassNotFoundException: Didn't find class…
jennie788
  • 396
  • 3
  • 18
0
votes
1 answer

Facebook Account Kit How to change button text color property

I am using facebook account kit for login with phone number. I just want to change Next button text color to White. By default text color is black. I research on Facebook Account kit page but not found good solution. I found button property name for…
Hitesh Gehlot
  • 1,307
  • 1
  • 15
  • 30
0
votes
1 answer

AccountKitLoginResult removed from latest version of Facebook's Account Kit SDK

The reference page https://developers.facebook.com/docs/reference/android/4.11/interface/AccountKitLoginResult/ for AccountKitLoginResult mentions that This class is no longer available in the most recent version of the SDK . There are two…
Rajan Prasad
  • 1,582
  • 1
  • 16
  • 33
0
votes
1 answer

objective c Facebook Account Kit how to hide back button?

I'm using Facebook Account Kit. So, I do not need the back button on the first screen (the text field with phone number). There is a simple way to hide back button or even navigation bar?
Denis Windover
  • 445
  • 2
  • 6
  • 20
0
votes
1 answer

How to make embeded Account Kit form?

I want to make use of Facebook's Account Kit on my web app. Is there any chance to get embedded form like on its official page?
przemdz
  • 13
  • 1
  • 6
0
votes
1 answer

Account kit: Set the default language for android apps

I'm trying to add a default language for my android app using Account Kit without success. I don't want for now make a support for english, but when the device are using english as the system language the Account Kit changes too. I'm following the…
pablobaldez
  • 924
  • 14
  • 22
0
votes
0 answers

PHP session corrupted on app engine

Under what conditions can the session be corrupted? By default the app engine uses MemcacheSessionHandler to save sessions and google even warns that it can be corrupted. From what I understand it can be corrupted if multiple requests are handled at…
Elon Mallin
  • 345
  • 4
  • 12
0
votes
2 answers

Account Kit Instant Verification UI flow is glitchy when using CONTEMPORARY theme

When using Account Kit's Instant Verification with the CONTEMPORARY theme, we are facing three UI issues when compared with the expected behavior in the Account Kit documentation provided here. 1) On the screen that has the "Continue" button, the…
Abdul Wasae
  • 3,614
  • 4
  • 34
  • 56
0
votes
1 answer

Can a user's AccountKit id for an app ever change?

I've integrated Facebook's AccountKit as the login system for my app. It has some bugs but usually works fine. My developer reported a fairly bad experience though recently. He had to restart his computer, thus clearing the sessions, and when he…
Dante Cullari
  • 769
  • 13
  • 21
0
votes
1 answer

User mobile number not verifying via Facebook account,only verifying via sms when using Account Facebook kit

I have followed below link for verified user mobile number using facebook account kit SDK. https://developers.facebook.com/docs/accountkit/android Add facebook app id, client id and application token, all required permission use in the manifest file…
1 2 3
9
10