I have implemented FBFriendPickerDelegate in my .h file and using the following delegate to retrieve information:
FBFriendPickerDelegate
-(BOOL)friendPickerController:
Finally got the answer....birthday can be retrieved by using Graph API
https://graph.facebook.com/me/friends?fields=id,name,birthday&access_token=your_access_token
Also refer to this documentation for more information.