Mattias Svensson - 2013-01-28 18:48:50
Hi, this API is working great, when I tested out the login_with_linkedin.php. Now I was wondering if it is possible to modify the code in login_with_linkedin.php and use the API to retrieve group posts?
I added rw_groups to line 25 to give permission to "retrieve and post group discussions as you". Then I've tried to play around with http://api.linkedin.com/v1/groups/{group-id}/posts:(creation-timestamp,title,summary,creator:(first-name,last-name,picture-url,headline),likes,attachment:(image-url,content-domain,content-url,title,summary),relation-to-viewer)?category=discussion&order=recency&count=5 from the Linkedin API site on line 42 where you call CallAPI(). I keep getting this error though:
Error: it was not possible to access the API call: it was returned an unexpected response status 403 Response: { "errorCode": 0, "message": "Access to groups denied", "requestId": "SLDJMUFQXY", "status": 403, "timestamp": 1359394328949 }
Any idea? Thanks!