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

感情迁移 提交于 2019-11-29 17:19:21

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.

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.

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