I have a website that uses a facebook connection so that users can log in to the login system. If I want to check that the facebook user ID obtained by our database matches those authorized by facebook to our application using facebook and vice versa, how would I do it?
For example, if I enter the facebook developer application and he tells me that we have 7 users (I assume that means 7 people who have “connected” to our application), where I will find a list of these 7 users.
I assume their facebook user ID is publicly available, but I would like to get them in the list related to our application.
I assume this is generally accepted for database maintenance purposes (and in my case just to verify that everything is working correctly).
source
share