Facebook Graph API: Work history

Aram

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!.

luschn

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related