I am calling this:
facebook requestWithGraphPath:@"me/friends" andDelegate:self]
Now I am confused on what facbook returns to me in the delegate?
How should I parse this in the (void) request:(FBRequest*) request didLoad:(id) result method? Is it returned as a dictionary?