article | This object represents an article on a website. It is the preferred type for blog posts and news stories. |
book | This object type represents a book or publication. This is an appropriate type for ebooks, as well as traditional paperback or hardback books. Do not use this type to represent magazines |
books.author | This object type represents a single author of a book. |
books.book | This object type represents a book or publication. This is an appropriate type for ebooks, as well as traditional paperback or hardback books |
books.genre | This object type represents the genre of a book or publication. |
business.business | This object type represents a place of business that has a location, operating hours and contact information. |
fitness.course | This object type represents the user's activity contributing to a particular run, walk, or bike course. |
game.achievement |
This object type represents a specific achievement in a game. An app must be in
the 'Games' category in App Dashboard to be able to use this object type.
Every achievement has a `game:points` value associate with it. This is not
related to the points the user has scored in the game, but is a way for the app
to indicate the relative importance and scarcity of different achievements:
* Each game gets a total of 1,000 points to distribute across its achievements
* Each game gets a maximum of 1,000 achievements
* Achievements which are scarcer and have higher point values will receive more
distribution in Facebook's social channels. For example, achievements which
have point values of less than 10 will get almost no distribution. Apps should
aim for between 50-100 achievements consisting of a mix of 50 (difficult),
25 (medium), and 10 (easy) point value achievements
Read more on how to use achievements
in [this guide](/docs/howtos/achievements/). |
music.album | This object type represents a music album; in other words, an ordered collection of songs from an artist or a collection of artists. An album can comprise multiple discs. |
music.playlist | This object type represents a music playlist, an ordered collection of songs from a collection of artists. |
music.radio_station | This object type represents a 'radio' station of a stream of audio. The audio properties should be used to identify the location of the stream itself. |
music.song | This object type represents a single song. |
place | This object type represents a place - such as a venue, a business, a landmark, or any other location which can be identified by longitude and latitude. |
product | This object type represents a product. This includes both virtual and physical products, but it typically represents items that are available in an online store. |
product.group | This object type represents a group of product items. |
product.item | This object type represents a product item. |
profile | This object type represents a person. While appropriate for celebrities, artists, or musicians, this object type can be used for the profile of any individual. The `fb:profile_id` field associates the object with a Facebook user. |
restaurant.menu | This object type represents a restaurant's menu. A restaurant can have multiple menus, and each menu has multiple sections. |
restaurant.menu_item | This object type represents a single item on a restaurant's menu. Every item belongs within a menu section. |
restaurant.menu_section | This object type represents a section in a restaurant's menu. A section contains multiple menu items. |
restaurant.restaurant | This object type represents a restaurant at a specific location. |
video.episode | This object type represents an episode of a TV show and contains references to the actors and other professionals involved in its production. An episode is defined by us as a full-length episode that is part of a series. This type must reference the series this it is part of. |
video.movie | This object type represents a movie, and contains references to the actors and other professionals involved in its production. A movie is defined by us as a full-length feature or short film. Do not use this type to represent movie trailers, movie clips, user-generated video content, etc. |
video.other | This object type represents a generic video, and contains references to the actors and other professionals involved in its production. For specific types of video content, use the `video.movie` or `video.tv_show` object types. This type is for any other type of video content not represented elsewhere (eg. trailers, music videos, clips, news segments etc.) |
video.tv_show | This object type represents a TV show, and contains references to the actors and other professionals involved in its production. For individual episodes of a series, use the `video.episode` object type. A TV show is defined by us as a series or set of episodes that are produced under the same title (eg. a television or online series) |