I started developing an iPhone application in June 2010 that used the Facebook APIs extensively. I logged in and got a FBSession which contains the logged in user’s profile id, etc. I then used the FBRequest class to make many calls using the FQL to get data.
How do I call FQL queries from the latest Facebook Connect APIs?
1 Answer