SocialMediaChannel.getAccessStatus (Method)
Returns the status of the access token for the specified channel. 1=Valid, 0=expired, -1=Un-registered.
Returns:
Integer_0_1_Neg1 (integer)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | SocialMediaChannelID | Required | An integer that uniquely identifies a social media channel. |
Context:
License Requirements | SocialMedia |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | Authoring |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
84004 | Some error occurred while trying to check the validity of access token. |
84011 | Could not find the component for the service. |
84012 | Could not create the object of the component for the service. |
84013 | Component is not defined for the service. |
84014 | Access token for the service is not defined. |
Notes:
None