Uses of Class
com.google.code.facebookapi.FacebookReturnType

Uses of FacebookReturnType in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi with annotations of type FacebookReturnType
 T IFacebookRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics, java.util.Date start, java.util.Date end)
          Deprecated. 
 T IFacebookRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics, long start, long end)
          Deprecated. 
 T IFacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics, java.util.Date start, java.util.Date end, long period)
          Retrieve metrics for the current application.
 T IFacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics, long start, long end, long period)
          Retrieve the daily metrics for the current application.
 T IFacebookRestClient.application_getPublicInfo(java.lang.Long applicationId, java.lang.String applicationKey, java.lang.String applicationCanvas)
          Gets the public information about the specified application.
 T IFacebookRestClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
          Gets the public information about the specified application, by API key.
 T IFacebookRestClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
          Gets the public information about the specified application, by canvas-page name.
 T IFacebookRestClient.application_getPublicInfoById(java.lang.Long applicationId)
          Gets the public information about the specified application, by application id.
 T IFacebookRestClient.batch_run(java.lang.String methods, boolean serial)
          Executes a batch of queries.
 T IFacebookRestClient.connect_registerUsers(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> accounts)
          This method is used to create an association between an external user account and a Facebook user account.
 T IFacebookRestClient.connect_unregisterUsers(java.util.Collection<java.lang.String> email_hashes)
          This method allows a site to unregister a previously registered account (using connect.registerUsers).
 T IFacebookRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds, java.util.Collection<DashboardNewsItem> newsItems)
          Non-imageUrl method signature form.
 T IFacebookRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds, java.util.Collection<DashboardNewsItem> newsItems, java.lang.String imageUrl)
          Adds all of the supplied news items to each of the users specified.
 T IFacebookRestClient.dashboard_multiClearNews(java.util.Collection<java.lang.Long> userIds)
          Clears all of the news items associated to the specified users.
 T IFacebookRestClient.dashboard_multiClearNews(java.util.Map<java.lang.Long,java.util.Collection<java.lang.Long>> userIdToNewsIdsMap)
          Removes the referenced news items against each of the users specified.
 T IFacebookRestClient.data_getAssociationDefinition(java.lang.String associationName)
           
 T IFacebookRestClient.data_getAssociationDefinitions()
           
 T IFacebookRestClient.data_getCookies()
          Get all cookies for the currently logged-in user.
 T IFacebookRestClient.data_getCookies(java.lang.Long userId)
          Get all cookies for the specified user.
 T IFacebookRestClient.data_getCookies(java.lang.Long userId, java.lang.CharSequence name)
          Get a specific cookie for the specified user.
 T IFacebookRestClient.data_getCookies(java.lang.String name)
          Get a specific cookie for the currently logged-in user.
 T IFacebookRestClient.data_getObject(long objectId)
           
 T IFacebookRestClient.data_getObjectProperty(long objectId, java.lang.String propertyName)
           
 T IFacebookRestClient.data_getObjects(java.util.Collection<java.lang.Long> objectIds)
           
 T IFacebookRestClient.data_getObjectType(java.lang.String objectType)
           
 T IFacebookRestClient.data_getObjectTypes()
           
 T IFacebookRestClient.data_getUserPreferences()
          Get a map containing all preference values set for the current user.
 T IFacebookRestClient.events_get(java.lang.Long userId, java.util.Collection<java.lang.Long> eventIds, java.lang.Long startTime, java.lang.Long endTime)
          Returns all visible events according to the filters specified.
 T IFacebookRestClient.events_get(java.lang.Long userId, java.util.Collection<java.lang.Long> eventIds, java.lang.Long startTime, java.lang.Long endTime, java.lang.String rsvp_status)
          Returns all visible events according to the filters specified.
 T IFacebookRestClient.events_getMembers(java.lang.Long eventId)
          Retrieves the membership list of an event
 T IFacebookRestClient.fbml_getCustomTags(java.lang.String appId)
          Returns the custom tag definitions for tags that were previously defined using fbml.registerCustomTags.
 T IFacebookRestClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
          Deprecated. 
 T IFacebookRestClient.feed_getRegisteredTemplateBundles()
          Deprecated. 
 T IFacebookRestClient.fql_query(java.lang.CharSequence query)
          Retrieves the results of a Facebook Query Language query
 T IFacebookRestClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1, java.util.Collection<java.lang.Long> userIds2)
          Retrieves whether pairs of users are friends.
 T IFacebookRestClient.friends_areFriends(long userId1, long userId2)
          Retrieves whether two users are friends.
 T IFacebookRestClient.friends_get()
          Retrieves the friends of the currently logged in user.
 T IFacebookRestClient.friends_get(java.lang.Long uid)
          Retrieves the friends uid.
 T IFacebookRestClient.friends_getAppUsers()
          Retrieves the friends of the currently logged in user, who are also users of the calling application.
 T IFacebookRestClient.friends_getList(java.lang.Long friendListId)
          Retrieves the friends of the currently logged in user that are members of the friends list with ID friendListId.
 T IFacebookRestClient.friends_getLists()
          Retrieves the friend lists of the currently logged in user.
 T IFacebookRestClient.friends_getMutualFriends(java.lang.Long targetId)
          Returns the Facebook user IDs of the mutual friends between the source user and target user.
 T IFacebookRestClient.friends_getMutualFriends(java.lang.Long sourceId, java.lang.Long targetId)
          Returns the Facebook user IDs of the mutual friends between the source user and target user.
 T IFacebookRestClient.groups_get(java.lang.Long userId, java.util.Collection<java.lang.Long> groupIds)
          Retrieves the groups associated with a user
 T IFacebookRestClient.groups_getMembers(java.lang.Number groupId)
          Retrieves the membership list of a group
 T IFacebookRestClient.notifications_get()
          Deprecated. 
 T IFacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.Collection<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
 T IFacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.Set<java.lang.CharSequence> fields)
          Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
 T IFacebookRestClient.pages_getInfo(java.lang.Long userId, java.util.Collection<PageProfileField> fields)
          Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
 T IFacebookRestClient.pages_getInfo(java.lang.Long userId, java.util.Set<java.lang.CharSequence> fields)
          Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
 java.lang.Object IFacebookRestClient.payments_getOrders(java.lang.String status, long startTime, long endTime)
          Returns all orders for the given application
 T IFacebookRestClient.permissions_checkAvailableApiAccess(java.lang.String apiKey)
          Check to see what permissions have been granted to current app by the specified external application.
 T IFacebookRestClient.permissions_checkGrantedApiAccess(java.lang.String apiKey)
          Check to see what permissions have been granted to specified external application by the current application.
 T IFacebookRestClient.photos_addTags(java.lang.String photoId, java.util.Collection<PhotoTag> tags)
          Adds several tags to a photo.
 T IFacebookRestClient.photos_addTags(java.lang.String photoId, java.util.Collection<PhotoTag> tags, java.lang.Long userId)
          Adds several tags to a photo.
 T IFacebookRestClient.photos_createAlbum(java.lang.String albumName)
          Creates an album.
 T IFacebookRestClient.photos_createAlbum(java.lang.String albumName, java.lang.Long userId)
          Creates an album.
 T IFacebookRestClient.photos_createAlbum(java.lang.String name, java.lang.String description, java.lang.String location)
          Creates an album.
 T IFacebookRestClient.photos_createAlbum(java.lang.String name, java.lang.String description, java.lang.String location, java.lang.Long userId)
          Creates an album.
 T IFacebookRestClient.photos_get(java.util.Collection<java.lang.String> photoIds)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 T IFacebookRestClient.photos_get(java.lang.Long subjId)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 T IFacebookRestClient.photos_get(java.lang.Long subjId, java.util.Collection<java.lang.String> photoIds)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 T IFacebookRestClient.photos_get(java.lang.Long subjId, java.lang.String albumId)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 T IFacebookRestClient.photos_get(java.lang.Long subjId, java.lang.String albumId, java.util.Collection<java.lang.String> photoIds)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 T IFacebookRestClient.photos_getAlbums(java.util.Collection<java.lang.String> albumIds)
          Retrieves album metadata for a list of album IDs.
 T IFacebookRestClient.photos_getAlbums(java.lang.Long userId)
          Retrieves album metadata for albums owned by a user.
 T IFacebookRestClient.photos_getAlbums(java.lang.Long userId, java.util.Collection<java.lang.String> albumIds)
          Retrieves album metadata.
 T IFacebookRestClient.photos_getByAlbum(java.lang.String albumId)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 T IFacebookRestClient.photos_getByAlbum(java.lang.String albumId, java.util.Collection<java.lang.String> photoIds)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 T IFacebookRestClient.photos_getTags(java.util.Collection<java.lang.String> photoIds)
          Retrieves the tags for the given set of photos.
 T IFacebookRestClient.photos_upload(java.io.File photo)
          Uploads a photo to Facebook.
 T IFacebookRestClient.photos_upload(java.io.File photo, java.lang.String caption, java.lang.String albumId)
          Uploads a photo to Facebook.
 T IFacebookRestClient.photos_upload(java.lang.Long userId, java.io.File photo)
          Uploads a photo to Facebook.
 T IFacebookRestClient.photos_upload(java.lang.Long userId, java.io.File photo, java.lang.String caption, java.lang.String albumId)
          Uploads a photo to Facebook.
 T IFacebookRestClient.photos_upload(java.lang.Long userId, java.lang.String caption, java.lang.String albumId, java.lang.String fileName, java.io.InputStream fileStream)
          Uploads a photo to Facebook.
 T IFacebookRestClient.photos_uploadToAlbum(java.io.File photo, java.lang.String albumId)
          Uploads a photo to Facebook.
 T IFacebookRestClient.photos_uploadToAlbum(java.lang.Long userId, java.io.File photo, java.lang.String albumId)
          Uploads a photo to Facebook.
 T IFacebookRestClient.photos_uploadWithCaption(java.io.File photo, java.lang.String caption)
          Uploads a photo to Facebook.
 T IFacebookRestClient.photos_uploadWithCaption(java.lang.Long userId, java.io.File photo, java.lang.String caption)
          Uploads a photo to Facebook.
 T IFacebookRestClient.profile_getFBML()
          Deprecated. 
 T IFacebookRestClient.profile_getFBML(int type)
          Deprecated. 
 T IFacebookRestClient.profile_getFBML(int type, java.lang.Long userId)
          Deprecated. 
 T IFacebookRestClient.profile_getFBML(java.lang.Long userId)
          Deprecated. 
 T IFacebookRestClient.profile_getInfo(java.lang.Long userId)
          Deprecated. 
 T IFacebookRestClient.profile_getInfoOptions(java.lang.String field)
          Deprecated. 
 T IFacebookRestClient.stream_get(java.lang.Long viewerId, java.util.List<java.lang.Long> sourceIds, java.util.Date start, java.util.Date end, java.lang.Integer limit, java.lang.String filterKey, java.util.List<java.lang.String> metadata)
           
 T IFacebookRestClient.stream_getComments(java.lang.String postId)
           
 T IFacebookRestClient.stream_getFilters(java.lang.Long userId)
           
 T IFacebookRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds, java.util.Collection<ProfileField> fields)
          Retrieves the requested info fields for the requested set of users.
 T IFacebookRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds, java.util.Set<java.lang.CharSequence> fields)
          Retrieves the requested info fields for the requested set of users.
 T IFacebookRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds, java.util.Collection<ProfileField> fields)
          Returns an array of user-specific information for each user identifier passed, limited by the view of the current user.
 T IFacebookRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds, java.util.Set<java.lang.CharSequence> fields)
          Returns an array of user-specific information for each user identifier passed, limited by the view of the current user.
 



Copyright © 2010. All Rights Reserved.