Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Search video through Facebook Open Graph API

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?

like image 977
ForeverNights Avatar asked Oct 09 '11 15:10

ForeverNights


1 Answers

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

like image 167
alexey Avatar answered Oct 31 '22 02:10

alexey