The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

Control how open graph story appears on timeline

I chose the way that a story would appear on Facebook in the Open Graph menu of the developers area. This was the format that I chose: https://dl.dropboxusercontent.com/u/15853805/facebook/stories.png ...
-1
votes
1answer
21 views

Pulling information from two different tables and merging them in a news feed [closed]

I have two different tables with different structures. When user does action A, a row gets inserted into table A in respect to the action, the same way for table B. When user does action B, a row gets ...
0
votes
0answers
80 views

Show Ticker Missing

My facebook account doesn't displays show ticker icon(button) once we choose to hide it. This problem was solved for me as I logged into facebook this monday but now its again there.I have reported ...
0
votes
0answers
27 views

Create a following system for feed

I created a code that works as a news feed sort of like twitter. The code is as follows: <h1>Local Feed</h1> <div class="hr"></div> <?php $getnews = ...
1
vote
1answer
13 views

Open Graph, Custom Story

we created a custom open graph story with a map attachment. We're using the new object api for this flow if this is important. What now seems not to work is that the custom actions only appear at the ...
0
votes
1answer
27 views
+50

Are there different ways to post to user's wall and ask for permissions?

I've been checking some app, which is configured and loaded as page tab. This app ask for the corresponding permissions, publish_stream, etc. but the permissions dialog open as a lightbox, without ...
-1
votes
0answers
49 views

How to make News Feed similar to Facebook

I'm making a social networking site for my homework. In this site users can post pictures or status. I want to show these pictures and status on the main page ordered by time(like Facebook's news ...
0
votes
0answers
11 views

Feeding FB posts to my own site using likebox while suppressing the “like” button

I am hoping to push my Facebook activities to my own website. The design of the webpage template leaves only 200 by 200 pixels for the FB feed. I tried the like box, but the freeze panel portion ...
1
vote
1answer
52 views

Getting posts from your friends

What I am trying to accomplish is to fill a news feed full of posts from friends of $username which is the session username. The problem I have now is if the user is not following anyone or is not ...
0
votes
0answers
41 views

Get posts from people you are following (php)

What I am trying to accomplish is to fill a news feed full of posts from friends of $username which is the session username. The sql does not seem to work however. SELECT posts.*             FROM ...
-2
votes
0answers
15 views

Using top news stories in an app? [duplicate]

I want a section of my app to display the top news headlines. I've seen plenty of apps which do this, including apps which take aggregated news feeds. Is there a well-known source that I can use to ...
0
votes
0answers
28 views

How does the Facebook Share Algorithm work? [closed]

How does a post that is shared continuosly by your network appear on your newsfeed? Does it linger on top, or move down after sometime even though fresh "shares" are being added?
0
votes
1answer
18 views

Dynamic news required from different hosting server

I have a simple php website and I want to display my company news on homepage. I don't want to write html and upload on the server to display news. Is there any website that provides us basic CMS to ...
-2
votes
1answer
34 views

Create a news feed : Do you know some addresses to retrieve news in XML or JSON format? [closed]

I am working on a little JavaScript project, and i developp a simple news feed reader. I use ajax request to retrieve data in JSON or XML format. I would like to test my little code with a real ...
-1
votes
1answer
73 views

API call to Delete from facebook news feed (facebook.stackowerflow)

I'm sorry for the cross posting, but it seems that I posted question to the general stackoverflow (not to facebook one). (API call to Delete from facebook news feed) Could you please help? When the ...
0
votes
0answers
71 views

API call to Delete from facebook news feed

could you please help? When the user (let it be Arnold) posts some link to his friend's wall (to Chuck) via my app, the FB also makes a post in a Chuck's news feed (with the same link). The question ...
0
votes
1answer
30 views

How to get top stories from Bing api

Okay, it seems that every question I post gets voted down, so I have went over the FAQ again, and I'm not sure what I'm doing wrong. If you are going to vote down the post, I would really appreciate ...
0
votes
0answers
48 views

Links posted as page are appearing in 'Recent Posts by Others' instead of on Timeline

I was able to receive the page_access_token and post to a page, and I have the post appearing in the timeline if the only thing I'm posting is a message. i.e. graph.put_object(page_id, 'feed', ...
1
vote
1answer
61 views

Get latest updates from a collection of database entries (Mongodb, Mongoose)

I am trying to create a newsfeed and I am trying to conjure up the best way (or algorithm in a sense) to get a bunch of Objects a user is subscribed to in with mongoose and then return the latest ...
-1
votes
1answer
107 views

User specific newsfeed socket.io and node.js

I am trying to create a newsfeed with Node.js, express, and sockets.io. My problem is that socket.on("connection", function{}); doesn't give you the session id so I have no way of knowing which user ...
1
vote
0answers
33 views

Passing dimensions into flash in newsfeed

I am using newsfeed gaming to display interactive flash content within the newsfeed. Up to last week both the newsfeed and timeline supported 398x398 px. The timeline has been updated, and the new ...
0
votes
0answers
38 views

which algorithm to use for a news feed?

I am trying to build a news feed with news articles and I have already implemented a function where the user can mark a news item as favorite (that is its tags) but I am considering how to exploit ...
1
vote
1answer
133 views

neoj4 vs “traditional” RDBMS & Memcache / Messaging / Redis solutions

I'm in the middle of prototyping a social network (using ROR 3) and decided to check out Neo4j and while it looks great, I have a question about scaling and performance in terms of design. I've ...
0
votes
0answers
72 views

Adding custom links like 'Like' / 'Share' / 'Comment' in newsfeed

I just want to know if its possible to add a custom button like 'Like'/'Share'/'Comment' in Facebook's newsfeed. I wanna add an action like 'Mark as unread' to Posts appearing on the user's ...
0
votes
0answers
142 views

Drupal 7 - Latest News block or view with thumbnails for the sidebar

I'm developing a website with Drupal 7, and I need to manage a module for the latest news. The "Latest contents" core module it's not enough for my needs. So I have 2 questions: 1) Does exist a ...
0
votes
0answers
27 views

RSS update single item

Is there a way to update an old RSS feed item and get it as "unread" in a feed reader? My feed has been created from a liferay portlet by liferay itself, and it shows just 1 item because I can update ...
0
votes
0answers
29 views

Is it possible to retrieve Facebook user's newsfeed for a given period of time?

Is it possible to retrieve Facebook user's newsfeed for a given period of time? Say for last 3 months or 6 months? I tried using me/home?limit=1000, with limit parameter as get last 1000 posts, but ...
0
votes
0answers
59 views

How to add Newsfeed app to Sharepoint VS 2012 project

I am working with SP 2013 VS 2012 project. I want to add Newsfeed app to the project. How I add this ? I don't find any template for adding this in VS 2012 list of item templates?
2
votes
1answer
33 views

Can newsfeeds be versioned in Plone?

Articles in Plone go through an author-editor-publisher process. Why are feeds the exception? Is there a way to do this with feeds/news through the adding a news item process?
-2
votes
2answers
167 views

Vertical News feed design [closed]

Would anyone be able to explain how the CSS and HTML markup would look for a vertical news feed design like: ...
1
vote
1answer
56 views

Get all latest entries in users news feed

Does anyone know of a way to retrieve the users entire news feed? Querying /me/home does filter some stories from. Also, it seems to retrieve the top stories. Is there any way to retrieve the latest ...
0
votes
1answer
66 views

embedding category specific news feeds onto my site?

Hi is there a website or a way that i can embed category specific news feeds onto my website. i am looking to feature news around gay politics, gay and lesbian cultures etc. i cant find anything ...
0
votes
1answer
277 views

Facebook iOS app Newsfeed UITableViewCell, how did they implemented it?

I need to implement newsfeed UITableView list (like in facebook app), and I wonder which UIKit components I should use. Do you know how (short overview) facebook iOS app implemented it? Should I use ...
2
votes
1answer
137 views

FB feed dialogue accepts “ref” param, but does not attach it to newsfeed item

Facebook's Javascript SDK implements the FB.ui method which allows one to programatically launch dialogues. The "feed" dialogue accepts the "ref" parameter but does not append it as the "fb_ref" query ...
0
votes
2answers
69 views

Posts made to page wall displayed in user newsfeed without “via <application name>”

Posts made to page wall using graph api displayed in user newsfeed without "via ". You can see axample here ...
0
votes
0answers
79 views

News feeds in Neo4j

I am about to implement news feed mechanism in my social project, my primary DB is Neo4j. I read the inspiring example in Neo documentation ...
0
votes
0answers
77 views

Can someone provide a decent PHP/MySQL implementation of activitystrea.ms? [closed]

I've got a php/mysql website developed using Yii Framework where users can Follow Places and other users, and they can Like Places, Products, Events, and so on. So I already store that information in ...
1
vote
2answers
75 views

How to sort items from a newsfeed as last_active_at?

In this question I've got two tables for the database: Post (has_many :comments) ActivityFeed (belongs_to item, :polymorphic) Comment (belongs_to :post) Suppose that inside a group in facebook ...
0
votes
0answers
17 views

How to customize description field in a facebook object

I need a bit of help to figure out if it is possible to customize the description field of an opengraph object in order to display a description in the news feed. Is that possible to set set the ...
0
votes
0answers
63 views

How to build a newsfeed from multiple types of objects?

The newsfeed should be able to show stories including: Questions Polls Posts I have a different table for each type of posts above. Example of feed: User 1 asked a question: "How much is 1 + ...
0
votes
0answers
54 views

Facebook generates a Post record when I rename a group's name or just an ActivityItem?

My question is more about relational database scheme. I have in mind two tables for it: Posts Activities Where when I post a a status message it probably creates a record for a Post and an ...
0
votes
0answers
56 views

Get Shared Story thorugh Facebook News Feed

I am using the Facebook graph api to obtain photos in the news feed through the command: /me/home?filter=app_2305272732 This works as expected except that I am unable to pull down photos that have ...
1
vote
1answer
249 views

Using Redis as a Key/Value store for activity stream

I am in the process of creating a simple activity stream for my app. The current technology layer and logic is as follows: ** All data relating to an activity is stored in MYSQL and an array of all ...
2
votes
3answers
116 views

Good way to make a SQL based activity feed faster

Need a way to improve performance on my website's SQL based Activity Feed. We are using Django on Heroku. Right now we are using actstream, which is a Django App that implements an activity feed ...
0
votes
0answers
45 views

iOS App Auto-Post To Facebook iOS 6 [duplicate]

Possible Duplicate: iOS App Auto-Post To Facebook in iOS 6 I want my blog app to allow users the option to automatically post the article title and url for what they are reading to ...
2
votes
1answer
136 views

News API that would allow search by source and Date

I am looking for a news API that allows me to map specific keywords and sources to the number of articles published in a specific time frame. For example a user will input {keyword1, source1, ...
0
votes
0answers
77 views

How is the facebook newsfeed format inside and event? [closed]

Scenario: Event newsfeed: [Action] Username changed the time of the event to be today at 8:30pm. Like . Comment [Action] Username 2 is going. Like . Comment ...
-1
votes
1answer
318 views

How to create a news feed like Facebook using Django, Tastypie, Redis and the task queue Gearman? [closed]

Can anyone recommend or create a tutorial on how to make a news feed similar to that of Facebook's only using Django, Tastypie (webservice API framework for Django), Redis (key-value store) and ...
1
vote
0answers
59 views

like button migration

With the news of the like button migration, it seems we won't be able to publish updates to users news feed. facebook like button migration This was one of the best features ever released.. i.e. ...
0
votes
1answer
187 views

News feed retrieval in iOS

I am trying to access my news feed using the following code: me?fields=home When I access it in my iOS app, I can only retrieve a few posts. When I execute it in Graph API explorer to retrieve ...

1 2 3 4