Get work info of user using facebook id or name

252 views Asked by At

Making the following query on facebook graph api explorer search?q=CEO%20Microsoft&type=user produces the following result as shown. here Is there a way to get the work information of someone using the username or id? Thank you.

1

There are 1 answers

1
CBroe On

Is there a way to get the work information of someone using the username or id?

Of course not.

You can not get this kind of data for just any arbitrary user.

The user has to login to your app and grant it the necessary permission.


It’s called privacy, you know.