I am trying to list all the tabs of a page using the Graph Api Explorer. I am using a token generated by a page administrator. With that token I go to 128274006712/tabs and I can see a list of tabs for that application.
But when I obtain a page token, 128274006712?fields=access_token, and use that token to access the list of tabs, it just returns this:
{
"data": [
]
}
I could successfully delete a tab from that page using the same access token, so it clearly has at least delete permissions. And I could successfully add a tab to the page using another page access token obtained using the original user token.
Is this a bug, or am I missing something here?
thanks a lot