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 database operation that combines the values of 2 tables based on a condition, or relationship, that exists between those tables.
-1
votes
2answers
184 views
How to retrieve both user info and big image
For an Android app, I'm trying to get some info of a specific user (using its user id) on Facebook using FQL, and also get a high quality image of the user.
This means I have to use both the "user" ...