I'm using the
https://graph.facebook.com/oauth/access_token?client_id={app_id}6&client_secret={app's_secret}&grant_type=client_credentials
to generate a token to read the feeds of a certain page using:
https://graph.facebook.com/148321325216424/feed?access_token=xxxxx
where xxxxx
stands for the retrieved token from the first call. In return I received and empty json array with no data in it.
If I go to the https://developers.facebook.com/tools/explorer
page and while login in facebook I use the "get token" button (my user button) I get a valid json array.
Does someone know if the apps tokens are still valid to read feeds ?