LinkedInHelperGetUserCompanies Method |
Namespace: CMS.SocialMarketing
public static List<LinkedInCompany> GetUserCompanies( string accessToken )
Exception | Condition |
---|---|
LinkedInApiUnauthorizedException | Thrown when protocol error occurs because the request is not authorized properly. |
LinkedInApiThrottleLimitException | Thrown when protocol error occurs because the limit of API requests was overdrawn. |
LinkedInApiException | Thrown when protocol error occurs. |
Exception | Thrown when unexpected error occurs. |