Class Index

Classes


Namespace opensocial.DataRequest.FilterType

The filters available for limiting person requests.
Defined in: opensocial.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
opensocial.DataRequest.FilterType.ALL
Retrieves all friends.
<static>  
opensocial.DataRequest.FilterType.HAS_APP
Retrieves all friends with any data for this application.
<static>  
opensocial.DataRequest.FilterType.IS_FRIENDS_WITH
Will filter the people requested by checking if they are friends with the given idSpec.
<static>  
opensocial.DataRequest.FilterType.TOP_FRIENDS
Retrieves only the user's top friends.
Namespace Detail
opensocial.DataRequest.FilterType
Field Detail
<static> opensocial.DataRequest.FilterType.ALL
Retrieves all friends.

<static> opensocial.DataRequest.FilterType.HAS_APP
Retrieves all friends with any data for this application.

<static> opensocial.DataRequest.FilterType.IS_FRIENDS_WITH
Will filter the people requested by checking if they are friends with the given idSpec. Expects a filterOptions parameter to be passed with the following fields defined: - idSpec The idSpec that each person must be friends with.

<static> opensocial.DataRequest.FilterType.TOP_FRIENDS
Retrieves only the user's top friends.

Documentation generated by JsDoc Toolkit 2.0.2 on Wed Nov 12 2008 12:32:43 GMT-0800 (PST)