问题
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