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.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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 |
|||||
|