Graph:Review   			
			
			
			From Facebook Developer Wiki (FbDevWiki.com)
				
								
				
				
																
				
				
								
				A review for an application
Contents | 
Example
https://graph.facebook.com/2345053339/reviews (An array of Reviews of the Facebook Developer app)
Properties
| Name | Description | Permissions | Returns | Condition | 
|---|---|---|---|---|
| id | The Facebook ID of the review | Available to everyone on Facebook by default | JSON string | |
| created_time | The timedate the review was created | Available to everyone on Facebook by default | A JSON string containing a IETF RFC 3339 datetime | |
| from | The user that created the review | Available to everyone on Facebook by default |  A JSON object containing the id and name of the creating user  | 
|
| message | The review text (optional) | Available to everyone on Facebook by default | JSON string | |
| rating | The review rating | Available to everyone on Facebook by default | JSON integer | |
| to | The application to which this review applies | Available to everyone on Facebook by default |  A JSON object containing the id and name of the application  |