http://developers.facebook.com/docs/reference/api/album/
写真アルバム

目次:
写真アルバム

Example

https://graph.facebook.com/99394368305 (Coca-Cola ページの wall 投稿写真)

Properties

NameDescriptionPermissionsReturns
id写真アルバムのID公開
A JSON string
fromこのアルバム作成者のプロフィール
公開idとnameフィールドを含むJSONオブジェクト
nameアルバムのタイトル
公開A JSON string
descriptionアルバムの説明文Facebook内のみ公開A JSON string
locationアルバムの位置情報
Facebook内のみ公開A JSON string
linkFacebook内のこのアルバムへのリンク
公開
有効なURLを含むJSON string
privacyアルバムのプライバシー設定 Facebook内のみ公開A JSON string
countアルバム中の写真の枚数公開
A JSON string
created_time写真アルバムが作成された時刻
公開
IETF RFC 3339 形式のdatetimeを含むJSON string
updated_time写真アルバムの最終更新日時公開
IETF RFC 3339 形式のdatetimeを含むJSON string

Connections

NameDescriptionPermissionsReturns
photosアルバムに含まれる写真公開
photoオブジェクトの配列
commentsアルバムについているコメント公開
id,from,message,created_timeフィールドを含むJSONオブジェクト
pictureアルバムの表紙写真
公開
アルバムの表示写真のURL(302ステータス)

Publishing

publish_streamパーミッションを必要とします。新規に空っぽのアルバムを作成するには、アルバム名と説明文(オプション)をhttp://graph.facebook.com/PROFILE_ID/albumsへPOST送信してください。

写真をアルバムに追加する方法については、Photo documentationをご覧ください。

curl -F 'access_token=...' \

       -F 'name=My new photo album' \

       -F 'message=My photo album description' \

       https://graph.facebook.com/me/albums