This table returns one of the options available as the answer to a question, as represented in FQL.
| Name | Description |
|---|---|
created_time timestamp | UNIX timestamp of time when the option was created |
| id | ID of the specific question option |
name string | Text of the option |
object_id id | ID of the Page associated with this option (optional, may be empty) |
owner id | User ID of the owner |
photo_id numeric string | ID of the photo associated with this option (optional, may be empty) |
| id | ID of the question associated with this option |
votes unsigned int32 | Number of votes this option has received |
To read options from the question_option table you need the following permissions:
user_questions for questions posed by the current user.friends_questions for questions posed by friends of the current user.