I have searched the forum, but still not found a way of sending a Tweet. |Has anyone suceeded in doing this. I would be most grateful for a point in the right direction.
Sub Button1_Click
Dim share As Intent
share.Initialize(share.ACTION_VIEW,"https://twitter.com/intent/tweet?text=B4X - Android, iOS, desktop, server and IoT programming tools&url=https://www.b4x.com")
StartActivity(share)
End Sub
Sub Button1_Click
Dim share As Intent
share.Initialize(share.ACTION_VIEW,"https://twitter.com/intent/tweet?text=B4X - Android, iOS, desktop, server and IoT programming tools&url=https://www.b4x.com")
StartActivity(share)
End Sub