LinkedInHelperGetUserCompaniesInternal Method |
Gets all companies administrated by the user that owns given access token.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax protected List<LinkedInCompany> GetUserCompaniesInternal(
string consumerKey,
string consumerSecret,
string accessToken,
string accessTokenSecret
)
Parameters
- consumerKey
- Type: SystemString
Application API key. - consumerSecret
- Type: SystemString
Application API secret. - accessToken
- Type: SystemString
User's access token. - accessTokenSecret
- Type: SystemString
User's access token secret.
Return Value
Type:
ListLinkedInCompanyReturns list of administrated companies.
Exceptions See Also