An FQL table which returns basic information about a user. For use only for analytic information.
| Name | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
affiliations array | The networks to which the user being queried belongs. The status field within this field will only return results in English | ||||||||||||||||||||
allowed_restrictions string | A comma-delimited list of demographic restriction types a user is allowed to access. Currently, alcohol is the only type that can get returned | ||||||||||||||||||||
birthday string | The user's birthday. The format of this date varies based on the user's locale | ||||||||||||||||||||
credit_currency struct | User's credits currency | ||||||||||||||||||||
| |||||||||||||||||||||
credit_deals array | User's credit deals | ||||||||||||||||||||
current_location struct | The user's current location | ||||||||||||||||||||
| |||||||||||||||||||||
A string containing the user's primary Facebook email address or the user's proxied email address, whichever address the user granted your application. Facebook recommends you query this field to get the email address shared with your application | |||||||||||||||||||||
first_name string | The user's first name | ||||||||||||||||||||
last_name string | The user's last name | ||||||||||||||||||||
locale string | The two-letter language code and the two-letter country code representing the user's locale. Country codes are taken from the ISO 3166 alpha 2 code | ||||||||||||||||||||
name string | The user's full name | ||||||||||||||||||||
payment_pricepoints array | The user's payment price points | ||||||||||||||||||||
profile_url string | The URL to a user's profile | ||||||||||||||||||||
proxied_email string | The proxied wrapper for a user's email address. If the user shared a proxied email address instead of his or her primary email address with you, this address also appears in the email field (see above). Facebook recommends you query the email field to get the email address shared with your application | ||||||||||||||||||||
sex string | The user's gender | ||||||||||||||||||||
sort_first_name string | The user's first name, if the user has a Japanese name | ||||||||||||||||||||
sort_last_name string | The user's last name, if the user has a Japanese name | ||||||||||||||||||||
| string | A string containing an anonymous, but unique identifier for the user. You can use this identifier with third-parties | ||||||||||||||||||||
timezone number | The user's timezone offset from UTC | ||||||||||||||||||||
| number | The user ID | ||||||||||||||||||||
| string | The user's username | ||||||||||||||||||||
To read the standard_user_info table you need
access_token to get information about any authorized app users