mergSocial | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Associations | mergsocial |
Description | mergSocial is an iOS external that adds commands to present twitter, facebook and weibo post modal views. These views are available on iOS 6. The twitter post view is available on iOS 5. The mergSocial external replaces mergTweet and includes the deprecated mergTweet syntax. When using the mergSocial command for twitter on iOS 5 the external will call mergTweet. |
Type | Name | Summary | Syntax |
---|---|---|---|
command | mergSocial | Presents a modal view for posting to the specified social network service | mergSocial <pServiceType>, [<pText>], [<pImagePaths>], [<pURLs>] |
- - - | mergTweet | Send a tweet using the standard iOS tweet sheet | mergTweet <pBody>, [<pURLs>], [<pImages>] |
function | mergSocialIsAvailableForServiceType | Determines if the service type is available | mergSocialIsAvailableForServiceType(<pServiceType>) |
- - - | mergTweetCanSend | Checks to see if the device is configured to send a tweet | mergTweetCanSend() |
library | mergSocial | mergTweetCanSend() |