任何人都可以告诉我如何在ios app上显示pdf
答案 0 :(得分: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];