通过Facebook Open Graph API搜索视频

问题描述:

我知道我们可以使用以下方式搜索Open Graph API中的公开对象(如post,event,checkin):
https://graph.facebook.com/search?q=QUERY&type=OBJECT_TYPE
但是我无法搜索视频对象。
有没有办法使用他们的标题或说明在Facebook中搜索视频?

I know we can search for public objects such as post, event, checkin in Open Graph API using: https://graph.facebook.com/search?q=QUERY&type=OBJECT_TYPE However I can not search for video objects. Is there a way to search for videos in facebook using their title or description?

您可以使用通过FQL的一些属性: http://developers.facebook.com/docs/reference/fql/视频

You can search videos using some attributes via FQL: http://developers.facebook.com/docs/reference/fql/video.

不幸的是,标题和描述不在这些...

Unfortunately, the title and description are not among those...