Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
The creation and customization of database applications using Microsoft Access