mardi 31 mars 2015

Reading user posts using Facebook API

I'm traying to read user posts using Facebook API.


Everithing is ok and I can read all public user posts when api call is made using v1.0 api version:


http://ift.tt/1m0clLW{user_id}/posts?fields=message,name,description,type&access_token={access_token}


But when api call is made using v2.3 version (or any other 2.x version) facebook returns empty list:


http://ift.tt/1Gbzide{user_id}/posts?fields=message,name,description,type&access_token={access_token}


Both requests was made for the same user with the same access token. Can anyone explain such behavior?


Aucun commentaire:

Enregistrer un commentaire