Questions tagged [twitter-digits]

Digits lets people create an account or sign into your app using nothing but their phone number on iOS and Android. Built using the same global, reliable infrastructure Twitter uses, Digits will verify the user’s phone number with a simple customizable user interface that easily integrates into your app.

Digits lets people create an account or sign into your app using nothing but their phone number on iOS and Android. Built using the same global, reliable infrastructure Twitter uses, Digits will verify the user’s phone number with a simple customizable user interface that easily integrates into your app.

Digits extends your existing user/profile database. A successful Digits account creation will return a stable userID to attach or match with your user record, and an oAuth token for the device. A verified phone number is also returned for convenience, but the user’s number may change at any time and should not be used for authentication.

131 questions
9
votes
2 answers

FIrebase Phone Authentication supported countries?

Does anyone know if Firebase Phone Authentication works for India phone numbers? I successfully implemented and to work for US numbers (+1xxxxxxxxxx), but the text not received when I tried with an India phone number. Wasn't sure if it didn't work…
D. Krut
  • 93
  • 1
  • 1
  • 4
6
votes
1 answer

Verify user using digits

I am using Fabric digits to verify user for my app. I have done everything as told in Description but when verifying user i get HTTP Error: 401 Authorization Required, API Error: 32, User Message: Try Again Here is my code please help phoneButton =…
Android
  • 1,085
  • 4
  • 13
  • 28
6
votes
1 answer

fabric digits returns a null object of phoneNumber after OTP verification on android app

In the success method, I've been trying to use the phoneNumber but it's a null object even after successful OTP check on my android app. Please let me know how can I get the phoneNumber after fabric verification to use it for user registration on my…
6
votes
5 answers

Is there a way to use Twitter Digits without the button in Android?

I am making an app that uses twitter digits, and I was wondering if there is a way to use it without using the ugly twitter digits button that says "use my phone number"
Horatio
  • 1,695
  • 1
  • 18
  • 27
6
votes
2 answers

How to Handle Twitter Digits API for Web

I'm working on twitter digits api to integrate it to my website which needs to verify user's uniqueness. Here is a link, it's the only article which illustrate officially how to implement digits for web. In the article, I find the fact that I have…
Kazuyoshi Abe
  • 61
  • 1
  • 3
5
votes
1 answer

What kind of user consent is necessary for Firebase phone authentication?

The firebase phone auth documentation states: Phone numbers that end users provide for authentication will be sent and stored by Google to improve our spam and abuse prevention across Google services, including but not limited to Firebase.…
Sid Mani
  • 369
  • 3
  • 9
5
votes
1 answer

How often does Firebase phone authentication require verification?

as of May 17, digits.com released a statement: http://get.digits.com/blog/introducing-firebase-phone-authentication Stating that digits.com auth becomes obsolete and firebase takes over. Firebase description is other…
5
votes
4 answers

Phone number based auth in Firebase (with Digits)

I am super impressed with the new Firebase and auth options in that. But what if I want to create my own userID-password system to create a user? Like for example I authenticate the user with his phone number (using something like Fabric's Digits)…
Codevalley
  • 4,593
  • 7
  • 42
  • 56
5
votes
1 answer

Gradle Duplicate Entry

I integrated the Digits mobile sdk into my project and it wouldn't build anymore. It has some kind of a clash with gson library that i am using. I get this error during the build: Error:Execution failed for task…
4
votes
1 answer

Matching CNcontact and Digits Find Friends Swift 3

I am trying to build iPhone App with digits Find a friend feature I can get list of matching digitUserID from Digits. Now I am struggling to match UserID and CNContacts. Please point any examples to deal this. As update: do { try…
Kaviyarasu Arasu
  • 329
  • 5
  • 13
4
votes
1 answer

How can I authenticate Digits users via Firebase Twitter method in Swift?

I am trying to authenticate a Digits user via Firebase. I have heard on more than two occasions that you can auth Digits users through the twitter end-points. So I'm trying it now but I'm pretty much stuck. I am trying to send the session?.authToken…
4
votes
0 answers

Fabric Digits: logout for web

I created a login for my site using Docs Digits Sign in with Phone Number Login is working fine. How should I add Logout link on my site?
4
votes
2 answers

Twitter Digits : how to check if the user is already registered

I am experimenting with Digits API by Twitter for registering users on my Android application. Currently in my launching activity I display a button(com.digits.sdk.android.DigitsAuthButton) that asks for users to enter their phone number so that a…
pankaj
  • 1,316
  • 3
  • 16
  • 27
4
votes
2 answers

How to override the text in Twitter Digits android?

In twitter digits https://github.com/twitter/digits-android while verifying phone number there's an activity for Entering the confirmation code in which there's an EditText and a Button for "SIGN IN". My question is how to change the text of the…
stack5
  • 430
  • 2
  • 10
4
votes
0 answers

Fully Custom UI For Twitter Digits Sign-in Flow

I understand that you can customize the appearance of the Twitter Digits sign-in flow (as specified here). Is there a way however to use a fully custom UI for this flow, while using the Digits authentication services? I know that you can use a…
Madhu
  • 2,429
  • 16
  • 31
1
2 3
8 9