I am doing a little test on a facebook API call. I am using the graph api explorer and the Api Key is a page key. The general idea is to get the feed from the page, which I can do. But I'm concerned about the way i'm doing it:
/me/posts
From the documentation:
/me is a special endpoint that translates to the user ID of the person whose access token is being used to make the request
But in this context, I understand me is being translated to the page's id somehow. Am I reading this wrong?
My main concern is that at some point I might get a post or info from some place different than the Page in question.