Share via

Posts request for a public pages

Juan Carranza 0 Reputation points
2023-04-05T22:39:06.6966667+00:00

Dear developers, Recently, I have been using the latest version of LinkedIn's API, specifically the "POST" feature. When I request data about posts from non-public page organizations, the API successfully retrieves all posts. However, when I switch to public pages, the API does not retrieve any data. What could be the reason for this? Do I need additional privileges? This is the request: .../posts?q=author&author=urn%3Ali%3Aorganization%3A75345323&count=1 Response:

{
    "paging": {
        "start": 0,
        "count": 1,
        "links": [],
        "total": 0
    },
    "elements": []
}

Thanks, Greetings.

Microsoft 365 and Office | Access | Development
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.