An individual message in the new Facebook messaging system. Every message has a message ID that represents an object in the Graph. To get access to read a user's messages, you should request the read_mailbox Extended Permission.
The Message object has the following fields.
Accessing Message objects always requires a user session and the read_mailbox extended permission.
| Name | Description | Permissions | Returns |
id | The unique ID for this message |
|
|
created_time | A timestamp of when this message was created |
|
|
from | The sender of this message |
| Object containing |
to | A list of the message recipients |
| Array of objects each containing |
message | The text of the message |
|
|