New Facebook FQL table vs. Grap API

Posted by PanosJee on Stack Overflow See other posts from Stack Overflow or by PanosJee
Published on 2010-05-07T11:25:24Z Indexed on 2010/05/07 11:28 UTC
Read the original article Hit count: 607

Filed under:
|
|
|

Hello everyone I just read the new User fql table fields at http://developers.facebook.com/docs/reference/fql/user

As I can see a lot of the fields have been deprecated such as work_history or books and movies. It is quite essential for my app to get all those fields for my user's friends in a single fql query. If i am not wrong the only way to do this is to get those extra fields using the Graph API by requesting them seperately for every friend of my user. Is there any way to do it in a more efficient way without so many calls?

Can I subscribe to real time updates for the request fields for my user's friends (i do not care about the logged in user data)?

Thank you a lot

© Stack Overflow or respective owner

Related posts about facebook

Related posts about api