Wednesday 15 September 2010

facebook - FQL get feeds from multiple users -


I need to retrieve the wall posts of multiple Facebook users. I have yet, I just retrieve data from a user I manage to do it, but I need to get it from 60 user APOX. I have a FQ query in Objective-C, I think that query syntax is the same in every language:

  [fql.parameters setObject: @ "SELECT message, from the stream, from source_id (SELECT ID From profile to user name = 'zara') "for: @" q "];   

Please help me! Thanks in advance.

You can do this by looking for updates in an array of user names:
  Select message, which is in the WHERE source_id from the stream (SELECT id from the profile where the user name IN ('zara', 'zuck', 'theuncrunched', 'thepaulcarr')) ​​   

No comments:

Post a Comment