2011-09-09 54 views

回答

1

嘗試這一個,你會得到所有你的朋友列表,這是在你的Facebook。

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