Class Index

Classes


Namespace MyOpenSpace.Permission


Defined in: MyOpenSpace.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The available permission settings that can be checked
Field Summary
Field Attributes Field Name and Description
<static>  
An object representing the permission to allow the app access to the viewer's private videos and photos.
<static>  
MyOpenSpace.Permission.VIEWER_ACCESS_TO_PUBLIC_VIDEOS_PHOTOS
An object representing the permission to allow the app access to the viewer's public videos and photos.
<static>  
MyOpenSpace.Permission.VIEWER_DISPLAY_ON_HOME
An object representing the permission to allow the app to appear on the viewer's home page.
<static>  
MyOpenSpace.Permission.VIEWER_DISPLAY_ON_PROFILE
An object representing the permission to allow the app to appear on the viewer's profile.
<static>  
MyOpenSpace.Permission.VIEWER_SEND_UPDATES_TO_FRIENDS
An object representing the permission to allow the app to send updates/notifications to the viewer's friends.
<static>  
MyOpenSpace.Permission.VIEWER_SHOW_UPDATES_FROM_FRIENDS
An object representing the permission to allow the app to show updates/notifications from the viewer's friends.
Namespace Detail
MyOpenSpace.Permission
The available permission settings that can be checked
Field Detail
<static> MyOpenSpace.Permission.VIEWER_ACCESS_TO_PRIVATE_VIDEOS_PHOTOS
An object representing the permission to allow the app access to the viewer's private videos and photos.

<static> MyOpenSpace.Permission.VIEWER_ACCESS_TO_PUBLIC_VIDEOS_PHOTOS
An object representing the permission to allow the app access to the viewer's public videos and photos.

<static> MyOpenSpace.Permission.VIEWER_DISPLAY_ON_HOME
An object representing the permission to allow the app to appear on the viewer's home page.

<static> MyOpenSpace.Permission.VIEWER_DISPLAY_ON_PROFILE
An object representing the permission to allow the app to appear on the viewer's profile.

<static> MyOpenSpace.Permission.VIEWER_SEND_UPDATES_TO_FRIENDS
An object representing the permission to allow the app to send updates/notifications to the viewer's friends.

<static> MyOpenSpace.Permission.VIEWER_SHOW_UPDATES_FROM_FRIENDS
An object representing the permission to allow the app to show updates/notifications from the viewer's friends.

Documentation generated by JsDoc Toolkit 2.0.2 on Wed Nov 12 2008 18:11:17 GMT-0800 (PST)