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.
Indexing data structures is general technique to improve the speed of data lookups.
4
votes
1answer
91 views
Getting the number of facebook likes from a certain page with Nutch 2.1
I want to ask if there is any way I can get number of times the URL was posted on public facebook pages / number of times the posted URL and comments were liked on Facebook using Nutch 2.1 crawler?
0
votes
0answers
42 views
I need to quickly index websites
Basically, I am trying to aggregate information from a variety of websites (i.e. ESPN.com, cbssports.com, etc.). Here's how I've started. I'm gathering information from these sites' RSS feeds to find ...
0
votes
2answers
286 views
How to cache Facebook friends list using iPhone application
I am developing iPhone application which contains the facebook connect as part of it. I am using third party API FBGraph to retrieve the Facebook friends list.
Currently my problem is that, when ...
4
votes
1answer
861 views
Facebook user_id as MongoDB BSON ObjectId?
I'm rebuilding Lovers on Facebook with Sinatra & Redis. I like Redis because it doesn't have the long (12-byte) BSON ObjectIds and I am storing sets of Facebook user_ids for each user. The sets ...