Facebook Graph Api 在 Android 中搜索的实施

Implementation of Facebook Graph Api Search in Android

如何实现 Facebook Graph Api 在 Android 中搜索。当我通过任何搜索查询时,它说不受支持的获取请求。 有什么建议么。

可以参考facebook提供的官方文档https://developers.facebook.com/docs/graph-api/using-graph-api/v2.5

它为 facebook 图API提供了详尽的信息。

GET graph.facebook.com /search? q={your-query}& type={object-type}

更多请关注下方link

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