Users
Returns basic information about the authenticated user.
Table Specific Information
Users in Facebook are the various user accounts on Facebook.
Select
When selecting users, an Id must be specified. For example:
SELECT * FROM Posts WHERE Id = 'UserId'
If an Id is not specified, the information for the currently logged in user will be returned.
Columns
Name | Type | Description |
ID [KEY] | String | The Id of the user. |
Name | String | The full name of the user. |
Picture | String | Picture of the user. |
FirstName | String | The first name of the user. |
MiddleName | String | The middle name of the user. |
LastName | String | The last name of the user. |
Birthday | String | The birthday of the user. Requires the user_birthday permission. |
String | The email address of the user. Requires the email permission. | |
HometownName | String | The hometown name of the user. Requires the user_hometown permission. |
HometownId | String | The hometown name of the user. Requires the user_hometown permission. |
LocationName | String | The current city name of the user. Requires the user_location permission. |
LocationId | String | The current city Id of the user. Requires the user_location permission. |