2

I have successfully implemented twitter authentication(twitter4j) using webview from my Android app.Is it possible to authenticate without using webview..ie; by triggering phones twitter app ?

arun
  • 245
  • 1
  • 3
  • 12
  • 1
    I found a better description here http://stackoverflow.com/questions/19027623/android-twitter4j-authentication-via-installed-twitter-app-not-browser?rq=1 – arun Apr 02 '14 at 12:21

2 Answers2

1

No; twitter doesn't provide any such functionality. Facebook and Google do.

gandharva
  • 691
  • 5
  • 16
0

UPDATE: It's possible...

... when you use Fabric (Twitter's Mobile Development Platform) to login. Somewhere since 2015, the native Twitter App will be used if it's installed on the user's device.

Entreco
  • 12,738
  • 8
  • 75
  • 95