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 table is a data structure which stores data in rows and columns.
0
votes
1answer
31 views
Retrieve first few comments on a post from MySQL table
You know how the Facebook home feed lists all the recent posts? It shows the user that posted, their actual post and then the first few comments attached to that post. That's what I'm trying to ...
0
votes
0answers
16 views
FQL applying additional filters
At the bottom of the documentation for the FQL 'page' table it says
Note: Additional filters on other columns can be specified but they may make the query less efficient.
I want to filter by page ...
0
votes
0answers
12 views
Location of Like/Send button is not where I put the code
I have generated the code for a Like and Send button to go on my website. I have placed the javascript code just under the body tag and I have placed the button code where I would like it to appear ...
0
votes
0answers
159 views
database table structure for notifications like table for a social networking site
i am developing a social networking site like facebook. I am confused how to create structure for notification table. Should it be seperate for each user or a huge one for all-where records added and ...
-2
votes
1answer
23 views
facebook show who likes this table [closed]
what is that called when you click on Facebook link "10 people like this" then it shows a table (not a new page) all users who likes this?
Thank you
0
votes
0answers
20 views
When someone tags a user on a post, facebook duplicates that post on the stream table?
i'm pretty new with FB API and right now i am getting the wall/last posts information of my friends and then getting my own wall/last posts.
The thing is that when i query the stream table for my ...
0
votes
1answer
466 views
fb:like is appearing outside td in Safari
I am using Facebook Like Button on my page inside table cell
<table style="position:relative;">
<tr style="position:relative;">
<td>
<table cellpadding='0' ...
0
votes
1answer
32 views
get a table with contacts who liked one comment
Sorry if this is not a programming question, but I didn't find a place to ask it. I need to copy a table with all the contacts that have given me a like on one of my comments. How can I get this and ...
0
votes
1answer
264 views
Accessing “who you are with” and “where you are” tags of a post using FQL
I'm working with the Facebook API using FQL and I'd like to know how to access the people and location I tagged in the post.
The stream table seems to contain everything apart from these two things. ...
0
votes
1answer
230 views
Graph API - User table - column tv
I'm trying getting data of the column tv of the user table using the following code:
https://graph.facebook.com/me/?fields=tv&access_token=ACCESS_TOKEN_HERE&format=json
Result is:
...
53
votes
14answers
53k views
Facebook database design?
I have always wondered how Facebook designed the friend <-> user relation.
I figure the user table is something like this:
user_email PK
user_id PK
password
I figure the table with user's ...
