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 join is a general operation in relational algebra for a combining operation on two or more relations in a relational database system. `JOIN` is also keyword of the SQL language for performing a join operation.

learn more… | top users | synonyms (2)

0
votes
1answer
85 views

How to show facebook group wall/posts on the website in a feed

I am new here, I have read through all possible solutions to this and I can't find anything that answers our problem. I am an admin for a facebook group and we want to show the wall posts on a feed ...
0
votes
0answers
50 views

FQL join with two queries

Can I use JOIN in FQL? I would take venue infos by id. This query combinate with other my query.. for example: SELECT venue.id, eid FROM event, location_post WHERE eid IN (SELECT eid FROM ...
-3
votes
1answer
257 views

web application , join event on facebook using php api [closed]

enter code herei created my events on facebook throw php api (form my website) ...every thing its fine with me and the events appear 100% on FB calendar , i got the FB event id and save to my db , ...
0
votes
0answers
287 views

facebook join group button

I want to make automatic join to facebook Group with curl I found the line like this Join Group I am trying to curl url ->http://facebook.com/ajax/groups/membership/r2j.php but don't work ...
2
votes
2answers
2k views

running a “join” like FQL for getting a user name along the news feed posts

I am trying to get all the posts in the news feed for a specific user using FQL using the following FQL statement: "SELECT post_id, actor_id, target_id, message, created_time, updated_time, ...
2
votes
1answer
539 views

FQL profile.pic_square and thread.subject

is it possible to get a join of two tables in the Facebook API, with FQL? The classic way with SQL style don“t work. Hope you can help :) PS: WINNING :)
1
vote
4answers
296 views

how to gain a high performance with a very big database

I alway wondered how could a very big site like facebook to be faster than any other sites ,though the very big large amount of data which stored everyday .. what they are using to store information ...