简体   繁体   中英

How to get list of groups from LinkedIn in iOS

I am using LinkedIn API to get list of groups:

https://api.linkedin.com/v1/people/~/group-memberships:(group:(id,name))?count=100&start=0 

Before this was working fine, but now I am getting this error:

errorCode: 0,

message: Access to group-memberships denied,

requestId: P5RCF85CT4,

status: 403,

Help me how to retrieve a list of groups.

Starting from May 12, 2015 , Linkedin has limited the open APIs. Access to Groups requires that you apply for and are granted access to this information from LinkedIn.

Solution :

Apply for partner status with LinkedIn ( Apply with Linkedin ), explaining what your application is and how it works. If it meets their criteria, then you will get access to those endpoints, but only for that app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM