Facebook Graph API: Missing posts from feed

Menny Barzilay

I've read so many posts regarding this issue, nevertheless no solution was found.

I'm using the graph explorer with ALL permissions selected (on both "User Data Permissions" and "Extended Permissions")

Trying to query a group feed via: /{group-id}/feed

And some posts are missing.

I saw that someone somewhere wrote that FQL will probably overcome this limitation - but Facebook announced that they are going to suppress FQL.

----------------[Try it Yourself]---------------------

  1. Join the group "IT Security" (This is just an example). You can find the group with facebook.com/6340489103

  2. find a post by "Gabor Nagy". Tip: after joining the group, you can access the post directly via "facebook.com/10152587882559104".

  3. Go to the graph explorer (link above)

  4. type /10152587882559104 which is /{post_id}

  5. did you receive "code: 100"?

{ "error": { "message": "Unsupported post request.", "type": "GraphMethodException", "code": 100 } }

  1. try other posts and see that it works fine

How come I can access this post directly but not through the graph api?


Menny Barzilay

SOLVED!!!! (well, more or less)

I've approached some of the people who posted the posts that cannot be accessed via Graph API.

After some debugging we have found the source.

They all turnd off the Facebook Platform option: https://www.facebook.com/about/privacy/your-info-on-other#friendsapps

This stops apps from accessing their data.

It doesn't really helps me with my project, but at-least I feel better. ;)

Enjoy

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Facebook Graph API: Missing posts from feed

From Dev

Limit Number of Posts coming from /feed Facebook Graph API

From Dev

Facebook graph query coordinates from posts feed

From Dev

Facebook Graph API - Get user feed posts with pictures

From Dev

Get user wall feed posts with custom filter using Facebook Graph API

From Dev

Facebook graph api started to return only the first 10 posts in a group feed

From Dev

Fetch new posts from facebook using Graph API

From Dev

How to filter user's news feed to posts/actions from a specific app in Graph API

From Dev

Get news feed using Facebook Graph API

From Dev

Get news feed using Facebook Graph API

From Dev

facebook graph api - missing fields

From Dev

Facebook Graph Api : Missing comments

From Dev

Facebook Graph Api : Missing comments

From Dev

Get facebook friends posts using graph API

From Dev

Facebook Graph API /me/home Friends Posts

From Dev

Facebook Graph API - How to read posts privacy

From Dev

Does Facebook's Graph API Explorer currently not allow for the scraping of visitor posts from a page?

From Dev

Facebook Graph API 2.0/2.1 missing features

From Dev

Manipulate photos url in facebook custom feed (graph API)

From Dev

Facebook SDK for .NET and Graph API Explorer news feed mismatch

From Dev

Accessing user feed using Facebook Graph API v2.0

From Dev

Post message with picture to facebook page/feed using graph api

From Dev

Facebook graph api to get recent feed's by other user

From Dev

There is a way to get the feed of an user via the open graph api of facebook?

From Dev

Facebook Graph API: GET /feed without privacy "SELF"

From Dev

PHP Facebook Graph API get posts comments WITH user photo field

From Dev

Facebook Graph Api - Retrieve only Wall posts that contain a photo

From Dev

Facebook Graph API - page/posts - how to get photo url?

From Dev

Access private facebook group's posts using Graph API

Related Related

  1. 1

    Facebook Graph API: Missing posts from feed

  2. 2

    Limit Number of Posts coming from /feed Facebook Graph API

  3. 3

    Facebook graph query coordinates from posts feed

  4. 4

    Facebook Graph API - Get user feed posts with pictures

  5. 5

    Get user wall feed posts with custom filter using Facebook Graph API

  6. 6

    Facebook graph api started to return only the first 10 posts in a group feed

  7. 7

    Fetch new posts from facebook using Graph API

  8. 8

    How to filter user's news feed to posts/actions from a specific app in Graph API

  9. 9

    Get news feed using Facebook Graph API

  10. 10

    Get news feed using Facebook Graph API

  11. 11

    facebook graph api - missing fields

  12. 12

    Facebook Graph Api : Missing comments

  13. 13

    Facebook Graph Api : Missing comments

  14. 14

    Get facebook friends posts using graph API

  15. 15

    Facebook Graph API /me/home Friends Posts

  16. 16

    Facebook Graph API - How to read posts privacy

  17. 17

    Does Facebook's Graph API Explorer currently not allow for the scraping of visitor posts from a page?

  18. 18

    Facebook Graph API 2.0/2.1 missing features

  19. 19

    Manipulate photos url in facebook custom feed (graph API)

  20. 20

    Facebook SDK for .NET and Graph API Explorer news feed mismatch

  21. 21

    Accessing user feed using Facebook Graph API v2.0

  22. 22

    Post message with picture to facebook page/feed using graph api

  23. 23

    Facebook graph api to get recent feed's by other user

  24. 24

    There is a way to get the feed of an user via the open graph api of facebook?

  25. 25

    Facebook Graph API: GET /feed without privacy "SELF"

  26. 26

    PHP Facebook Graph API get posts comments WITH user photo field

  27. 27

    Facebook Graph Api - Retrieve only Wall posts that contain a photo

  28. 28

    Facebook Graph API - page/posts - how to get photo url?

  29. 29

    Access private facebook group's posts using Graph API

HotTag

Archive