Hi and thanks in advance.
I am currently working with the Facebook API and I want to include the search function in my system, but the only problem is that I would like to perform a search with one or more keywords for one or more types of objects.
In other words, not only searching for messages, but also, I would like to be able to search for messages, users, and possibly even events.
I tried to put the parameter type as follows type='post,user' , but it does not return anything, the result is empty.
Is there any way to do this? Facebook API Guide says little about search.
source share