2011-12-18 37 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/