A profile for a user, group, page, event, or application as represented in FQL. This data represents certain (typically publicly) viewable data and can be thought of as a parent class of the user, group, page, event, or application tables
| Name | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
can_post bool | Whether the current user can post to the objects profile wall | ||||||||||||||
| id | A 64-bit int representing the user, group, page, event, or application ID | ||||||||||||||
| string | The full name of the object being queried | ||||||||||||||
pic string | The URL to the small-sized profile picture for the object being queried. The image can have a maximum width of 50px and a maximum height of 150px. This URL may be blank | ||||||||||||||
pic_big string | The URL to the largest-sized profile picture for the object being queried. The image can have a maximum width of 200px and a maximum height of 600px. This URL may be blank | ||||||||||||||
pic_crop struct | Size information for the picture. The image is pre-cropped and square | ||||||||||||||
| |||||||||||||||
pic_small string | The URL to the small-sized profile picture for the object being queried. The image can have a maximum width of 50px and a maximum height of 150px. This URL may be blank | ||||||||||||||
pic_square string | The URL to the square profile picture for the object being queried. The image can have a maximum width and height of 50px This URL may be blank | ||||||||||||||
type string | The type of profile, one of user, group, page, event, or application | ||||||||||||||
url string | The URL to an object's profile or Page. If the object has a username, url contains the username | ||||||||||||||
| string | The username or alias of the object being queried | ||||||||||||||
The permission you need to read the profile table depend on the object being queried:
User:
access_token to access all fields except url which requires a valid access_token.Group:
access_token for an open group.access_token for a closed or secret group.Page:
access_token required.Event:
access_token for an open event.access_token for a private event that the user has been invited to and has not removed.Application:
access_token required.