I have been trying to get all the members of my LinkedIn groups. I have gone through their API's but LinkedIn don't support this.
I have tried many other ways of doing so through curl , different php functions, HTML DOM all have session problem (I am logged out every time). Then I tried to get members with iframe but iframe has cross domain restriction.
Is there any possible way of getting all the members of my groups in LinkedIn? I was thinking of proxy but I guess proxy solution will also fail due to sessions/cookies.
So you have a group-id and you want to display all the members in that group? Have you already established an oAuth connection? Can you post some API calls that you're currently using?
Maybe this will help (see "Retrieving a Group's Profile Details") https://developer.linkedin.com/documents/groups-api#profiledetails
Unfortunately, there is no way to currently get all group members from the Groups API. If you look through the available Group Fields, you can see there are no fields that are available that could be used to retrieve members.
Finally, from LinkedIn support themselves, it's not possible.