Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7599791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:44:53+00:00 2026-05-30T22:44:53+00:00

I am fetching a user’s news feed using the Facebook API and displaying some

  • 0

I am fetching a user’s news feed using the Facebook API and displaying some of the data on a page. However, I am having trouble with wall posts. The data returned by the API considers a wall post to be a “status” update by the user posting, and the data does not include a field to say who the wall post is written to. Is it possible to query an item to check whether it is a wall post or not? Or is there a way I can receive the name of the recipient?

Here is the code I am using to fetch the user’s news feed:

FB.api('/me/home', function (response) { console.log(response) });

A wall post will just give me message (content of the wall post) and type of status. For example:

If Oliver wrote on John‘s wall, saying: “Hi”, Facebook gives me:

{
    from: {
        name: "Oliver"
    },
    message: "Hi",
    type: "status"
}

There’s nothing to tell me it is a wall post nor who the recipient is. The result does include some other arbitrary data but none of that helps (id, created_time, etc.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:44:54+00:00Added an answer on May 30, 2026 at 10:44 pm

    Facebook has made this topic overly confusing. Just reading their documentation on the user object in the Graph API leaves you guessing: http://developers.facebook.com/docs/reference/api/user/

    /user/feed The user’s wall.

    /user/home The user’s news feed.

    UPDATED: /user/home endpoint is now deprecated [07.06.2020], looks like there is no any possibility to get news feed now, see graph api user news feed

    /user/statuses The user’s status updates.

    Why they couldn’t have the “wall” /user/wall and “news feed” /user/newsfeed “status updates” as /user/statusupdates to make is simple I will never know!

    So to get a list of status updates, do an HTTP Get to http://graph.facebook.com/me/statuses?access_token=ValidUserAccessToken for the current user.

    To get a list of wall stream items, do an HTTP Get to http://graph.facebook.com/me/wall?access_token=ValidUserAccessToken for the current user.

    To get a list of home feed stream items, do an HTTP Get to http://graph.facebook.com/me/home?access_token=ValidUserAccessToken for the current user.

    When you come across the “from” and you wonder who it’s to, it’s “to” the user who’s access token you’re using when calling /me/.... or if your calling with a specific ID /UserId/... then it will be the user id for the “to”.


    Another thought: Grab the complete object from the stream FQL table object (developers.facebook.com/docs/reference/fql/stream) and see if there’s some information there that’s not exposed via the Graph object.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am fetching a page using get ajax call. $.get('/notification/viewmessage',{user:username},function(data){ //my code here });
I am using Graph API in my application. I am fetching user's facebook wall
I am using facebook php api for fetching data. Please help me on how
I'm fetching some data from an MSSQL table using the mssql_fetch_object, but the text
I am fetching a web page on Android using HTTPS (ignoring the certificate as
I have this requirement of fetching facebook user information like friends count and other
I'm having a mysqli data fetching problem. I will try to explain my problem
I have a page where a user can insert some order about some product.
I'm fetching some objects out of a data store but the results aren't what
I'm fetching data from all 3 tables at once to avoid network latency. Fetching

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.