mergSocial |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergSocial <pServiceType>, [<pText>], [<pImagePaths>], [<pURLs>]
|
Associations | mergsocial |
Summary | Presents a modal view for posting to the specified social network
service
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pServiceType | | the service to post to
- facebook
- twitter
- weibo
|
pText | | (optional with "" default) text to be posted
|
pImagePaths | | (optional with "" default) a full path to images to be
posed
|
pURLs | | (optional with "" default) urls to be posted
|
|
Values | Name | Type | Description |
---|
return | | one of:
|
|
Description | This feature is available on iOS 6 only and will throw an error on
other platforms. To use this feature your app must be comipled against
the iOS 6 SDK or higher which means using LiveCode 5.5.3+ and Xcode 4.5
or higher.
|
Tags | externals |