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.
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
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.