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.

Possible Duplicate:
Add Facebook “Question” over Graph API?

I was looking in graph API of facebook, there I only find about reading the information related to a question or all questions. see https://developers.facebook.com/docs/reference/api/question/

But I can't find any help regarding posting a question to wall. Please guide me if there is any way of doing this.

Thanks.

share|improve this question

marked as duplicate by casperOne Jan 12 '12 at 14:30

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

Till now facebook doesn't allow to post question using graph.You can read questions from facebook.see this tutorial https://developers.facebook.com/blog/post/590/

share|improve this answer

Currently there is no possibilities for application to publish Questions and Question Options via Graph API. Only "white-listed" application allowed to do so (which means you need a special agreement with Facebook on that)

share|improve this answer
Thanks for answering. Is there any way of posting question using php/javascript sdk? – makki Jan 11 '12 at 13:41
No, not possible. Questions are currently read-only via the public APIs that facebook has allowed us to use. – DMCS Jan 11 '12 at 15:24

Not the answer you're looking for? Browse other questions tagged or ask your own question.