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.
An algorithm is a sequence of well-defined steps that defines an abstract solution to a problem. Use this tag when your issue is related to algorithm design.
-1
votes
0answers
29 views
Send message to all group members [closed]
Is possible to send message to all Facebook group members by GRAPH API?
Can I get list of all FB group members?
I need FB app to do this?
0
votes
3answers
190 views
Facebook sample puzzle: Towers of Hanoi
Here is a question from Facebook hiring sample test.
There are K pegs. Each peg can hold discs in decreasing order of radius when looked from bottom to top of the peg. There are N discs which have ...
1
vote
1answer
76 views
algorithm to find a similarity score from facebook and twitter friends?
Using PHP I fetched the friends list from facebook and twitter and I stored each list in an associative array. I have both their names and locations. I want to do comparison of both the friends from ...
0
votes
2answers
126 views
Facebook HackerCup 2013 BalancedSmileys Explanation
My question is in reference to the FB HackerCup 2013 QualificationRound problem - BalancedSmileys.
Problem Statement: ...
0
votes
0answers
23 views
Check if url to photo is within user's current photos
I got a link to a photo from facebook. Supposing that an user might have deleted part of his/her photos, but the link still exists (the urls are still valid for 30 days), I would like to check if the ...
0
votes
0answers
77 views
Making a legal Facebook page name - The algorithm behind the automated system
I have a question about Facebook's allowance/not of page names.
I think this qualifies as "Generally covering a software algorithm".
The name of the page is currently "searchcited.com - Fast, easy, ...
0
votes
0answers
60 views
How would you go about writing a Parser similar to Facebook Graph Search
I've read quite a few articles giving a bit of background information on how Facebook implemented their Graph Search. All of which seem to just glance over the actual implementation details of the ...
0
votes
1answer
669 views
Facebook Programming Challenge - ByteLand
ByteLand
Byteland consists of N cities numbered 1..N. There are M roads connecting some pairs of cities. There are two army divisions, A and B, which protect the kingdom. Each city is either ...
2
votes
2answers
254 views
Scraping algorithm for open graph in nodejs
I'm trying to get open graph metadata from an URL using nodejs (with cheerio),
using the code bellow.
I have this thing to fill: var result={};
for (var ogCounter = 0; ogCounter < ...
0
votes
3answers
243 views
Facebook-like “time since” calculation algorithm
On Facebook, each comment or other user event has a timestamp. But it is not listed as a simple date, but presented in a form of a human-friendly string. For example if right now it is 08:38 and the ...
-3
votes
1answer
34 views
Facebook design algorithms help: How do develop for Facebook [closed]
Are there some links/books that contain design algorithms that Facebook has and is using?
-5
votes
1answer
29 views
a way to change the privacy of facebook post on a global or filtered [duplicate]
I was thinking of a way to change the privacy of multiple posts on facebook automatically.
Can anyone tell me something?
thanks
0
votes
1answer
41 views
Authentication for Passive user
I am writing a piece of code in Python2.7. I want to compare 2 users based on their Facebook accounts. For that I would need a users information such as Likes, Movies, Music, Books, Notes, ...
-3
votes
1answer
293 views
My rails app runs too slow. why? please help me
Here's code. Can anyone find why?
This program is to show photos from one's friend's albums.
I think this program uses facebook api 3times, so there might be important point.
But i dont have any idea ...
0
votes
1answer
126 views
Remove a page form recommendation box
I have recommendation box on my site.
There was one popular page, that doesn't exist any more.
But it still appears in recommendation box.
How can I remove this page from plugin?
0
votes
1answer
114 views
how facebook extract abstract of shared linked (articles) ?
When sharing an article on facebook in a status, facebook generates a title, abstract and attach an image to the shared article.
For instance, putting www.stackoverflow.com in your status will ...
0
votes
1answer
201 views
storing raltionship path between friends[nodes] from neo4j and updating it in future
I am developing an application in which i need to show the relationship path between the two person.
In my application ,I have user's Facebook,twitter,linked In and other social network account data ...
1
vote
1answer
9k views
How does FB select the top ten friends in a user profile?
I'm wondering how does the Facebook Friends Column works on the Facebook Profile page (not the timeline). All this while, I've been observing that the Friends column displays the Profiles which one ...
-3
votes
1answer
146 views
How can I determine link popularity? [closed]
I want to sort links based on the link's popularity. However, I cannot do what search engines are doing (indexing the entire internet to check for backlinks). So, my current solution is checking to ...
21
votes
4answers
604 views
How to analyze twitters messages? (improving my algorithm)
I had a nice idea to implement. I call it
FixTheUnFixed
The idea goes like this, imagine you are driving or traveling all over the world and when you see some obstacle or damage - broken light, ...
1
vote
3answers
1k views
Good algorithm for matching names?
I'm developing an app for mobile phones that syncs the contacts with the facebook account.
So basically I have a list of my contacts names and a list of my facebook friends and I want to get the best ...
0
votes
2answers
248 views
How to deal with huge queries to the Facebook Graph?
I'd like to get every status update for every friend. Given I have say 500 friends, each with 200 statuses, this could be 100,000 statuses. How would you approach this from the query point of view?
...
1
vote
2answers
130 views
Getting Facebook friends' locations is time consuming
In this algorithm I am looping through each friend to find their location, yet this is very inefficient... for 100 friends, this script takes over 2 minutes...can anyone suggest a more efficient ...
7
votes
1answer
2k views
What is the design & architecture behind facebook's status update mechanism?
I'm planning on creating a social network and I don't think I quite understand how the status update module of facebook is designed. Hoping I can find some help here. At algorithmic and datastructure ...
11
votes
3answers
5k views
How Does Facebook Determine “Suggested Friends”? [closed]
I'd like to know how you think (or know) it is that Facebook produces the "people you might like" or "suggested friends" on each user's page. This is really an algorithm question, not a Facebook ...
0
votes
1answer
135 views
Yet another 'synchronize FB apis' post
I'm using FB apis and having troubles in making this code work:
DoSomething()
{
var validFriend = [];
EnumerateFriends(function(result)
{
for every friend in result
{
...
1
vote
1answer
407 views
Python, Pylons, and Sqlalchemy: Analyzing the Facebook Graph API
I would like to take data from the Facebook Graph API and analyze it to find out roughly how close one person is to another. I am attempting to use the Pylons framework with SqlAlchemy (right now it ...
8
votes
1answer
2k views
Josephus for large n (Facebook Hacker Cup)
Last week I participated in round 1b of the Facebook Hacker cup.
One of the problems was basically the Josephus problem
I've studied the Josephus problem before as a discrete math problem, so I ...
7
votes
3answers
1k views
Facebook Hacker Cup Subround 1B - Slot Machine Hacker
Source: Facebook Hacker Cup.
I've tried generating a few lists of return values from the function below but can't seem to find what makes it possible to predict future random numbers. How would I go ...
3
votes
5answers
1k views
Wine Tasting problem
I've spent almost all competition time(3 h) for solving this problem. In vain :( Maybe you could help me to find the solution.
A group of Facebook employees just had a very successful product launch. ...
6
votes
6answers
1k views
Facebook Hacker Cup: After the Dance Battle
We want to find the shortest path between two points in a special grid. We can travel between adjacent squares in a single move, but we can also travel between cells of the same type (there are 10 ...
6
votes
6answers
2k views
Facebook Hacker Cup: Power Overwhelming
A lot of people at Facebook like to play Starcraft II™. Some of them have made a custom game using the Starcraft II™ map editor. In this game, you play as the noble Protoss defending your adopted ...
3
votes
8answers
2k views
F# - Facebook Hacker Cup - Double Squares
I'm working on strengthening my F#-fu and decided to tackle the Facebook Hacker Cup Double Squares problem. I'm having some problems with the run-time and was wondering if anyone could help me figure ...
6
votes
5answers
1k views
Peg Game: best place to place ball such that it lands in the target cell
Source: Facebook Hacker Cup Qualification Round 2011
At the arcade, you can play a simple game where a ball is dropped into the top of the game, from a position of your choosing. There are a number ...
2
votes
6answers
2k views
Double Squares: counting numbers which are sums of two perfect squares
Source: Facebook Hacker Cup Qualification Round 2011
A double-square number is an integer X which can be expressed as the sum of two perfect squares. For example, 10 is a double-square because 10 = ...
11
votes
10answers
9k views
Lexicographical sorting problem
I'm doing a problem that says concatenate the words to generate the lexicographically lowest possible string. from a competition.
Take for example this string: jibw ji jp bw jibw
The actual output ...
11
votes
2answers
1k views
“Too hard for brute force, switching to dp”
What does the "dp" stand for? I saw this on the Facebook Hacker Cup page.
1
vote
1answer
161 views
What does “straightforward UF” refer to in an algorithm description?
I've come across the term "straightforward uf" to describe the solution (algorithm ?) to the following facebook engineering puzzle: liarliar. Does anyone know what this means?
1
vote
1answer
934 views
How to suggest friend lists for facebook user based on mutual friends?
I'm building a application to suggest friend lists for facebook user based on his/her mutual friends with each friend. My idea looks like that:
...
7
votes
8answers
27k views
facemash algorithm
Anyone know the facemash algorithm that Mark Zuckerberg implemented in his facemash site?
http://www.thecrimson.com/article/2003/11/19/facemash-creator-survives-ad-board-the/
Preferably in PHP & ...
1
vote
1answer
288 views
best algorithm to determine which friends are also using an application on Facebook and appengine?
On a Facebook application (working under appengine) I need to tell the user which of his friends are already using the application.
When a user uses a Facebook application, Facebook handles the ...
4
votes
8answers
1k views
How does Facebook do it?
Have you ever noticed how facebook says “3 friends and 33 others liked this”? I was wondering what the best approach to do this is. I don’t think going through the friends list, and the list of users ...
135
votes
9answers
65k views
How does Facebook Sharer select Images?
When using Facebook Sharer, Facebook will offer the user the option of using 1 of a few images pulled from the source as a preview for their link. How are these images selected, and how can I ensure ...

