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.