How to Tweet on Android

Hi guys,

Just thought i'd share this as it has taken me a while to figure this out. If you want to have a tweet button in your android game simply use the "Open URL" behaviour using "http://" and paste this in the start

twitter.com/intent/tweet?text=

Then add your message with + signs for spaces

Example: twitter.com/intent/tweet?text=I+wish+things+were+easier

Hope this helps make peoples games better

Comments

  • gingagaminggingagaming FREELANCE GS DEV Member Posts: 1,685

    What a nice little work around @Ali_Wood‌ well done. I love the URL behaviour work arounds. I wish some more would come to light. To date these are the following tricks:

    1. Android Tweet (listed above)
    2. Send data (pre 11.0.13)
    3. Use the phones call function to make a call
Sign In or Register to comment.