I have android application, with facebook integration
Now I need to list of users who are signup in our application using facebook, from facebook graph api
I have android application, with facebook integration
Now I need to list of users who are signup in our application using facebook, from facebook graph api
/me/friends/{user-id}
You get an empty Array if the users are not friends.
I am not sure if that was your question, it´s quite unclear. If you want to get a list of users who are using your App, then the answer is simple: it´s not possible. You need to store users in your own database after login, that´s the only way to get a list of users who authorized your App.