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.
The option element represents an option in a select element or as part of a list of suggestions in a datalist element.
-3
votes
0answers
21 views
How do I create a poll where users are able to submit their own option? [closed]
Almost an exact replica of the "Ask a Question" poll on Facebook. (You have to be logged in as a page to do this). I want users to be able to choose from 5 options, or type in their own option that ...
-2
votes
0answers
20 views
How do I create a poll/form where users are able to submit their own option? [closed]
I am pretty sure that this a programming question, and can be solved. Almost an exact replica of the "Ask a Question" poll on Facebook. (You have to be logged in as a page to do this). I want users to ...
1
vote
0answers
46 views
Open Graph “Questio n” object
I am new to Open Graph and have so far created an action called Answer and objects called Question and Option. Both seem to be built-in and Question has the following properties: Title - String, ...
0
votes
1answer
939 views
Server side flow example
At the bottom is a working example of server side flow. It is a file fb_server_side_flow.php that I prepared from a template I found on developers.facebook.com. My first question is what exactly is ...