2011-12-18 42 views

回答

1

退房Facebook連接的iPhone(從Facebook)http://developers.facebook.com/blog/post/213/

的Facebook連接框架提供了一個簡單地稱爲「臉譜」類作出FQL請求的方法。 FQL請求可用於檢索朋友列表等等。

- (FBRequest*)requestWithMethodName:(NSString *)methodName // @"fql.query" 
          andParams:(NSMutableDictionary *)params 
         andHttpMethod:(NSString *)httpMethod  // "POST" 
         andDelegate:(id <FBRequestDelegate>)delegate; 

見FQL的文檔:http://developers.facebook.com/docs/reference/fql/