facebook-graph-apifacebook-javascript-sdkfacebook-friends

taggable_friends are deperated from april 4 2018


The api was working fine till last week but now its responding with an empty array. when i visit the FB official graph api document i.e. https://developers.facebook.com/docs/graph-api/reference/user/taggable_friends/

It says that it has been deprecated from 4th April. Please if you guys know any alternate to find user's friend list and their pictures.

Thanks


Solution

  • There is no alternative, take a look at the breaking changes: https://developers.facebook.com/docs/graph-api/changelog/breaking-changes/

    There is no way to get access to any user/friend data anymore, if the user did not authorize your App first.