Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Questions API

Facebook has officially launched its Facebook Questions. Does anyone know if it's possible to add one of the new Facebook "Question" polls through the Graph API? If so, how?

Thank you very much

like image 452
user430926 Avatar asked Dec 04 '25 22:12

user430926


2 Answers

They just announced this is available on their blog. To get them, issue an HTTP GET request to the USER_ID/questions endpoint with the user_questions or friends_questions permissions.

Update: they also just announced that you can create questions now via the API.

like image 128
bkaid Avatar answered Dec 06 '25 22:12

bkaid


I've searched the http://developer.facebook.com page for poll related search terms and also online. This yielded no notable results.

It's probably worth making a poll with an external website, most I'm sure are compatible with the Open Graph but will not provide the Facebook interface that you expect on Facebook itself.

like image 24
Luke Avatar answered Dec 06 '25 21:12

Luke