how to retrieve friend's birthday using Facebook SDK in ios?

后端 未结 5 1286
难免孤独
难免孤独 2020-12-30 17:33

I have implemented FBFriendPickerDelegate in my .h file and using the following delegate to retrieve information:

-(BOOL)friendPickerController:         


        
5条回答
  •  既然无缘
    2020-12-30 17:41

    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.

提交回复
热议问题