I am using the play framework to create a facebook application. I was kind of stuck at some point. With Graph Api, I canβt take the list of friends who use my application. I want to say for example:
A uses my application.
B also uses my application, and B is a friend of A.
When A uses my application, I want A to see that B also uses this application.
I just want to get a list of friends using the same application.
How do I do this using Graph Api?
source share