A Question as represented in FQL.
| Name | Description |
|---|---|
created_time timestamp | Time the question was created (UNIX timestamp) |
| id | The question ID |
is_published bool | Whether the question has been published |
| id | ID of the user who created the question |
question string | Text of the question |
updated_time timestamp | Time the question was was last modified (UNIX timestamp) |
To read from the question table you need the following permissions:
user_questions for questions asked by the current user.friends_questions for questions asked by friends of the current user.