Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A feed (or news feed) is a data format used for providing users with frequently updated content.

learn more… | top users | synonyms

0
votes
0answers
46 views

Facebook pages wall feed not showing up

Up until two days ago, the code below was giving me the feeds of my desired page: ini_set('user_agent', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9'); ...
0
votes
0answers
26 views

get facebook trending topics using graph api or fql

I'm using a using facebook feeds through following graph api https://graph.facebook.com/2228101777/feed?access_token= this is simple feeds coming in descending order. Example to display facebook ...
0
votes
1answer
38 views

Fetching facebook feed data in php from next and previous links

I need to consume ALL of a users feed data (/me/feed) from the FB api, which means i need to consume not only their current data being returned, but also the previous and next links. How do I consume ...
0
votes
1answer
23 views

facebook way of synchronizing feeds/comments

I am developing a system much similar to the facebook.com . In this we have the feature that users (students) in our case can send status messages to his/her university fellows, the same way, we are ...
0
votes
0answers
60 views

Like box with multiple facebook pages?

I am trying to implement the facebook like box on my page: https://developers.facebook.com/docs/reference/plugins/like-box/ Except I want to do something a little more unique. Is there a way to have ...
0
votes
0answers
92 views

rss feeds XML error: Invalid character

Integrating facebook rss feeds on my website but as of 2 days ago the facebook feed is throwing "XML error: Invalid character" issues. SimplePie and Feedburner wont show the feeds due to this error. ...
-1
votes
1answer
49 views

Unable to post to Facebook feeds

I am trying to post a message on my friend’s timeline. I am using the following code. I have the proper access token too but still I can’t post. Can you pleases have a look here is the code. ...
-1
votes
1answer
66 views

Fetch username on clicking link that is posted via feed dialog?

I wanted to fetch username / id of the facebook user who has clicked on the link which is posted via feed dialog on his wall/ friend's wall. Is there any way to accomplish this? Currently we pass a ...
1
vote
0answers
83 views

facebook wall feeds output - access_token issue

I've an apparently simple problem that is killing me. I read a lot on this topic but I cannot find any solution. when I access to my wall with this url: Profile feed (Wall): ...
0
votes
0answers
10 views

Is that allowed to post the news users installed apps on the timeline? [closed]

We would like to know if it's allowed to post the news users installed our apps on the their timeline once it is installed on Facebook. We are one of contents distribution enterprise which possessed ...
0
votes
1answer
227 views

Facebook feeds - Limit the amount returned

I'm using the link https://www.facebook.com/feeds/page.php?format=json&id= to return a JSON object of the newest updates on a Facebook page. I'm only interested in the newest update. Is there a ...
0
votes
0answers
737 views

Unable to view posts by others on Facebook Page

I have a facebook Page. I have noticed one problem. When people are posting feeds using the app for my website. The feeds are getting posted on the page but when I check the page using admin's ...
0
votes
0answers
88 views

Facebook feeds works on page load but unable to fetch on Tabswitch or Onclick event

We have a requirement where we want to display different feeds in different tabs (e.g facebook, twitter, etc.) on our website. The feeds should work well on onLoad and Onclick methods respectively. ...
0
votes
1answer
245 views

Posting Open Graph user action on Facebook APP Page

I have a website which involves posting of user's activity on the website to the facebook fan page of the app(post are done using logged in users identity). I have managed to post on the facebook ...
0
votes
0answers
103 views

Custom app to pull RSS & URL feeds. But display as via mobile

I'm trying to help someone out. What he's trying to do is create a custom facebook app for a fan page to pull RSS & URL feeds similar to what RSS Graffiti does. The only change he needs is ...
0
votes
3answers
382 views

Facebook feeds on iOS app?

How can I display face book feeds related to a group on an iOS App? Is there any JSON/JSONP call to fetch the feeds?? Any help is Appreciated.
0
votes
2answers
1k views

How do I publish FB posts on my website with the same display of the facebook page?

I know how to retrieve the posts data from FB.api, and already menage to parse the data and display the inner data of each posts. but i want each feed to look the same as the facebook home page feeds ...
1
vote
1answer
489 views

How to get posts from wall as facebook feed

I have a problem with Facebook. Let me explain what I'm trying to do. My friend granted me access to his fanpage as administrator. I would like to get all feeds from fanpage's wall, by using php ...
0
votes
1answer
315 views

How to get ALL of a user's Home Feed

Tweetdeck is able to get every single status update or wall posting on the user's 'Home' page. However, if I go to 'me/home,' I only get a subset of all the 'Home' page items. I'm assuming this is ...
0
votes
1answer
453 views

Use Javascript to open download link when feed dialog box is successfully shared?

Can someone please explain to me how can I have a download link appear when a user presses the share button on a feed dialog box? I'm using the following code: (with my own information of course) ...
0
votes
1answer
476 views

Download link as response after sharing with Facebook feed dialog?

I'm trying to use the following code so when a person clicks on a picture the dialog box comes up for them to share it on their news feed. When they press share a download box should appear as in ...
1
vote
0answers
123 views

Looking for ASP.Net Facebook-like publisher

Is there any open source ASP.Net implementation of a component similar to the Facebook publisher (the one that you use to share images, links and stories)? I have been searching for quite sometime ...
0
votes
1answer
887 views

parameters of array to $facebook->api('/me/likes',

I want to post a video on my wall, I have tried using $facebook->api('/me/feed',post, array(...)) and works fine, but it only shows the "like" and "comment" functionality, I need to put the "share" ...
-1
votes
3answers
702 views

Way to show user's news feed?

I'm having idea of mixing a lot of social networks into one. User would log to all social networks they're in throught API and then they would see every new from every network. Is it possible to ...
2
votes
2answers
365 views

How to combine multiple activity data like Facebook with SQL Server?

I have made a search but couldn't find a solution which works for me. I just wonder how Facebook or Linkedin manages to handle same type activity with one sentence? I mean, if you store every ...
0
votes
1answer
128 views

Does old facebook page feed still work?

Can we still access information using the old facebook page feed? I have a client that still gets an rss feed from: http://www.facebook.com/feeds/page.php?format=atom10&id=... Will this feed ...
2
votes
3answers
1k views

get users feeds from facebook as rss feeds

I would like to show my facebook feeds on my website, is there a way to publish our feeds as rss or what other way is possible to achieve the same. I was looking for something like this- ...
0
votes
1answer
2k views

facebook application feed dialogue php

i am trying to generate a feed dialogue through php to post contents o user's wall. i have taken extended permissions. the variables used have been defined and tested. still the code is not working. ...
2
votes
2answers
654 views

Stream of facebook updates

I know about the real-time API, but I don't believe it has access to my news feed (yet?) https://graph.facebook.com/me/home?access_token (search for "News feed"). I just want to view all the messages ...
1
vote
1answer
428 views

Number of Tweets and Likes for any URL?

I'm building a cool app that needs to check the number of "tweets", "shares" and "diggs" each URL in a feed has an then arrange them according to the number of "tweets" etc... Any ideas on how this ...
0
votes
1answer
260 views

Send news feed with the new facebook.php class

Hi i'm new developer of fb apps and i want to know how can i send a message to the wall of my friends using the new facebook.php class http://github.com/facebook/php-sdk I do it this $result = ...
0
votes
2answers
521 views

Facebook Style Wall / Activity log - General design help

I'm building a face-book style activity stream/wall. Using python/app engine. I have build the activity classes based on the current activity standard being used by face-book, yahoo and the likes. i ...
0
votes
2answers
301 views

Getting User Feed From Facebook Without User Login

we are working on a web site that getting users' friends and users' feeds. Users can register via facebook connect. but we want to take user's feeds at any time. is that possible ? can we take feed ...
8
votes
10answers
31k views

Where is the Facebook Status feed URL these days?

I know that it was previously possible to display your most recent Facebook statuses on your website as an RSS feed, but it seems they've changed their setup and I can't figure out where to find the ...
1
vote
1answer
555 views

Facebook style “whats new feeds” in ASP.net MVC sanity check

I would like to create a Facebook style “whats new” view for my asp.net mvc application. This might generate content such as... * Ciaran sent a message to The Rise and Fall of the Rockets * Rick is ...
0
votes
1answer
1k views

Facebook Create a One Line Story template with images

Is it possible to add a small image (around 16x16px) to a One Line Story template in front of the username? I am using the facebook tool to create the feed, and can't figure out how I can get a small ...
-1
votes
2answers
806 views

Connect to Facebook from iPhone app and post to user's wall

1 . Within your iPhone app environment be able to connect to Facebook. 2 . Then post a comment & a chosen photo to your Facebook newsfeed: [ Comment: "Hey guys check out my photo! ] [Photo: ...