Hi I am using the following api method with a bearer token of my admin access token taken from the console.
/api/v3/global-feeds
and I am being returned the following empty results.
{
posts: ,
postChildren: ,
comments: ,
users: ,
files: ,
categories: ,
communityUsers: ,
feeds: ,
videoStreamings: ,
polls: ,
paging: {}
}
However there should be at least 3 posts, I can see them in the console and i can access using the UserId of the Posting user via different api method.
Should an admin access token have access to all user posts or have i misunderstood?
If not how, should I get a list of all public posts using the api ?
Many thanks