mergSocial

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Associationsmergsocial
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.

TypeNameSummarySyntax
commandmergSocial

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>]

functionmergSocialIsAvailableForServiceType

Determines if the service type is available

mergSocialIsAvailableForServiceType(<pServiceType>)

- - -mergTweetCanSend

Checks to see if the device is configured to send a tweet

mergTweetCanSend()

librarymergSocial

mergTweetCanSend()