How can i get all friend's list in Facebook api v2.0. I am getting it in v1.0 but in v2.0 it is returning only list of those friends which are already authorised the same app.
I need my all friends list and there DOB using graph api.
[facebook requestWithGraphPath:@"me/friends" andDelegate:self];
above request is not giving me all friends data. Any one can help me out.