2013-04-16 72 views

回答

0

我試過這個和這個答案我得到了一個SO問題。

NSMutableDictionary * paramms = [NSMutableDictionary dictionaryWithObjectsAndKeys: 
           @"select uid,name,birthday_date from user where uid in (select uid2 from friend where uid1=me())", @"query", 
           nil]; 
[[StaticFacebook getFacebook] requestWithMethodName: @"fql.query" 
         andParams: paramms 
        andHttpMethod: @"POST" 
        andDelegate: self]; 
相關問題