Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is documented on the <a href="https://developers.facebook.com/docs/graph-api/reference/user" rel="nofollow noreferrer">User</a> object of the Graph api. And, as of the Graph API v2.6, there is basically one main endpoint from which you get posts from a user.</p> <ul> <li><p><a href="https://developers.facebook.com/docs/graph-api/reference/v2.6/user/feed" rel="nofollow noreferrer"><code>/{user-id}/feed</code></a> includes all the things that a user might see on their own profile feed; this includes, e.g., shared links, checkins, photos and status updates. This <em>also</em> includes posts made by friends on the user's profile.</p> <p>The following endpoints return subsets of the above:</p> <ul> <li><p><code>/{user-id}/posts</code> returns the posts created by the user (on their own profile or the profile of a friend), and it may include any kind of content such as shared links, checkins, photos and status updates.</p></li> <li><p><code>/{user-id}/tagged</code> returns the posts created by friends and shared on the users's profile.</p></li> </ul></li> </ul> <p>By default each returned post only includes the <code>story</code> field with a textual description of the post. But you can use the <code>?fields=...</code> parameter to request as many <a href="https://developers.facebook.com/docs/graph-api/reference/v2.6/post" rel="nofollow noreferrer">Post</a> fields as you want.</p> <p>You'll need the <code>user_posts</code> permission for any of these to work.</p> <p><em>The following endpoints are deprecated:</em></p> <ul> <li><p><a href="https://developers.facebook.com/docs/graph-api/reference/v2.3/user/statuses" rel="nofollow noreferrer"><code>/{user-id}/statuses</code></a> returns <em>only</em> status updates posted by the user on their own profile. [removed after Graph API v2.3]</p></li> <li><p><a href="https://developers.facebook.com/docs/graph-api/reference/v2.3/user/home" rel="nofollow noreferrer"><code>/{user-id}/home</code></a> returns a stream of all the posts created by the user and their friends, i.e. what you usually find on the “News Feed” of Facebook. [removed after Graph API v2.3]</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload