Description
The "photo album" object type represents a collection of images. Spec section describing this: http://martin.atkins.me.uk/specs/activitystreams/activityschema#photo-album
Properties
Property name
|
Type
|
Required
|
Property Description
|
JSON field
|
Atom field
|
RSS field
|
title
|
string
|
yes
|
Name of the album
|
displayName
|
atom:title
|
|
thumbnail
|
Media Item
|
no
|
Thumbnail for the album cover
|
thumbnails[]
|
atom:link rel="preview"
|
|
owner
|
object
|
no
|
Owner of the photo album if different than the actor
|
userid for now but needs to be global
|
atom:author
|
|
id
|
string
|
yes
|
Unique id for the object. Must be different than the activity id
|
id
|
atom:id
|
|
url
|
URI
|
yes
|
Permalink to the photo album page
|
permalinkURL
|
atom:link rel="alternate"
|
|
| published |
W3CDTF timestamp |
no |
Time the album was created |
published
|
atom:published |
|
| updated |
W3CDTF timestamp |
no |
Last modification time |
updated |
atom:updated |
|
| source |
object |
no |
|
|
atom:source |
|
Verbs
- Post (Create)
- Update
- Share
- Delete
URI
http://activitystrea.ms/schema/1.0/photo-album
Examples
TODO
Notes
Provide any useful notes or hints about this object.
Implementations
Where is this object implemented? Please list all known implementations with links to the relevant API documentation.
Maintainers
Who maintains this page, or should be contacted if there are questions or feedback?
Comments (1)
Tosh Meston said
at 11:54 pm on Mar 6, 2010
OpenSocial uses the term "Album" for this, which is a more generic container for various media item types -- video, photo, etc.
You don't have permission to comment on this page.