The User object has the following fields:
參考資料FB API
可以用這個程式測試
| Name | Description |
| id | The user's Facebook ID |
| name | The user's full name |
| first_name | The user's first name |
| middle_name | The user's middle name |
| last_name | The user's last name |
| gender | The user's gender: female ormale |
| locale | The user's locale |
| languages | The user's languages |
| link | The URL of the profile for the user on Facebook |
| username | The user's Facebook username |
| age_range | The user's age range; only returned if specifically requested via the fields URL parameter |
| third_party_id | An anonymous, but unique identifier for the user; only returned if specifically requested via the fields URL parameter |
| installed | Specifies whether the user has installed the application associated with the app access token that is used to make the request; only returned if specifically requested via thefields URL parameter |
| timezone | The user's timezone offset from UTC |
| updated_time | The last time the user's profile was updated; changes to thelanguages, link, timezone,verified, interested_in,favorite_athletes,favorite_teams, andvideo_upload_limits are not not reflected in this value |
| verified | The user's account verification status, either true or false(see below) |
| bio | The user's biography |
| birthday | The user's birthday |
| cover | The user's cover photo (must be explicitly requested usingfields=cover parameter) |
| currency | The user's currency settings (must be explicitly requested using a fields=currencyURL parameter) |
| devices | A list of the user's devices beyond desktop |
| education | A list of the user's education history |
| The proxied or contact email address granted by the user | |
| hometown | The user's hometown |
| interested_in | The genders the user is interested in |
| location | The user's current city |
| political | The user's political view |
| payment_pricepoints | The payment price-points available for that user |
| favorite_athletes | The user's favorite athletes; this field is deprecated and will be removed in the near future |
| favorite_teams | The user's favorite teams; this field is deprecated and will be removed in the near future |
| picture | The URL of the user's profile pic (only returned if you explicitly specify a 'fields=picture' param) |
| quotes | The user's favorite quotes |
| relationship_status | The user's relationship status:Single, In a relationship, Engaged,Married, It's complicated, In an open relationship, Widowed,Separated, Divorced, In a civil union, In a domestic partnership |
| religion | The user's religion |
| security_settings | Information about security settings enabled on the user's account (must be explicitly requested using afields=security_settingsURL parameter) |
| significant_other | The user's significant other |
| video_upload_limits | The size of the video file and the length of the video that a user can upload; only returned if specifically requested via thefields URL parameter |
| website | The URL of the user's personal website |
| work | A list of the user's work history |
留言