user430926
user430926

Reputation: 4057

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

Upvotes: 3

Views: 2587

Answers (3)

DropHit
DropHit

Reputation: 1724

This has been deprecated as of Grpah 1.0 - https://developers.facebook.com/docs/graph-api/reference/v2.0/question

Upvotes: 0

bkaid
bkaid

Reputation: 52073

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.

Upvotes: 7

Luke
Luke

Reputation: 23680

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.

Upvotes: 2

Related Questions