views:

220

answers:

0

Hi folks,

I'm trying to issue a Facebook Graphp API search call for groups with a specific search term. The important fact is to search for groups not only beginning with the term but also to search for the term within the group name. So something like that.

FQL => SELECT * FROM groups WHERE groupname LIKE '%term%'

As far as i know this isn't possible in FQL. Therefore I have to use the Graph API search.

http://developers.facebook.com/docs/api#search

But I have to issue th call even if the user isn't logged in. Is this possible or is there a possibility to log in a default user with some curl calls without user interaction (without displaying a form)?

If there is a simplier solution (for instance with FQL) please tell me.

Regards

Jeremy