Menu
  • HOME
  • TAGS

Explicitly Shared not working for post - Facebook Android SDK Open Graph Story

android,facebook,facebook-graph-api,facebook-android-sdk,facebook-timeline

I contacted Facebook's Support Team and got the following response: This is By Design. Explicitly refers to the fact that the user made the decision to share a story. The share is guaranteed to be shown on the News Feed of the user, but not on their timeline. As you...

Getting Facebook timeline

facebook,facebook-graph-api,permissions,facebook-timeline,review

Use /me/feed instead of /me/home, with the already granted user_posts permission this should work. This endpoint also returns other posts from the user's timeline, not only those from the user himself (/me/posts)...