Facebook graph API: feeds missing in json response

后端 未结 3 1045
一生所求
一生所求 2020-12-08 08:36

I try to fetch user\'s feeds via graph api from my Android application. It generally works but some feeds that I can see on the wall are missing in the json response.

<
3条回答
  •  失恋的感觉
    2020-12-08 09:18

    I had a similar problem. But for me, the problem was related to not setting the scope properly on first login (to authorize the app). I posted a similar question and got an answer that worked for me here:

    Facebook API how to get all wall items

提交回复
热议问题