Currently the only way send tweets or follow someone is via opening a webpage. A stable Twitter integration would be great, along with event dispatching whether a follow or a tweet was made. [import]uid: 144908 topic_id: 32273 reply_id: 332273[/import]
You should be able to do all that through the twitter API (theirs, not Corona’s) using network.request() and the oauth,lua module found in the sample code. But I think on the android site, it’s still going to use intents to do the work.
See the twitter app in the sample code. [import]uid: 19626 topic_id: 32273 reply_id: 128408[/import]
this could help you out to start
http://velluminteractive.com/upload-images-to-twitter-from-corona-sdk/ [import]uid: 139893 topic_id: 32273 reply_id: 128426[/import]
You should be able to do all that through the twitter API (theirs, not Corona’s) using network.request() and the oauth,lua module found in the sample code. But I think on the android site, it’s still going to use intents to do the work.
See the twitter app in the sample code. [import]uid: 19626 topic_id: 32273 reply_id: 128408[/import]
this could help you out to start
http://velluminteractive.com/upload-images-to-twitter-from-corona-sdk/ [import]uid: 139893 topic_id: 32273 reply_id: 128426[/import]
You can do it through the Twitter API but having native Twitter integration would be so much nicer. I have actually just come across the first game that uses it and it pops up like a email does. It would all pre-filled in but you could type over it.
In case anyone wants to try it the game is free and called “Road Trip 2”.
Dave [import]uid: 117617 topic_id: 32273 reply_id: 129877[/import]
You can do it through the Twitter API but having native Twitter integration would be so much nicer. I have actually just come across the first game that uses it and it pops up like a email does. It would all pre-filled in but you could type over it.
In case anyone wants to try it the game is free and called “Road Trip 2”.
Dave [import]uid: 117617 topic_id: 32273 reply_id: 129877[/import]