ozgur / python-linkedin

Python interface to the LinkedIn API
http://ozgur.github.com/python-linkedin/
MIT License
894 stars 392 forks source link

[Group API] Can't get info for more than first 10 posts #67

Closed charlietango closed 7 years ago

charlietango commented 9 years ago

Hi,

I have a problem when I want to access the fields of the posts within a group. To be more specific, I can access the fields for the first 10 posts ( from 0 to 9 ). After the post 9, I get an error from the client: linkedin.exceptions.LinkedInError: 404 Client Error: Not Found: Unknown Error

Do you have any clue? Thanks!