开发者

FQL and using its result

开发者 https://www.devze.com 2023-02-14 01:30 出处:网络
how can we use the result that we get from F开发者_如何学编程QL specifically how can we use the result to save it in another array

how can we use the result that we get from F开发者_如何学编程QL

specifically how can we use the result to save it in another array take in consideration that for iOS


an example:

 NSMutableDictionary * params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                                @"SELECT uid,name FROM user WHERE uid=4", @"query",
                                nil];
[facebook   requestWithMethodName: @"fql.query"
                         andParams: params
                     andHttpMethod: @"POST"
                       andDelegate: self];
0

精彩评论

暂无评论...
验证码 换一张
取 消