Get a list of people using my facebook app

I want to get a list of all users (even if they are my friends or not) who use my facebook application. Is it possible? If so, how?

And another quick question, if we're still here :) Assue I have a facebook id for a person, can I get his name using it?

+3
source share
1 answer

I do not believe that you can get a list of all Facebook IDs for users of a particular application. There is probably no possible query based on the analysis of FQL tables for this , probably due to performance and confidentiality reasons. Typically, the presumption is that you maintain a local list of users in your own application and map them to Facebook through your identifier, so you already have all of these identifiers.

, , . API Facebook users.getStandardInfo, users.getInfo, , . users.getInfo , .

+4

Source: https://habr.com/ru/post/1725588/


All Articles