Reputation: 1401
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?
Upvotes: 0
Views: 523
Reputation: 721
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.
Upvotes: 1