For an app we are developing, I want to be able to search within a users groups. Only way to do this via facebook API I found out so far is to load all groups and then do some comparison inside the app. https://developers.facebook.com/docs/graph-api/reference/v2.2/user/groups?locale=de_DE
The search API returns all matches, but I can´t only see the ones that I "liked" already. https://developers.facebook.com/docs/graph-api/using-graph-api/v2.2?locale=de_DE#search Is there different way, maybe with FQL?