I am trying to build a Chrome extension and I want to get all the posts that people posted on the user\'s wall specifically on his birthday.
I tried to call through Face
As you found out, the /me/feed
endpoint is what you need to use - with the user_posts
permission, of course. Facebook puts birthday posts together as it seems, but there is no other way to get the posts. Meaning, there is no way to get the birthday posts separately.
Endpoints for the user wall: https://developers.facebook.com/docs/graph-api/reference/v2.5/user/feed