I can't seem to find the definitive word out there of the facebook search api: the api that allows you to search public status updates and comments/posts (there is a web interface for all logged in users for this at the moment).
相关问题
- Design RESTful service with multiple ids
- Axios OPTIONS instead of POST Request. Express Res
- Plain (non-HTML) error pages in REST api
- facebook error invalid key hash for some devices
- Laravel 5.1 MethodNotAllowedHttpException on store
相关文章
- 我用scrapy写了一个蛮简单的爬虫怎么封装成一个api啊
- 后端给前端的API接口是怎么用代码写的
- Facebook login for group members
- Convert C# Object to Json Object
- Android camera2 API get focus distance in AF mode
- Got ActiveRecord::AssociationTypeMismatch on model
- Multiple parameters in AngularJS $resource GET
- The method FB.api will stop working when called fr
Facebook Public Post search is no longer available in Graph API v2.0: https://developers.facebook.com/docs/apps/changelog
Better way is using Facebook PHP SDK
-> Search any term using facebook php sdk.
THERE ARE VARIOUS TYPES, you can search:
The search according to "type=user" type="event" type="group" type="page is deprecated now. See https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#search-4-4
You can use the Facebook graph API :
http://developers.facebook.com/docs/reference/api/
look for the searching section,
QUOTE from fb:
Searching
You can search over all public objects in the social graph with https://graph.facebook.com/search. The format is:
https://graph.facebook.com/search?q=QUERY&type=OBJECT_TYPE We support search for the following types of objects:
All public posts: https://graph.facebook.com/search?q=watermelon&type=post
You can also search an individual user's News Feed, restricted to that user's friends, by adding a q argument to the home connection URL: