Implementing Facebook Graph Api Search on Android

How to implement Facebook Graph Api Search in Android. When I went through any search query, it says the query is Unsupported get. Any suggestions.

+4
source share
2 answers
GET graph.facebook.com /search? q={your-query}& type={object-type}

See below for more details.

https://developers.facebook.com/docs/graph-api/using-graph-api

+1
source

You can refer to the official documentation provided by facebook https://developers.facebook.com/docs/graph-api/using-graph-api/v2.5

It provides comprehensive information for facebook APIs.

+1
source

All Articles