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
3
votes
2 answers

Fabric digit getting crash in callback after verification

I have added Fabric Digit kit for verifying mobile number. Mobile number is getting verified successfully, but when I click verify button app gets crashed and when I reopen the app, digit session is created successfully, I have used Digit in many…
Arth Tilva
  • 2,496
  • 22
  • 40
3
votes
1 answer

Using Fabric - digits for mobile number authentication

I have some specific questions - How is digits for signup/login via mobile number? Is it trustworthy(I have read that twitter have used fabric as a data collecting mechanism in the past)? What are the prospects that it will be free forever?
humble_wolf
  • 1,497
  • 19
  • 26
3
votes
0 answers

HTTP request failed, Status: 401, API Error: 239, User Message: Try Again

I am having Twitter Login along with Twitter Digits & Crashlytics. But the developers account for Crashlytics is different from Digits and Twitter-Login. This is my Application class TwitterAuthConfig twitterConfig = new…
3
votes
0 answers

Nativescript Fabric Digits Plugin

I'm trying to develop a Nativescript plugin for integrating Fabric Digits. At first, following the Digits tutorial I have edited the platform/android/include.gradle like they said (also adding my API_KEY in the…
3
votes
1 answer

Digits Phone number is blank even after success

DigitsAuthButton digitsButton = (DigitsAuthButton) findViewById(R.id.auth_button); digitsButton.setCallback(new AuthCallback() { @Override public void success(DigitsSession session, String phoneNumber) { // TODO: associate the session userID…
Dab
  • 61
  • 6
3
votes
1 answer

Verify credentials provided by Fabric Digits on server-side return "Error 32 - Could not authenticate you."

I'm writing a micro-service that permits to create a user on my backend from valid credentials provided by Fabric Digits. I get the credentials from the Digits iOS SDK on my iOS client with this code: Digits *digits = [Digits…
Jean Lebrument
  • 5,079
  • 8
  • 33
  • 67
3
votes
2 answers

To what extent can you customize the flow, look and feel of Fabric's Digits on Android?

I'm investigating how to customize Digits within my app in the following ways: Theming: The documentation show how to change the color theming of the form, but no how to (if possible) change the view layout or add/remove view elements. Can I change…
3
votes
0 answers

Which read-SMS-online services will receive verification codes from Digits?

Background I use Twitter's Digits SDK in an app for sign-in, essentially allowing the Users to sign-in quickly use an existing (previously verified by a web app) mobile numbers. This has worked great during internal testing and everyone likes the…
Dan
  • 4,197
  • 6
  • 34
  • 52
3
votes
0 answers

Failed to get app auth token error

I try get useID ant oAuth token from Digits service. But when I enter my phone number and press "SEND CONFIRMATION CODE" I got this error: E/Twitter﹕ Failed to get app auth token com.twitter.sdk.android.core.TwitterApiException: 403 Forbidden …
igor_rb
  • 1,821
  • 1
  • 19
  • 34
3
votes
2 answers

Can I fetch a phone number from Twitter Digits callback?

Is it possible to fetch user's phone number from Twitter Digits callback? I'm using http version and javascript to send SMS with twitter digits. I only see next information response headers: …
Vnuuk
  • 6,177
  • 12
  • 40
  • 53
3
votes
2 answers

Integrate twitter digits with a cordova/phonegap app?

Digit released its Web SDK not too long ago, however I'm having some issues integrating it with my phonegap/cordova app. I have tried using the inappbrowser plugin but since digits uses the postMessage api to transfer data between windows and it…
yangli-io
  • 16,760
  • 8
  • 37
  • 47
2
votes
0 answers

Is there a way we can find user in the Firebase by their Digits id/token?

We have 2 apps (iOS and Android) which allow user to authenticate using either phone number or through Facebook. In case of phone number it worked like this: app launched Digits authentication flow. After user submitted code from SMS, Digits SDK…
2
votes
1 answer

Android:Firebase:Digits: Attribute io.fabric.ApiKey is also present at firebase-ui-auth

I need to mirgrate from Digits to Firebase. So in my app/build.gradle compile 'com.firebaseui:firebase-ui-auth:2.3.0' compile 'com.google.firebase:firebase-auth:11.0.4' compile "com.android.support:design:26.1.0" compile…
user8542613
  • 745
  • 2
  • 14
  • 25
2
votes
0 answers

Twitter digits is not initialized in web

I am using the Twitter Digits own elements in a portal to allow users to enable Twitter Digits two-factor authentication. The setup I have is exactly the same as the sample they provide:…
Chetan Buddh
  • 452
  • 8
  • 14
2
votes
0 answers

Use third-party token from services such as Twitter Digits to register/sign-in user

Our app requires sign-in by either mobile number or Google. We are planning to Twitter Digits for mobile number authentication. The flow of registration and authentication as I understand is as below: Mobile app does rich authentication with…
1
2
3
8 9