2013-04-16 5 views

답변

0

나는이 것을 시도해보고이 질문에 답을 얻었습니다.

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]; 
관련 문제