Is it possible to post a question (poll, with vote options) to my Facebook wall from an iphone app using the Facebook graph-api? I need to get fellow users votes to such a question and be able to read them back in the application. Any help is appreciated.
Share
yes, you can do questions via the graph API. See https://developers.facebook.com/docs/reference/api/question/ and https://developers.facebook.com/docs/reference/api/question_option/
As with many objects in the graph, you can HTTP Post (create), HTTP Get (read), Http Delete (remove), questions.
See an example here: https://graph.facebook.com/723026073/questions