I wanted to know how I can check the structure of the result when I do request to Facebook Graph API on iOS device. For instance with :
[facebook requestWithGraphPath:@"me/friends" andDelegate:self];
Thanks :)
|
I wanted to know how I can check the structure of the result when I do request to Facebook Graph API on iOS device. For instance with :
Thanks :) |
||||
|
|
You need to check the type of object (could be NSArray or NSDictionary) and then iterate accordingly
|
|||
|
|