A review of an application as represented in FQL.
| Name | Description |
|---|---|
created_time timestamp | Creation time of the review (UNIX timestamp) |
message string | The review text (optional) |
rating unsigned int32 | The review rating. Ratings can range from 1 - 5 |
review_id id | The ID of the review |
| id | The ID of the application to which a review applies |
| id | The ID of the user who created a review |
To read a review, you do not need an access token.