Twitter Share Not Working

Hi there :slight_smile:

what is the simplest way to share something with Twitter?

I have been using this, but it doesn’t seem to work anymore:

native.showWebPopup(10, 5, \_W, \_H, "http://twitter.com/home?status=TestTestTestTest")

The popup shows and twitter as well, but I’m not getting redirected to the “new tweet” box.

I’m using build 2013.1073

Thank you for your help :slight_smile:

If you’re using iOS 5.x or later, you can use the native twitter interface.   See:

http://docs.coronalabs.com/api/library/native/showPopup.html

If you’re on android or an older system, you would need to build your own scene to collect the inputs and use something like the twitter sample app to send it.

The webpopup will only show a webpage, which of course could like to twitter’s website or a webpage of your own design.

If you’re using iOS 5.x or later, you can use the native twitter interface.   See:

http://docs.coronalabs.com/api/library/native/showPopup.html

If you’re on android or an older system, you would need to build your own scene to collect the inputs and use something like the twitter sample app to send it.

The webpopup will only show a webpage, which of course could like to twitter’s website or a webpage of your own design.