0

From my app I am trying to open twitter app so that the first screen is automatic reply to a tweet. I found the web intent for doing so: https://twitter.com/intent/tweet?in_reply_to=

I found a android intent for opening a tweet: twitter://status?status_id=

But I cannot find android intent for reply or retweet.

Can anyone help please?

Tadej Vengust
  • 1,351
  • 4
  • 18
  • 35

1 Answers1

1

I think they expect you to use Fabric https://docs.fabric.io/android/twitter/compose-tweets.html which was built by twitter for mobile app development.

JLamkin
  • 721
  • 6
  • 17