MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Return to Developer Documentation.

Library: MyOpenSpace001.Entities.js
Overview
Interface for container and associated classes; everything needed to query/update MySpace API data via OpenSocial interface.
  • source: MyOpenSpace001.Entities.js
  • desc: Copyright 2007 Fox Interactive Media
  • author: mnewbould@myspace.com (Max Newbould)
  • author: crussell@myspace.com (Chad Russell)
Constructors
Namespaces
MyOpenSpace.Album.Field
The fields for MyOpenSpace.Album
properties
MyOpenSpace.Photo.Field
The fields for MyOpenSpace.Photo
properties
Functions
MyOpenSpace.Album.getField(key)
Returns the field specified by key
parameters
String key The key to search by
returns
MyOpenSpace.Album, undefined The album if found, nothing otherwise.
MyOpenSpace.Video.getField(key)
Returns the field specified by key
parameters
String key The key to search by
returns
MyOpenSpace.Video, undefined The video if found, nothing otherwise.
MyOpenSpace.Photo.getField(key)
Returns the field specified by key
parameters
String key The key to search by
returns
MyOpenSpace.Photo, undefined The photo if found, nothing otherwise.
Objects
A number representing an Album's unique identifier.
The RESTFUL URI with which to access the album on the API.
The album's title.
The geographic location where the album's pictures were taken.
A URL for the album's default image.
A string representing the album's privacy setting, such as "Public" or "Private"
An integer representing the total number of photos in the album (not the number of photos actually contained within the current object).
A RESTFUL URI with which to access the photos contained in the album.
A number representing a Video's unique identifier.
The RESTFUL URI with which to access the video on the API.
The video's title.
The date the video was created.
The date the video was last updated.
An integer representing the media type for this video.
A URL for the thumbnail image associated with this video.
A description of the video.
The current status of the video, such as "ProcessingFailed"
The length of the video.
An integer representing the number of views the video has currently received.
MyOpenSpace.Video.Field.TOTAL_COMMENTS
An integer representing the number of comments the video has currently received.
An integer representing the rating the video has currently received.
An integer representing the number of votes the video has currently received.
A string representing the video's country, in terms of identifying culture, not necessarily geographic location.
A string representing the video's language.
A number representing a Photo's unique identifier.
The RESTFUL URI with which to access the photo on the API.
The URL of the photo.
The photo's caption.
Generated by JsDoc Toolkit 1.4.0 on Fri, 04 Apr 2008 20:04:38 GMT.