Moai SDK  1.5 revision 1 (MoaiEdition)
MOAITwitterIOS Class Reference

Inherits MOAIGlobalClass< TYPE, SUPER >.

List of all members.

Function List

  composeTweet
  canTweet

Function Documentation

Determines whether or not Twitter interaction is enabled.


function canTweet ()
Returns:
canTweet ( bool )

Opens a view to compose a tweet.


function composeTweet ( [ string text, string url ] )
Parameters:
text ( string ) Optional. The default text of the tweet. Default is nil.
url ( string ) Optional. A URL to add to the tweet. Default is nil.
Returns:
nil