Search code examples
androidfacebook-graph-apifacebook-friends

Facebook Graph API: Work history


How to get friend's work history using Facebook Graph API version 2.8 and above?

me/friends?fields=id,name,birthday,work

If I send this, I am not getting friend's work history. These permissions are mapped as deprecated in facebook doc.

user_work_history

This permission was deprecated on April 4, 2018.

Is there any alternate for this?

EDIT: As mentioned in comment(@luschn), https://developers.facebook.com/docs/graph-api/changelog/breaking-changes link clearly says all these info are not available from yesterday!.


Solution

  • https://developers.facebook.com/docs/graph-api/changelog/breaking-changes

    The breaking changes from April 4, 2018 state that the field is deprecated and will not be usable anymore. There is no workaround.