mergTweet |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergTweet <pBody>, [<pURLs>], [<pImages>]
|
Associations | mergsocial |
Summary | Send a tweet using the standard iOS tweet sheet
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pBody | | the body of the tweet
|
pURLs | | (optional with "" default) a comma delimted list of urls to add
to the tweet
|
pImages | | (optional with "" default) a comma delimted list of image
paths to add to the tweet
|
|
Example | mergTweet fld "body" mergTweet "mergExt rules!","http://mergext.com" mergTweet "mergExt rules!","http://mergext.com",tImagePath
|
Values | Name | Type | Description |
---|
return | | Sets the result to one of:
- not configured
- mergTweet: Error: body does not fit in available character space
- mergTweet: Error: url does not fit in available character space
- mergTweet: Error: image does not fit in available character space
- mergTweet: Error: can't send tweet
- mergTweet: tweet presented
|
|
Description | Tweets are limited to 140 characters. If your command is failing check
the result to find out if you have exceeded this limit.
|
Tags | externals |