Twitter

Posts hello from codea to twitter

-- basic twitter post method using the twitter app url scheme

function setup()
    openURL("twitter://post?message=hello%from%20codea!") -- opens twitter app and posts message
end

Nice example, here’s some more usages of OpenURL by @Zoyt: http://codea.io/talk/discussion/1123/the-power-of-openurl/p1

thanks for the link @skythecoder

Or… Use my Objective C plugin. :wink:

@Zoyt how do you get the plugin

@Dantheman2001 - http://codea.io/talk/discussion/4221/objective-c-libraries-testflight-gamecenter-location-twitterfacebookcamera-roll-sharing-more#Item_74