user3607798
user3607798

Reputation: 769

Facebook page search in android SDK using GraphAPI

Is there any way to get the search results based upon some keyword in android facebook sdk using Graph API.

Example: If i send a request as 'Arjun' and the result should like in json format. And if the result might contain People, Pages etc.,

Something Like in Facebook we have a search bar, when we type you get the results like People,Pages,books,apps etc.,

Thanks in advance

Upvotes: 0

Views: 284

Answers (1)

Tobi
Tobi

Reputation: 31479

Have a look at the docs at

to see what's possible concerning searching via the Graph API. Generally, you have to specify the object type you want to search upon. So, it's not comparable to the search functionality on facebook.com.

Upvotes: 1

Related Questions