B
B
Big Null2014-09-15 02:14:53
Facebook
Big Null, 2014-09-15 02:14:53

How to get all public ID information through Facebook Graph?

Trying to get all information about someone else's Facebook ID. Everything that is not hidden by privacy settings.
https://graph.facebook.com/100001094368371?fields=...
1. tell me all the fields that do not require authorization
2. does this require an application token?
brute-force determined some of these fields: id, first_name, last_name, gender, link, locale, username, name, cover, picture
but this is not enough and for example, when substituting about, the information is not returned, although it is open for guests

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
Big Null, 2014-09-16
@BigNull

I took all the fields from https://developers.facebook.com/docs/graph-api/ref... and it looks like this is all the necessary information, well, I send a request with a token.
Certainly some strange moments. For example, you cannot return a photo in 2 sizes, or picture.type (large) or picture. type (small)
otherwise, everything seems to return data

P
Philipp, 2014-09-15
@zoonman

Most requests require a token.
Facebook has a Graph Explorer, but most of the information is exposed as a public profile .
I was recently on Facebook, and so they said that they are working intensively in terms of improving security and privacy. One of the innovations is different user ids for different applications. So all these crafts of yours are basically useless.
If you really need to work with user data, encourage them to use Facebook login in your application, while offering some kind of bonus in return.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question