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.

I spent a couple of hours reading Facebook developers docs and trying to figure out if there is a way to show my Facebook page question poll in my website somehow - I still don't have an answer... Does anyone know if it's even possible?

share|improve this question

1 Answer

It is possible, but not trivial.

If you just want to display the question, answers and current results, you'll need to:

  • Gain a valid access token for the profile that hosts the question with user_questions permission.
  • Make a call to the API at https://graph.facebook.com/PROFILE_ID/questions using this access token, and
  • Parse the JSON object that is returned and display this on your site.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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