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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.