The news-feed tag has no wiki summary.
9
votes
4answers
2k views
PHP News Feed Database & Design
I'm designing a News Feed system using PHP/MySQL similar to facebook's.
I have asked a similar question before but now I've changed the design and I'm looking for feedback.
Example News:
User_A ...
4
votes
5answers
467 views
complex group by mysql query
I have a table with the following rows:
id. user_id, type - link
1. 555, image - http://1
2. 555, image - http://2
3. 654, image - http://3
4. 245, video - http://..
5. 555, image - ...
4
votes
3answers
3k views
facebook application: how to put html code like 'a href' inside news feed content? (After the newest api update)
After the newest Facebook update for publishing news feed, it seems that it doesn't support html code (like a href) inside the new feed content anymore
But I still see feeds with click-able link ...
2
votes
1answer
86 views
How to add an ActivityEvent to all users' newsfeed with the ActivityFeedGatherer in SharePoint 2010 MySites
I have developed numerous Event receivers and web parts for the social aspect of Microsoft SharePoint 2010 Social MySites. The next thing I would like to do is place an event receiver on a management ...
1
vote
1answer
24 views
Facebook Open Graph Object Data Not Showing in News Feed or Timeline
I have a Facebook App with an approved action 'Respond To' and an object 'Question'. When I click on the button I created for my action the action data shows in my Timeline, but the metadata for the ...
1
vote
1answer
16 views
Status comments and likes using OAuth
I am just messing around with Facebook connect on my local machine. I created a very basic app using PHP where a user can type a comment, and it will be posted to the users Timeline/Wall, as well as ...
1
vote
1answer
84 views
MongoDB performance: newsfeed architecture, subscribers, comments
I use MongoDB + PHP for a "facebookish" newsfeed with different kinds of feeds (post, photo, poll, etc.) and with comments.
Each feed belongs to some "channel" - currently it could be user or group ...
1
vote
3answers
129 views
How do I optimize a polymorphic news feed in rails?
Here is my model:
class User < ActiveRecord::Base
has_many :activities
has_many :requests
class Activity < ActiveRecord::Base
belongs_to :user
belongs_to :object, :polymorphic => ...
1
vote
0answers
66 views
News Feed via graph API very different from what I see at facebook.com
I'm experimenting with the Graph API, specifically the News Feed query (me/home). And right off the bat, I can see that the JSON returned does not match what I see on my own facebook page. The API ...
1
vote
0answers
81 views
Extending the ConsolidatedNewsFeedWebPart Newsfeed Web Part in order to render custom Activity Events in SharePoint 2010 MySites
I added this question on the SharePoint stackexchange. All help and input welcome.
...
1
vote
0answers
137 views
How to get Facebook page news feed on website
Alright, So I am making a website that will have groups of pages, on those pages it will have the ability for a user to paste a Facebook page URL. How would I go about using their API to retrieve that ...
1
vote
2answers
337 views
SharePoint 2010 event handler (receiver) not working on personal sites of the MySites site collection
Title says it all folks. I have a SharePoint 2010 MySites set up on its own web application. There is the standard site collection at the base level, http://site:80/.
The personal sites for each user ...
1
vote
4answers
548 views
Facebook Audio Player Broken?
I am having a problem with sharing/liking links with Open Graph Protocol data for audio/mp3 files. They look OK on Facebook news feed/timeline, but when you click play button, it won't play. It ...
1
vote
2answers
62 views
How do I get my JavaScript to tile this table properly?
var intervalID;
function autoUpdateFeed()
{
if( document.autoupdatefeedform.autoupdatefeed.checked == true )
{
intervalID = setInterval(updateFeed, 1000);
} else {
...
1
vote
2answers
117 views
How to set properties for post while posting news feed using graph api
I am trying to set properties of post. And I am posting news feed using curl.
I am setting properties like this but it is not working.
$message = 'Message 1';
$caption = 'Caption 1';
...
1
vote
1answer
183 views
Security of Offline Access Tokens
I created an app and an offline access token so I could display a news feed on my website without requiring a Facebook login. I created two test versions in PHP and JavaScript that work fine. But I ...
1
vote
0answers
217 views
Limit of entries in Graph API 'home' results
I want to get stream entries from the last x days or weeks in the past. But when I call the news feed via Graph API with parameter 'limit' or 'until', I get entries from the last 48 hours only, no ...
1
vote
1answer
253 views
Rails: will_paginate “Show next 10” button?
I'm using the will_paginate gem on a rails 3 app. Right now, it paginates correctly, and shows all the page numbers at the bottom for the listing, as well as the previous and next buttons.
Instead of ...
1
vote
0answers
62 views
How to get image url in feedzilla
I'm new to Feedzilla. (http://code.google.com/p/feedzilla-api/wiki/RestApi) I've been able to fetch news feed using their API for json, but I don't see anywhere in the docs where it mentions how to ...
1
vote
1answer
493 views
Facebook Graph API shows different results in me/home
When I do a GET with my browser (already logged-in at Facebook):
https://graph.facebook.com/me/home?access_token={token}
the results are different than doing the same via a FB app using Facebook ...
1
vote
2answers
456 views
stock market news API
does anyone know if there is a stock market news API out there? Hopefully one that covers the major publishers like Reuters, Bloomberg, NYT, and WSJ?
1
vote
1answer
129 views
Dynamically adding news to feed
I'm running a Wordpress website and I have a <marquee> on the front page that runs the news.
Is it possible to have it dynamically generate the news? What do I mean by that?
Would it be ...
0
votes
1answer
12 views
Open Graph - can I publish an action just to Ticker and Timeline (not to the News Feed)?
I'm trying to post an action via open graph, but I prefer it doesn't show up in the newsfeed, but rather only the ticker and the timeline only.
Any way that can be achieved?
Thanks.
0
votes
0answers
33 views
Like Button vs Like Box (using your FB page in the Like Button URL do same thing?)
I have searched quite a bit and haven't seen this question answered exactly. I know you can put your Facebook page URL in for the URL when doing the Like Button, so that it will like your Facebook ...
0
votes
1answer
37 views
Check permissions, if allowed, publish story to news feed
What I want to achieve is quite straightforward.
User clicks button
App checks for permissions to post to wall and news feed
If granted, show publish dialogue (with a custom message and image)
If ...
0
votes
0answers
21 views
Proper way to get facebook story image?
Using the using the Facebook Graph API/SDK for iOS I'm getting the users News Feed with https://graph.facebook.com/me/home. Some of the news feed items return a "story":"xxx" in the JSON response, if ...
0
votes
0answers
25 views
No Share Links on Posts From My App
Facebook posts coming from my application do not have share links. If I post the same link using "Update Status" at the top of the news feed, the share links appear as normal. Is this something wrong ...
0
votes
0answers
17 views
Access old posts with seven digit IDs?
Normally it is possible to access posts using the following:
http://facebook.com/$userid/posts/$postid
However, in Sept 2008, in my feed at least, the post IDs go from twelve digits to seven and I ...
0
votes
1answer
46 views
Calling /me/home/ returns something that is not the same as the user's news feed
Trying to build a news feed app.
I've seen /me/home/ used to get the user's news feed object, but from what I can tell, it returns something similar to the news feed but not exactly the same.
Some ...
0
votes
1answer
28 views
MongoDB - storing user name (changeable) in comments - embeds vs references
I have a newsfeed with comments. I'm storing comments in MongoDB. Newsfeed possibly could grow very large in future so I need high speed.
comments: [
{user_id: 34, user_name: "John", text: "..."}
...
0
votes
1answer
39 views
How to make a Facebook post hidden using the Graph API or FQL?
I am creating a moderating application in which i need to fetch all the posts on a page and then set the posts to be hidden if required. In Facebook, there is an option to set a post as hidden. How do ...
0
votes
2answers
77 views
running a “join” like FQL for getting a user name along the news feed posts
I am trying to get all the posts in the news feed for a specific user using FQL using the following FQL statement:
"SELECT post_id, actor_id, target_id, message, created_time, updated_time, ...
0
votes
1answer
70 views
View all comments from a facebook page, on my own site
Is there in anyway i can make a FB:Comments or something else, which shows me the comments that i give people, and the comments people are leaving, at my page on Facebook ?
In basic.. i just wanna ...
0
votes
0answers
16 views
web app development - News Stream
i am developing an news stream web app for a company .
theme of the app : The app has to collect all the news released by the company's different departments and stream them. It also has to ...
0
votes
0answers
36 views
unable to post to feed with anything, even curl, from any of my apps
I've tried 3 libraries in node, 3 in ruby, custom written ones and even the curl example in the facebook documentation:
curl -F 'access_token=<token>' -F 'message=please work' ...
0
votes
0answers
27 views
Logs, activity streams and aggregation
I am currently building a PHP/MySQL application that will implement activity streams across the whole application.
For example: user x did y to object z.
I am considering a very simple schema at the ...
0
votes
1answer
105 views
Post Automatically Using Open Graph
I just created an app on Facebook (Open Graph). I want to publish a feed on the user's wall if they read that page. I can get it to execute in Unix Terminal but its not working via PHP or HTML. It ...
0
votes
1answer
33 views
Adding company logo to newsfeed sharing links
I have a native iOS & Blackberry App. You can create personalized videos.
When people share their video clip on Facebook, I would like the company logo and the accompanying link to go through to ...
0
votes
0answers
34 views
Create no-follow external links in php main page Google newsfeed
I'm new to this forum although I've been a browser in the past, I never had any useful knowledge to contribute (sorry). I'm hoping someone may be able to help me with the following issue.
I recently ...
0
votes
1answer
99 views
Show specific news feed in Facebook Canvas Application
I develop Facebook canvas application and have the following question:
I succeeded getting the news feed of the user as json object.
Now I want to show inside the Canvas some of the news feed, for ...
0
votes
0answers
57 views
How I can Retrive News Feed using FQL
I am working on WPF app and I want to get news feed using FQL so that I have the appID and Token I am new to this so can anybody help me how I can get this news feed in facebook..
Thank you..!!!
0
votes
0answers
114 views
Custom actions consuming my timeline… is there any way to limit just to populating aggregations?
Maybe I am looking in the wrong places. Is there any way to publish a custom action and have it aggregate as well as populate ticker, but not show up in a users Timeline as a unique news story every ...
0
votes
0answers
29 views
What is keeping facebook page admins from viewing news feed? [closed]
Myself and four others admin this business page
www.facebook.com/soundbarchicago
when logged into facebook admins of this page can navigate to the URL and all the left column information appears ...
0
votes
1answer
98 views
Can an application for a website publish to it's wall like fan pages do?
This is what an application (a facebook app) can do as I've seen (among other things... like a facebook tab):
User A clicks the like button inside the website www.example.com.
The user's friends see, ...
0
votes
0answers
51 views
How I can Deserialize Newsfeed using Json.Net.?
I am working on WPF app and I have get the NewsFeed from the Facebook so I want to Deserialize and show to the some formated or plain text so how I can do this.
I have Deserialize as ...
0
votes
0answers
21 views
How to make atom syndication feed return only new values?
Is it possible to make atom syndication feed returning only new items? (i.e. each client doesn't retrieve again items that it already retrieved before)
0
votes
2answers
305 views
facebook group feed on my website
I manage a website for a sporting organisation and I want to have a section on the site that streams the organisations facebook activity. The organisation is an "open group".
I've tried using the ...
0
votes
2answers
350 views
Applying jQuery Fade in or Scroll Effect to Facebook Like Newsfeed
I have a news feed that has been developed using PHP, MySQL, and jQuery. The news feed does it's job by getting new content every 5 seconds. However, this is done by a "refresh" of the complete ...
0
votes
0answers
197 views
Feed Dialog posts not showing on the news feed
I'm using Feed Dialog to create a post from my website's micro app onto a user's facebook wall/feed. However, whenever I make the post from my website, the post shows up on my wall, but never in the ...
0
votes
2answers
263 views
How to Create a Newsfeed (AJAX Newsfeed)
I have an information system, more specifically an information system that is a ticketing system. The info system will contain accounts that will have an infinite or 'n' amount of users. I want users ...