ビデオの情報を返します。
Columns
| Indexable | Name | Type | Description |
|---|---|---|---|
| * | vid | string | ビデオのID。50文字以上の長さになることはありません。 注意:vidは文字列なので、クエリ中で用いる場合にはクオテーションで囲ってください。vidはそれぞれのユーザに対してのみユニークです。Graph API中でのオブジェクトIDとして用いることができます。 |
| * | owner | int | ビデオ所有者のID |
| title | string | タイトル | |
| description | string | 説明文 | |
| thumbnail_link | string | サムネイル画像のURL。空の文字列が返ることもあります。 | |
| embed_html | string | ビデオを埋め込む用のHTMLコードです。 | |
| updated_time | time | 最終更新日時 | |
| created_time | time | 投稿日時 | |
| src | string | 通常クオリティ版のソースファイル | |
| src_hq | string | ハイクオリティ版のソースファイル |
Examples
SELECT vid, owner, title, description, thumbnail_link, embed_html, updated_time, created_time FROM video WHERE owner= 1772156826