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

  • SEARCH
  • Home
  • 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 9276931
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:58:19+00:00 2026-06-18T16:58:19+00:00

Facebook live Feeds display inside my website as FBML is deprecated instead of using

  • 0

Facebook live Feeds display inside my website as FBML is deprecated instead of using that, is there any simplify method to do same task in java script, display feeds and comments to that feeds.
URL http://developers.facebook.com/docs/reference/javascript/

  • 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-06-18T16:58:20+00:00Added an answer on June 18, 2026 at 4:58 pm

    Fetching Current Logged in User’s News Feed through JS:

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

    Corresponding HTTP GET
    http://graph.facebook.com/me/home?access_token=UserAccessToken

    EDIT (Simple Example)

    Assuming you have extended permission read_stream

    <input type="button" value="test" onclick="GetFeeds()" />
    
    function GetFeeds() {
    FB.api('/me/home', function (response) { 
       for (var i = 0, l = response.data.length; i < l; i++) {
        var post = response.data[i];
        var name = post.from.name;
        var msg = post.message;
        alert("Posted By: " + name + " Message: " + msg);
    });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a Windows Live Messenger Connect v5 C# SDK? something like Facebook C#
Is there any other place that makes sense to store credentials for third party
Does Facebook have an API method that displays the total number of users registered
edit3: i am using this script inside a facebook app, and not sure how
Does anyone out there have a working example of the Facebook live stream plugin
I have a Facebook application that I've now put live, but I need to
I'm developing a simple Facebook app that will live in a Page's tab. I'm
We have a website that uses Facebook for login. We have an invite page
I have a live facebook application. Starting from last week, I keep getting PHP
Facebook's documentation states To read an Album you need... Any valid access_token if it

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.