2011-09-09 34 views

回答

1

尝试这一个,你会得到所有你的朋友列表,这是在你的Facebook。

-(IBAction)getMeFriendsButtonPressed:(id)sender { 
    FbGraphResponse *fb_graph_response = [fbGraph doGraphGet:@"me/friends" withGetVars:nil]; 
    NSLog(@"getMeFriendsButtonPressed: %@", fb_graph_response.htmlResponse); 
} 
相关问题