I am extremely new to Facebook API codings and am trying to make a game application where users will be able to see who (in their friend list) is already using the game application. It is pretty much like all the popular Facebook games such as plock, pet society, etc. where users can view their friend's score, profile and ranking in the application.
I've Googled around and searched here for results but most of the methods are using FBML and the REST API which are currently being deprecated. The best I can find are all posts similar to the one here which retrieves the full friend list (which is not quite what I'm going for).
I was wondering if there's any way to implement what I want to do with the Graph API -> user_games_activity?
edit: I forgot to mention that the game is supposed to be integrated in Facebook itself