写真アルバムに関する情報を返します。
Columns
| Indexable | Name | Type | Description |
|---|---|---|---|
| * | aid | string | アルバムのID。50文字より長くなることはありません。 注意:aidは文字列なので、常にクオテーションで囲ってください。aidは各ユーザに対してのみユニークです。 |
| * | owner | int | アルバム所有者のユーザID。 |
| * | cover_pid | string | アルバムの表紙に使われている写真のID。50字以上の長さになることはありません。 注意:cover_pidは文字列なので、常にクオテーションで囲ってください。 |
| name | string | アルバム名 | |
| created | time | アルバムが作成された日時 | |
| modified | time | 最終更新日時 | |
| description | string | アルバム説明文 | |
| location | string | アルバムの位置情報 | |
| size | int | アルバム内の写真数 | |
| link | string | URL | |
| visible | string | 閲覧権限。値は | |
| modified_major | time | 主要な変更(写真追加など)の日時 | |
| edit_link | string | アルバム編集のURL | |
| type | string | アルバムのタイプ。以下のいずれかです。
| |
| object_id | int | Facebook上でのアルバムのobject_id。Comments APIを用いてアルバムにコメント追加する場合にはobject_idを使ってください。 | |
| can_upload | bool | Determines whether a given UID can upload to the album. It is true if the following conditions are met: 任意のUIDを持つユーザが対象アルバムにアップロードできるかを返します。以下の条件に合う場合はtrueです。 |