谁能告诉我如何在ios应用程序上显示pdf
问问题
293 次
1 回答
0
我试过这个,这个答案是我从 SO Question 中得到的。
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];
于 2013-04-16T05:19:29.773 回答