how to get friends birthday in v2.0 facebook API - any alternate way

落爺英雄遲暮 提交于 2019-11-28 10:40:13

问题


I need help. We all know that in v2.0 all permissions of friends_* are removed.

But still is there any way to get birth date of friends who also use your app? I am using below permissions:

&scope=public_profile,email,user_friends

Any help would be appreciated.


回答1:


With Graph API v2.0, all friends_* permissions have been removed (as you wrote): https://developers.facebook.com/docs/apps/changelog#v2_0_permissions

So, there's no way to get the birthday of the User's friends via the Graph API anymore.




回答2:


i dont know if this could help you but i think it could be worth a try. there is the possibility to subscribe to facebooks friend calender api via a link: e.g "webcal://www.facebook.com/ical/b.php?uid=10001111111&key=AQDcQxnFPn7Sb9WridI" - you can add this to google calender, ical or other. via this subscription you can receive all the info you need. as we have the same issue with our application we will try to figure out a way how to retrieve and use this information. anyways i dont know if it is an option for your app.



来源:https://stackoverflow.com/questions/24303376/how-to-get-friends-birthday-in-v2-0-facebook-api-any-alternate-way

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!