Search video through Facebook Open Graph API

流过昼夜 提交于 2019-12-10 01:21:40

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/7704688/search-video-through-facebook-open-graph-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!