facebook - missing post from {page-id}/feed -


assume have post id xxx

then,

visit https://graph.facebook.com/v2.9/xxx?access_token=your_token, can see post

but

this post missing

https://graph.facebook.com/v2.9/me/feed?access_token=your_token

i pretty sure post published , not hidden (by checking field is_published , is_hidden)

i wondering why can not fetch post {page-id}/feed

the post id talking 86398004596_10155126493894597 published @ 2017-07-01t07:22:36+0000

you can reproduce long have page access token:

https://graph.facebook.com/v2.9/86398004596_10155126493894597?access_token=your_token

https://graph.facebook.com/v2.9/86398004596/feed?access_token=your_token


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -