Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries whether a social service is available.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SocialComposer | 7.3 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
This function was deprecated.
Parameter | Description | Example |
---|---|---|
Type | The social service type. Can be Facebook, Twitter, SinaWeibo or TencentWeibo. |
"Facebook" |
Returns OK or error.
Check for availability:
Set Variable [ $r ; Value: MBS( "SocialComposer.IsAvailableForServiceType"; PlaceHolder::Service ) ]
If [ $r ≠ 1 ]
Show Custom Dialog [ "Can't send message." ; "This iOS device is not configured to post on " & PlaceHolder::Service & "." ]
Exit Script [ Text Result: "failed" ]
End If
Created 11st June 2017, last changed 12nd June 2020
SocialComposer.ImageCount - SocialComposer.IsPresented
Feedback: Report problem or ask question.