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 data structure is a way of organizing data in a fashion that allows particular properties of that data to be queried and/or updated efficiently.

learn more… | top users | synonyms (3)

-3
votes
1answer
151 views

View you friend's friend's profile? [closed]

Which is the most efficient data structure to view you friend's friend's profile?
1
vote
0answers
18 views

What is the maximum length of “string” in the Graph API?

Is there any documented maximum length to the "string" fields in the Graph API? Are they all the same or do they differ depending on what field it is?
0
votes
1answer
235 views

Data Structure - Inserting/Updating into ordered list

I'm using the facebook api to retrieve a list of a user's photos. I'm using this to work out the user's close friends by seeing who has been tagged the most in the user's photos. So what I have the ...
0
votes
1answer
201 views

Facebook api returned comment id

Whenever I submit a comment to facebook, it returns the id in this format: {"id":"1178215146_2244093420005"} Do you know how I can get this value out with PHP? Thanks!
2
votes
2answers
257 views

what are some examples of ways graphs, trees, and other advanced data structures are used in database driven websites?

So when are simple $array() variables in your LAMP stack not enough? I'm sure these advanced data structures are useful but I'm wondering if someone can suggest some uses in a web context especially ...
1
vote
1answer
413 views

how to design a db like Facebook where users can update their status and of the fb page as admin

i am designing a database where users can update status messages of theirs and they can create pages groups like facebook fan page and post status like the admin of the page and not as a user. ...