|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FacebookException in com.google.code.facebookapi |
|---|
| Methods in com.google.code.facebookapi that throw FacebookException | |
|---|---|
int |
IFacebookRestClient.admin_getAllocation(AllocationType allocationType)
Get your application's current allocation of the specified type of request (i.e. |
int |
ExtensibleClient.admin_getAllocation(AllocationType allocationType)
|
int |
IFacebookRestClient.admin_getAllocation(java.lang.String allocationType)
Get your application's current allocation of the specified type of request (i.e. |
int |
ExtensibleClient.admin_getAllocation(java.lang.String allocationType)
|
org.json.JSONObject |
IFacebookRestClient.admin_getAppProperties(java.util.Collection<ApplicationProperty> properties)
Deprecated. use admin_getAppPropertiesMap() instead |
org.json.JSONObject |
ExtensibleClient.admin_getAppProperties(java.util.Collection<ApplicationProperty> properties)
Deprecated. use admin_getAppPropertiesMap() instead |
ApplicationPropertySet |
IFacebookRestClient.admin_getAppPropertiesAsSet(java.util.EnumSet<ApplicationProperty> properties)
Gets property values previously set for an application on either the Facebook Developer application or the with the admin.setAppProperties call. |
ApplicationPropertySet |
ExtensibleClient.admin_getAppPropertiesAsSet(java.util.EnumSet<ApplicationProperty> properties)
Gets property values previously set for an application on either the Facebook Developer application or the with the admin.setAppProperties call. |
java.lang.String |
IFacebookRestClient.admin_getAppPropertiesAsString(java.util.Collection<ApplicationProperty> properties)
Retrieve application properties. |
java.lang.String |
FacebookXmlRestClient.admin_getAppPropertiesAsString(java.util.Collection<ApplicationProperty> properties)
|
java.lang.String |
FacebookJaxbRestClient.admin_getAppPropertiesAsString(java.util.Collection<ApplicationProperty> properties)
|
java.lang.String |
FacebookJsonRestClient.admin_getAppPropertiesAsString(java.util.Collection<ApplicationProperty> properties)
|
java.util.Map<ApplicationProperty,java.lang.String> |
IFacebookRestClient.admin_getAppPropertiesMap(java.util.Collection<ApplicationProperty> properties)
Retrieve application properties. |
java.util.Map<ApplicationProperty,java.lang.String> |
ExtensibleClient.admin_getAppPropertiesMap(java.util.Collection<ApplicationProperty> properties)
|
T |
IFacebookRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end)
Deprecated. |
T |
ExtensibleClient.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 |
ExtensibleClient.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 |
ExtensibleClient.admin_getMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end,
long period)
|
T |
IFacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
Retrieve the daily metrics for the current application. |
T |
ExtensibleClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
|
int |
IFacebookRestClient.admin_getNotificationAllocation()
Deprecated. |
int |
ExtensibleClient.admin_getNotificationAllocation()
Deprecated. |
int |
IFacebookRestClient.admin_getRequestAllocation()
Deprecated. |
int |
ExtensibleClient.admin_getRequestAllocation()
Deprecated. |
boolean |
IFacebookRestClient.admin_setAppProperties(ApplicationPropertySet properties)
Sets several property values for an application. |
boolean |
ExtensibleClient.admin_setAppProperties(ApplicationPropertySet properties)
Sets several property values for an application. |
boolean |
IFacebookRestClient.admin_setAppProperties(java.util.Map<ApplicationProperty,java.lang.String> properties)
Set application properties. |
boolean |
ExtensibleClient.admin_setAppProperties(java.util.Map<ApplicationProperty,java.lang.String> properties)
|
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 |
ExtensibleClient.application_getPublicInfo(java.lang.Long applicationId,
java.lang.String applicationKey,
java.lang.String applicationCanvas)
|
T |
IFacebookRestClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
Gets the public information about the specified application, by API key. |
T |
ExtensibleClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
|
T |
IFacebookRestClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
Gets the public information about the specified application, by canvas-page name. |
T |
ExtensibleClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
|
T |
IFacebookRestClient.application_getPublicInfoById(java.lang.Long applicationId)
Gets the public information about the specified application, by application id. |
T |
ExtensibleClient.application_getPublicInfoById(java.lang.Long applicationId)
|
java.lang.String |
IFacebookRestClient.auth_createToken()
Call this function and store the result, using it to generate the appropriate login url and then to retrieve the session information. |
java.lang.String |
ExtensibleClient.auth_createToken()
|
boolean |
IFacebookRestClient.auth_expireSession()
Expires the curently active session. |
boolean |
ExtensibleClient.auth_expireSession()
|
java.lang.String |
IFacebookRestClient.auth_getSession(java.lang.String authToken)
Call this function to retrieve the session information after your user has logged in. |
java.lang.String |
FacebookXmlRestClient.auth_getSession(java.lang.String authToken)
Call this function to retrieve the session information after your user has logged in. |
java.lang.String |
FacebookJaxbRestClient.auth_getSession(java.lang.String authToken)
Call this function to retrieve the session information after your user has logged in. |
java.lang.String |
FacebookJsonRestClient.auth_getSession(java.lang.String authToken)
Sets the session information (sessionKey) using the token from auth_createToken. |
abstract java.lang.String |
ExtensibleClient.auth_getSession(java.lang.String authToken)
Call this function to retrieve the session information after your user has logged in. |
long |
IFacebookRestClient.auth_getUserId(java.lang.String authToken)
Deprecated. |
long |
ExtensibleClient.auth_getUserId(java.lang.String authToken)
Deprecated. please call auth_getSession(authToken), then you can call users_getLoggedInUser(), or getCacheUserId() |
java.lang.String |
IFacebookRestClient.auth_promoteSession()
Generate a key for the current session that can be used to authenticate client-side components. |
java.lang.String |
ExtensibleClient.auth_promoteSession()
|
boolean |
IFacebookRestClient.auth_revokeAuthorization()
If this method is called for the logged in user, then no further API calls can be made on that user's behalf until the user decides to authorize the application again. |
boolean |
ExtensibleClient.auth_revokeAuthorization()
|
T |
IFacebookRestClient.batch_run(java.lang.String methods,
boolean serial)
Executes a batch of queries. |
T |
ExtensibleClient.batch_run(java.lang.String methods,
boolean serial)
|
protected T |
ExtensibleClient.callMethod(IFacebookMethod method,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
Call the specified method, with the given parameters, and return a DOM tree with the results. |
protected T |
ExtensibleClient.callMethod(IFacebookMethod method,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs,
java.lang.String fileName,
java.io.InputStream fileStream)
|
protected T |
ExtensibleClient.callMethod(IFacebookMethod method,
Pair<java.lang.String,java.lang.CharSequence>... paramPairs)
Call the specified method, with the given parameters, and return a DOM tree with the results. |
int |
IFacebookRestClient.connect_getUnconnectedFriendsCount()
This method returns the number of friends of the current user who have accounts on your site, but have not yet connected their accounts. |
int |
ExtensibleClient.connect_getUnconnectedFriendsCount()
|
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 |
ExtensibleClient.connect_registerUsers(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> accounts)
|
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 |
ExtensibleClient.connect_unregisterUsers(java.util.Collection<java.lang.String> email_hashes)
|
long |
IFacebookRestClient.data_createObject(java.lang.String objectType,
java.util.Map<java.lang.String,java.lang.String> properties)
Create object in Data Store |
long |
ExtensibleClient.data_createObject(java.lang.String objectType,
java.util.Map<java.lang.String,java.lang.String> properties)
|
void |
IFacebookRestClient.data_createObjectType(java.lang.String name)
An object type is like a "table" in SQL terminology, or a "class" in object-oriented programming concepts. |
void |
ExtensibleClient.data_createObjectType(java.lang.String name)
|
void |
IFacebookRestClient.data_defineAssociation(java.lang.String associationName,
AssociationType associationType,
AssociationInfo associationInfo1,
AssociationInfo associationInfo2,
java.lang.String inverseName)
|
void |
ExtensibleClient.data_defineAssociation(java.lang.String associationName,
AssociationType associationType,
AssociationInfo associationInfo1,
AssociationInfo associationInfo2,
java.lang.String inverseName)
|
void |
IFacebookRestClient.data_defineObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
PropertyType propertyType)
|
void |
ExtensibleClient.data_defineObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
PropertyType propertyType)
|
void |
IFacebookRestClient.data_deleteObject(long objectId)
Delete object in Data Store |
void |
ExtensibleClient.data_deleteObject(long objectId)
|
void |
IFacebookRestClient.data_deleteObjects(java.util.Collection<java.lang.Long> objectIds)
Delete multiple objects in Data Store WARNING: This method seems to fail when it comes across the first object that it can't find. |
void |
ExtensibleClient.data_deleteObjects(java.util.Collection<java.lang.Long> objectIds)
|
void |
IFacebookRestClient.data_dropObjectType(java.lang.String objectType)
Remove a previously defined object type. |
void |
ExtensibleClient.data_dropObjectType(java.lang.String objectType)
|
long |
IFacebookRestClient.data_getAssociatedObjectCount(java.lang.String associationName,
long objectId)
Returns count of object ids that are associated with specified object. |
long |
ExtensibleClient.data_getAssociatedObjectCount(java.lang.String associationName,
long objectId)
|
T |
IFacebookRestClient.data_getAssociationDefinition(java.lang.String associationName)
|
T |
ExtensibleClient.data_getAssociationDefinition(java.lang.String name)
|
T |
IFacebookRestClient.data_getAssociationDefinitions()
|
T |
ExtensibleClient.data_getAssociationDefinitions()
|
T |
IFacebookRestClient.data_getCookies()
Get all cookies for the currently logged-in user. |
T |
ExtensibleClient.data_getCookies()
|
T |
IFacebookRestClient.data_getCookies(java.lang.Long userId)
Get all cookies for the specified user. |
T |
ExtensibleClient.data_getCookies(java.lang.Long userId)
|
T |
IFacebookRestClient.data_getCookies(java.lang.Long userId,
java.lang.CharSequence name)
Get a specific cookie for the specified user. |
T |
ExtensibleClient.data_getCookies(java.lang.Long userId,
java.lang.CharSequence name)
|
T |
IFacebookRestClient.data_getCookies(java.lang.String name)
Get a specific cookie for the currently logged-in user. |
T |
ExtensibleClient.data_getCookies(java.lang.String name)
|
T |
IFacebookRestClient.data_getObject(long objectId)
|
T |
ExtensibleClient.data_getObject(long objectId)
|
T |
IFacebookRestClient.data_getObjectProperty(long objectId,
java.lang.String propertyName)
|
T |
ExtensibleClient.data_getObjectProperty(long objectId,
java.lang.String propertyName)
|
T |
IFacebookRestClient.data_getObjects(java.util.Collection<java.lang.Long> objectIds)
|
T |
ExtensibleClient.data_getObjects(java.util.Collection<java.lang.Long> objectIds)
|
T |
IFacebookRestClient.data_getObjectType(java.lang.String objectType)
|
T |
ExtensibleClient.data_getObjectType(java.lang.String objectType)
|
T |
IFacebookRestClient.data_getObjectTypes()
|
T |
ExtensibleClient.data_getObjectTypes()
|
java.lang.String |
IFacebookRestClient.data_getUserPreference(int prefId)
Lookup a single preference value for the current user. |
java.lang.String |
ExtensibleClient.data_getUserPreference(int prefId)
|
T |
IFacebookRestClient.data_getUserPreferences()
Get a map containing all preference values set for the current user. |
T |
ExtensibleClient.data_getUserPreferences()
|
void |
IFacebookRestClient.data_removeAssociatedObjects(java.lang.String associationName,
long objectId)
The name of this function may be misleading, but it actually removes associations between any other objects and a specified object. |
void |
ExtensibleClient.data_removeAssociatedObjects(java.lang.String associationName,
long objectId)
|
void |
IFacebookRestClient.data_removeAssociation(java.lang.String associationName,
long object1Id,
long object2Id)
Removes an association between two object identifiers. |
void |
ExtensibleClient.data_removeAssociation(java.lang.String associationName,
long object1Id,
long object2Id)
|
void |
IFacebookRestClient.data_renameAssociation(java.lang.String name,
java.lang.String newName,
java.lang.String newAlias1,
java.lang.String newAlias2)
Rename a previously defined association. |
void |
ExtensibleClient.data_renameAssociation(java.lang.String name,
java.lang.String newName,
java.lang.String newAlias1,
java.lang.String newAlias2)
|
void |
IFacebookRestClient.data_renameObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
java.lang.String newPropertyName)
|
void |
ExtensibleClient.data_renameObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
java.lang.String newPropertyName)
|
void |
IFacebookRestClient.data_renameObjectType(java.lang.String name,
java.lang.String newName)
|
void |
ExtensibleClient.data_renameObjectType(java.lang.String objectType,
java.lang.String newName)
|
void |
IFacebookRestClient.data_setAssociation(java.lang.String associationName,
long object1Id,
long object2Id,
java.lang.String data,
java.util.Date associationTime)
Create an association between two objects |
void |
ExtensibleClient.data_setAssociation(java.lang.String associationName,
long object1Id,
long object2Id,
java.lang.String data,
java.util.Date associationTime)
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value)
Set a cookie for the specified user. |
boolean |
ExtensibleClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value)
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.CharSequence path)
Set a cookie for the specified user, with the specified path. |
boolean |
ExtensibleClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.CharSequence path)
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.Long expires)
Set a cookie for the specified user, with the specified expiration date. |
boolean |
ExtensibleClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.Long expires)
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.Long expires,
java.lang.CharSequence path)
Set a cookie for the specified user, with the specified expiration date and path. |
boolean |
ExtensibleClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.Long expires,
java.lang.CharSequence path)
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.String name,
java.lang.String value)
Set a cookie for the current user. |
boolean |
ExtensibleClient.data_setCookie(java.lang.String name,
java.lang.String value)
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.Long expires)
Set a cookie for the current user, with the specified expiration date. |
boolean |
ExtensibleClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.Long expires)
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.Long expires,
java.lang.String path)
Set a cookie for the current user, with the specified expiration date and path. |
boolean |
ExtensibleClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.Long expires,
java.lang.String path)
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.String path)
Set a cookie for the current user, under the specified path. |
boolean |
ExtensibleClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.String path)
|
void |
IFacebookRestClient.data_setObjectProperty(long objectId,
java.lang.String propertyName,
java.lang.String value)
|
void |
ExtensibleClient.data_setObjectProperty(long objectId,
java.lang.String propertyName,
java.lang.String value)
|
void |
IFacebookRestClient.data_setUserPreference(int prefId,
java.lang.String value)
Set a user-preference value. |
void |
ExtensibleClient.data_setUserPreference(int prefId,
java.lang.String value)
|
void |
IFacebookRestClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values,
boolean replace)
Set multiple user-preferences values. |
void |
ExtensibleClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values,
boolean replace)
|
void |
IFacebookRestClient.data_undefineAssociation(java.lang.String name)
Remove a previously defined association. |
void |
ExtensibleClient.data_undefineAssociation(java.lang.String name)
|
void |
IFacebookRestClient.data_undefineObjectProperty(java.lang.String objectType,
java.lang.String propertyName)
|
void |
ExtensibleClient.data_undefineObjectProperty(java.lang.String objectType,
java.lang.String propertyName)
|
void |
IFacebookRestClient.data_updateObject(long objectId,
java.util.Map<java.lang.String,java.lang.String> properties,
boolean replace)
Update properties of an existing object in Data Store |
void |
ExtensibleClient.data_updateObject(long objectId,
java.util.Map<java.lang.String,java.lang.String> properties,
boolean replace)
|
protected java.lang.String |
ExtensibleClient.encodeMethods(java.util.List<com.google.code.facebookapi.BatchQuery> queries)
|
boolean |
IFacebookRestClient.events_cancel(java.lang.Long eid,
java.lang.String cancel_message)
Cancels an event. |
boolean |
ExtensibleClient.events_cancel(java.lang.Long eid,
java.lang.String cancel_message)
|
java.lang.Long |
IFacebookRestClient.events_create(java.util.Map<java.lang.String,java.lang.String> event_info)
Creates an event on behalf of the user if the application has an active session key for that user; otherwise it creates an event on behalf of the application. |
java.lang.Long |
ExtensibleClient.events_create(java.util.Map<java.lang.String,java.lang.String> event_info)
|
boolean |
IFacebookRestClient.events_edit(java.lang.Long eid,
java.util.Map<java.lang.String,java.lang.String> event_info)
Edits the details of an existing event. |
boolean |
ExtensibleClient.events_edit(java.lang.Long eid,
java.util.Map<java.lang.String,java.lang.String> event_info)
|
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 |
ExtensibleClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime)
|
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 |
ExtensibleClient.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)
|
T |
IFacebookRestClient.events_getMembers(java.lang.Long eventId)
Retrieves the membership list of an event |
T |
ExtensibleClient.events_getMembers(java.lang.Long eventId)
|
boolean |
IFacebookRestClient.events_rsvp(java.lang.Long eid,
java.lang.String rsvp_status)
Sets a user's RSVP status for an event. |
boolean |
ExtensibleClient.events_rsvp(java.lang.Long eid,
java.lang.String rsvp_status)
|
java.util.List<? extends java.lang.Object> |
IFacebookRestClient.executeBatch(boolean serial)
Executes a batch of queries. |
java.util.List<? extends java.lang.Object> |
FacebookXmlRestClient.executeBatch(boolean serial)
Executes a batch of queries. |
java.util.List<? extends java.lang.Object> |
FacebookJaxbRestClient.executeBatch(boolean serial)
Executes a batch of queries. |
java.util.List<? extends java.lang.Object> |
FacebookJsonRestClient.executeBatch(boolean serial)
Executes a batch of queries. |
boolean |
IFacebookRestClient.fbml_refreshImgSrc(java.lang.String imageUrl)
Recaches the image with the specified imageUrl. |
boolean |
ExtensibleClient.fbml_refreshImgSrc(java.lang.String imageUrl)
|
boolean |
IFacebookRestClient.fbml_refreshImgSrc(java.net.URL imageUrl)
Recaches the image with the specified imageUrl. |
boolean |
ExtensibleClient.fbml_refreshImgSrc(java.net.URL imageUrl)
|
boolean |
IFacebookRestClient.fbml_refreshRefUrl(java.lang.String url)
Recaches the referenced url. |
boolean |
ExtensibleClient.fbml_refreshRefUrl(java.lang.String url)
|
boolean |
IFacebookRestClient.fbml_refreshRefUrl(java.net.URL url)
Recaches the referenced url. |
boolean |
ExtensibleClient.fbml_refreshRefUrl(java.net.URL url)
|
boolean |
IFacebookRestClient.fbml_setRefHandle(java.lang.String handle,
java.lang.String markup)
Associates the specified FBML markup with the specified handle/id. |
boolean |
ExtensibleClient.fbml_setRefHandle(java.lang.String handle,
java.lang.String fbmlMarkup)
Associates a " handle" with FBML markup so that the handle can be used within the fb:ref FBML tag. |
boolean |
IFacebookRestClient.feed_deactivateTemplateBundleByID(java.lang.Long bundleId)
Deactivates the specified template bundle. |
boolean |
ExtensibleClient.feed_deactivateTemplateBundleByID(java.lang.Long bundleId)
|
T |
IFacebookRestClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
Retrieve a template bundle by id. |
T |
ExtensibleClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
|
T |
IFacebookRestClient.feed_getRegisteredTemplateBundles()
Get a list of all registered template bundles for your application. |
T |
ExtensibleClient.feed_getRegisteredTemplateBundles()
|
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate)
Deprecated. |
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate)
|
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate,
java.lang.Long pageActorId)
Publishes a Mini-Feed story describing an action taken by the logged-in user (or, if pageActorId is provided, page), and publishes aggregating News
Feed stories to the user's friends/page's fans. |
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate,
java.lang.Long pageActorId)
|
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> titleData,
java.lang.CharSequence bodyTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> bodyData,
java.lang.CharSequence bodyGeneral,
java.util.Collection<java.lang.Long> targetIds,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images,
java.lang.Long pageActorId)
Publishes a Mini-Feed story describing an action taken by the logged-in user (or, if pageActorId is provided, page), and publishes aggregating News
Feed stories to the user's friends/page's fans. |
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> titleData,
java.lang.CharSequence bodyTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> bodyData,
java.lang.CharSequence bodyGeneral,
java.util.Collection<java.lang.Long> targetIds,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images,
java.lang.Long pageActorId)
|
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.Integer actorId,
java.lang.CharSequence titleTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> titleData,
java.lang.CharSequence bodyTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> bodyData,
java.lang.CharSequence bodyGeneral,
java.util.Collection<java.lang.Long> targetIds,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images)
Deprecated. use the version that specified the actorId as a Long instead. UID's *are not ever to be* expressed as Integers. |
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.Integer actorId,
java.lang.CharSequence titleTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> titleData,
java.lang.CharSequence bodyTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> bodyData,
java.lang.CharSequence bodyGeneral,
java.util.Collection<java.lang.Long> targetIds,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images)
Deprecated. Use the version that takes a Long for the actorId paramter. |
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.Long actorId,
java.lang.CharSequence titleTemplate)
Deprecated. since 01/18/2008 |
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.Long actorId,
java.lang.CharSequence titleTemplate)
Deprecated. |
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.Long actorId,
java.lang.CharSequence titleTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> titleData,
java.lang.CharSequence bodyTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> bodyData,
java.lang.CharSequence bodyGeneral,
java.util.Collection<java.lang.Long> targetIds,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images)
Deprecated. |
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.Long actorId,
java.lang.CharSequence titleTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> titleData,
java.lang.CharSequence bodyTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> bodyData,
java.lang.CharSequence bodyGeneral,
java.util.Collection<java.lang.Long> targetIds,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images)
Publishes a Mini-Feed story describing an action taken by a user, and publishes aggregating News Feed stories to the friends of that user. |
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> pictures,
java.lang.String targetIds)
Deprecated. |
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> pictures,
java.lang.String targetIds)
|
boolean |
IFacebookRestClient.feed_PublishTemplatizedAction(TemplatizedAction action)
Publishes a templatized action for the current user. |
boolean |
ExtensibleClient.feed_PublishTemplatizedAction(TemplatizedAction action)
|
java.lang.Boolean |
IFacebookRestClient.feed_publishUserAction(java.lang.Long bundleId)
Publishes a user action to the feed. |
java.lang.Boolean |
ExtensibleClient.feed_publishUserAction(java.lang.Long bundleId)
|
java.lang.Boolean |
IFacebookRestClient.feed_publishUserAction(java.lang.Long bundleId,
java.util.Map<java.lang.String,java.lang.String> templateData,
java.util.List<IFeedImage> images,
java.util.List<java.lang.Long> targetIds,
java.lang.String bodyGeneral,
int storySize)
Publishes a user action to the feed. |
java.lang.Boolean |
ExtensibleClient.feed_publishUserAction(java.lang.Long bundleId,
java.util.Map<java.lang.String,java.lang.String> templateData,
java.util.List<IFeedImage> images,
java.util.List<java.lang.Long> targetIds,
java.lang.String bodyGeneral,
int storySize)
|
java.lang.Boolean |
IFacebookRestClient.feed_publishUserAction(java.lang.Long bundleId,
java.util.Map<java.lang.String,java.lang.String> templateData,
java.util.List<java.lang.Long> targetIds,
java.lang.String bodyGeneral)
Publishes a user action to the feed. |
java.lang.Boolean |
ExtensibleClient.feed_publishUserAction(java.lang.Long bundleId,
java.util.Map<java.lang.String,java.lang.String> templateData,
java.util.List<java.lang.Long> targetIds,
java.lang.String bodyGeneral)
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates)
Registers a feed template. |
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates)
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate)
Registers a feed template. |
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate)
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate,
java.util.List<BundleActionLink> actionLinks)
Registers a feed template. |
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate,
java.util.List<BundleActionLink> actionLinks)
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.lang.String template)
Registers a feed template. |
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.lang.String template)
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.lang.String template,
java.lang.String shortTemplate,
java.lang.String longTemplate)
Deprecated. Facebook has greatly modified the syntax required for the 'shortTemplate' and 'longTemplate' parameters. As such this method will now ignore those parameters. You are encouraged to use one of the alternate versions. |
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.lang.String template,
java.lang.String shortTemplate,
java.lang.String longTemplate)
Deprecated. |
T |
IFacebookRestClient.fql_query(java.lang.CharSequence query)
Retrieves the results of a Facebook Query Language query |
T |
ExtensibleClient.fql_query(java.lang.CharSequence 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 |
ExtensibleClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1,
java.util.Collection<java.lang.Long> userIds2)
|
T |
IFacebookRestClient.friends_areFriends(long userId1,
long userId2)
Retrieves whether two users are friends. |
T |
ExtensibleClient.friends_areFriends(long userId1,
long userId2)
|
T |
IFacebookRestClient.friends_get()
Retrieves the friends of the currently logged in user. |
org.w3c.dom.Document |
FacebookXmlRestClient.friends_get()
|
FriendsGetResponse |
FacebookJaxbRestClient.friends_get()
|
org.json.JSONArray |
FacebookJsonRestClient.friends_get()
|
T |
ExtensibleClient.friends_get()
|
T |
IFacebookRestClient.friends_get(java.lang.Long uid)
Retrieves the friends uid. |
T |
ExtensibleClient.friends_get(java.lang.Long uid)
|
T |
IFacebookRestClient.friends_getAppUsers()
Retrieves the friends of the currently logged in user, who are also users of the calling application. |
T |
ExtensibleClient.friends_getAppUsers()
|
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 |
ExtensibleClient.friends_getList(java.lang.Long friendListId)
|
T |
IFacebookRestClient.friends_getLists()
Retrieves the friend lists of the currently logged in user. |
T |
ExtensibleClient.friends_getLists()
|
T |
IFacebookRestClient.groups_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> groupIds)
Retrieves the groups associated with a user |
T |
ExtensibleClient.groups_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> groupIds)
|
T |
IFacebookRestClient.groups_getMembers(java.lang.Number groupId)
Retrieves the membership list of a group |
T |
ExtensibleClient.groups_getMembers(java.lang.Number groupId)
|
java.lang.Boolean |
IFacebookRestClient.liveMessage_send(java.lang.Long recipient,
java.lang.String eventName,
org.json.JSONObject message)
Sends a message using the LiveMessage API. |
java.lang.Boolean |
ExtensibleClient.liveMessage_send(java.lang.Long recipient,
java.lang.String eventName,
org.json.JSONObject message)
|
java.lang.Long |
IFacebookRestClient.marketplace_createListing(boolean showOnProfile,
MarketListing listing)
Create a new marketplace listing. |
java.lang.Long |
ExtensibleClient.marketplace_createListing(boolean showOnProfile,
MarketListing listing)
|
java.lang.Long |
IFacebookRestClient.marketplace_createListing(boolean showOnProfile,
MarketListing listing,
java.lang.Long userId)
Create a new marketplace listing. |
java.lang.Long |
ExtensibleClient.marketplace_createListing(boolean showOnProfile,
MarketListing listing,
java.lang.Long userId)
|
java.lang.Long |
IFacebookRestClient.marketplace_createListing(java.lang.Boolean showOnProfile,
MarketplaceListing attrs)
Deprecated. provided for legacy support only. Please use the version that takes a MarketListing instead. |
java.lang.Long |
ExtensibleClient.marketplace_createListing(java.lang.Boolean showOnProfile,
MarketplaceListing attrs)
Deprecated. |
java.lang.Long |
IFacebookRestClient.marketplace_createListing(java.lang.Long listingId,
boolean showOnProfile,
MarketListing listing)
Create a new marketplace listing, or modify an existing one. |
java.lang.Long |
ExtensibleClient.marketplace_createListing(java.lang.Long listingId,
boolean showOnProfile,
MarketListing listing)
|
java.lang.Long |
IFacebookRestClient.marketplace_createListing(java.lang.Long listingId,
boolean showOnProfile,
MarketListing listing,
java.lang.Long userId)
Create a new marketplace listing, or modify an existing one. |
java.lang.Long |
ExtensibleClient.marketplace_createListing(java.lang.Long listingId,
boolean showOnProfile,
MarketListing listing,
java.lang.Long userId)
|
java.lang.Long |
IFacebookRestClient.marketplace_createListing(java.lang.Long listingId,
boolean showOnProfile,
java.lang.String attributes)
Create a new marketplace listing, or modify an existing one. |
java.lang.Long |
ExtensibleClient.marketplace_createListing(java.lang.Long listingId,
boolean showOnProfile,
java.lang.String attributes)
|
java.lang.Long |
IFacebookRestClient.marketplace_createListing(java.lang.Long listingId,
boolean showOnProfile,
java.lang.String attributes,
java.lang.Long userId)
Create a new marketplace listing, or modify an existing one. |
java.lang.Long |
ExtensibleClient.marketplace_createListing(java.lang.Long listingId,
boolean showOnProfile,
java.lang.String attributes,
java.lang.Long userId)
|
java.lang.Long |
IFacebookRestClient.marketplace_editListing(java.lang.Long listingId,
java.lang.Boolean showOnProfile,
MarketListing attrs)
Modify a marketplace listing |
java.lang.Long |
ExtensibleClient.marketplace_editListing(java.lang.Long listingId,
java.lang.Boolean showOnProfile,
MarketListing attrs)
|
java.lang.Long |
IFacebookRestClient.marketplace_editListing(java.lang.Long listingId,
java.lang.Boolean showOnProfile,
MarketplaceListing attrs)
Deprecated. provided for legacy support only. Please use the version that takes a MarketListing instead. |
java.lang.Long |
ExtensibleClient.marketplace_editListing(java.lang.Long listingId,
java.lang.Boolean showOnProfile,
MarketplaceListing attrs)
Deprecated. |
java.util.List<java.lang.String> |
IFacebookRestClient.marketplace_getCategories()
Get the categories available in marketplace. |
java.util.List<java.lang.String> |
ExtensibleClient.marketplace_getCategories()
Deprecated. |
T |
IFacebookRestClient.marketplace_getCategoriesObject()
Deprecated. use the version that returns a List |
T |
ExtensibleClient.marketplace_getCategoriesObject()
Get the categories available in marketplace. |
T |
IFacebookRestClient.marketplace_getListings(java.util.Collection<java.lang.Long> listingIds,
java.util.Collection<java.lang.Long> userIds)
Fetch marketplace listings, filtered by listing IDs and/or the posting users' IDs. |
T |
ExtensibleClient.marketplace_getListings(java.util.Collection<java.lang.Long> listingIds,
java.util.Collection<java.lang.Long> userIds)
Fetch marketplace listings, filtered by listing IDs and/or the posting users' IDs. |
java.util.List<Listing> |
IFacebookRestClient.marketplace_getListings(java.util.List<java.lang.Long> listingIds,
java.util.List<java.lang.Long> uids)
Retrieve listings from the marketplace. |
java.util.List<Listing> |
FacebookXmlRestClient.marketplace_getListings(java.util.List<java.lang.Long> listingIds,
java.util.List<java.lang.Long> uids)
|
java.util.List<Listing> |
FacebookJaxbRestClient.marketplace_getListings(java.util.List<java.lang.Long> listingIds,
java.util.List<java.lang.Long> uids)
|
java.util.List<Listing> |
FacebookJsonRestClient.marketplace_getListings(java.util.List<java.lang.Long> listingIds,
java.util.List<java.lang.Long> uids)
|
java.util.List<java.lang.String> |
IFacebookRestClient.marketplace_getSubCategories()
Return a list of all valid Marketplace subcategories. |
java.util.List<java.lang.String> |
FacebookXmlRestClient.marketplace_getSubCategories()
|
java.util.List<java.lang.String> |
FacebookJaxbRestClient.marketplace_getSubCategories()
|
java.util.List<java.lang.String> |
FacebookJsonRestClient.marketplace_getSubCategories()
|
T |
IFacebookRestClient.marketplace_getSubCategories(java.lang.CharSequence category)
Get the subcategories available for a category. |
T |
ExtensibleClient.marketplace_getSubCategories(java.lang.CharSequence category)
Get the subcategories available for a category. |
boolean |
IFacebookRestClient.marketplace_removeListing(java.lang.Long listingId)
Remove a marketplace listing. |
boolean |
ExtensibleClient.marketplace_removeListing(java.lang.Long listingId)
Remove a marketplace listing |
boolean |
IFacebookRestClient.marketplace_removeListing(java.lang.Long listingId,
java.lang.CharSequence status)
Deprecated. provided for legacy support only. Please use the version that takes a MarketListingStatus instead. |
boolean |
ExtensibleClient.marketplace_removeListing(java.lang.Long listingId,
java.lang.CharSequence status)
Deprecated. |
boolean |
IFacebookRestClient.marketplace_removeListing(java.lang.Long listingId,
java.lang.Long userId)
Remove a marketplace listing. |
boolean |
ExtensibleClient.marketplace_removeListing(java.lang.Long listingId,
java.lang.Long userId)
|
boolean |
IFacebookRestClient.marketplace_removeListing(java.lang.Long listingId,
MarketListingStatus status)
Remove a listing from the marketplace by id. |
boolean |
ExtensibleClient.marketplace_removeListing(java.lang.Long listingId,
MarketListingStatus status)
|
boolean |
IFacebookRestClient.marketplace_removeListing(java.lang.Long listingId,
MarketListingStatus status,
java.lang.Long userId)
Remove a listing from the marketplace by id. |
boolean |
ExtensibleClient.marketplace_removeListing(java.lang.Long listingId,
MarketListingStatus status,
java.lang.Long userId)
|
T |
IFacebookRestClient.marketplace_search(java.lang.CharSequence category,
java.lang.CharSequence subCategory,
java.lang.CharSequence query)
Deprecated. provided for legacy support only. Please use the alternate version instead. |
T |
ExtensibleClient.marketplace_search(java.lang.CharSequence category,
java.lang.CharSequence subCategory,
java.lang.CharSequence query)
Deprecated. |
java.util.List<Listing> |
IFacebookRestClient.marketplace_search(MarketListingCategory category,
MarketListingSubcategory subcategory,
java.lang.String searchTerm)
Search the marketplace listings by category, subcategory, and keyword. |
java.util.List<Listing> |
FacebookXmlRestClient.marketplace_search(MarketListingCategory category,
MarketListingSubcategory subcategory,
java.lang.String searchTerm)
|
java.util.List<Listing> |
FacebookJaxbRestClient.marketplace_search(MarketListingCategory category,
MarketListingSubcategory subcategory,
java.lang.String searchTerm)
|
java.util.List<Listing> |
FacebookJsonRestClient.marketplace_search(MarketListingCategory category,
MarketListingSubcategory subcategory,
java.lang.String searchTerm)
|
T |
IFacebookRestClient.notifications_get()
Retrieves the outstanding notifications for the session user. |
T |
ExtensibleClient.notifications_get()
|
void |
IFacebookRestClient.notifications_send(java.lang.CharSequence notification)
Send a notification message to the logged-in user. |
void |
ExtensibleClient.notifications_send(java.lang.CharSequence notification)
Send a notification message to the logged-in user. |
void |
IFacebookRestClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence notification)
Send a notification message to the specified users. |
void |
ExtensibleClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence notification)
|
java.net.URL |
IFacebookRestClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence notification,
java.lang.CharSequence email)
Deprecated. notifications.send can no longer be used for sending e-mails, use notifications.sendEmail intead when sending e-mail, or the alternate version of notifications.send if all you want to send is a notification. |
java.net.URL |
ExtensibleClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence notification,
java.lang.CharSequence email)
Deprecated. |
void |
IFacebookRestClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.String notification,
boolean isAppToUser)
Sends a notification. |
void |
ExtensibleClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.String notification,
boolean isAppToUser)
|
java.lang.String |
IFacebookRestClient.notifications_sendEmail(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence subject,
java.lang.CharSequence fbml)
Deprecated. provided for legacy support only, please use one of the alternate notifications_sendEmail calls. |
java.lang.String |
ExtensibleClient.notifications_sendEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence fbml)
Deprecated. |
T |
IFacebookRestClient.notifications_sendEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence email,
java.lang.CharSequence fbml)
Send an e-mail to a set of app-users. |
T |
ExtensibleClient.notifications_sendEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence text,
java.lang.CharSequence fbml)
|
java.lang.String |
IFacebookRestClient.notifications_sendEmailPlain(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence subject,
java.lang.CharSequence text)
Deprecated. provided for legacy support only, please use one of the alternate notifications_sendEmail calls. |
java.lang.String |
ExtensibleClient.notifications_sendEmailPlain(java.util.Collection<java.lang.Long> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence text)
Deprecated. |
java.lang.String |
IFacebookRestClient.notifications_sendEmailStr(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence subject,
java.lang.CharSequence fbml,
java.lang.CharSequence text)
Deprecated. provided for legacy support only, please use one of the alternate notifications_sendEmail calls. |
java.lang.String |
ExtensibleClient.notifications_sendEmailStr(java.util.Collection<java.lang.Long> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence fbml,
java.lang.CharSequence text)
Deprecated. |
T |
IFacebookRestClient.notifications_sendEmailToCurrentUser(java.lang.String subject,
java.lang.String email,
java.lang.String fbml)
Send an e-mail to the currently logged-in user. |
T |
ExtensibleClient.notifications_sendEmailToCurrentUser(java.lang.String subject,
java.lang.String email,
java.lang.String fbml)
|
T |
IFacebookRestClient.notifications_sendFbmlEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.String subject,
java.lang.String fbml)
Send an e-mail to a set of app-users. |
T |
ExtensibleClient.notifications_sendFbmlEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.String subject,
java.lang.String fbml)
|
T |
IFacebookRestClient.notifications_sendFbmlEmailToCurrentUser(java.lang.String subject,
java.lang.String fbml)
Send an e-mail to the currently logged-in user. |
T |
ExtensibleClient.notifications_sendFbmlEmailToCurrentUser(java.lang.String subject,
java.lang.String fbml)
|
T |
IFacebookRestClient.notifications_sendTextEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.String subject,
java.lang.String email)
Send an e-mail to a set of app-users. |
T |
ExtensibleClient.notifications_sendTextEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.String subject,
java.lang.String email)
|
T |
IFacebookRestClient.notifications_sendTextEmailToCurrentUser(java.lang.String subject,
java.lang.String email)
Send an e-mail to the currently logged-in user. |
T |
ExtensibleClient.notifications_sendTextEmailToCurrentUser(java.lang.String subject,
java.lang.String email)
|
T |
IFacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.EnumSet<PageProfileField> fields)
Retrieves the requested profile fields for the Facebook Pages with the given pageIds. |
T |
ExtensibleClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.EnumSet<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 |
ExtensibleClient.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.EnumSet<PageProfileField> fields)
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId. |
T |
ExtensibleClient.pages_getInfo(java.lang.Long userId,
java.util.EnumSet<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. |
T |
ExtensibleClient.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. |
boolean |
IFacebookRestClient.pages_isAdmin(java.lang.Long pageId)
Checks whether the logged-in user for this session is an admin of the page with the given pageId. |
boolean |
ExtensibleClient.pages_isAdmin(java.lang.Long pageId)
Checks whether the logged-in user for this session is an admin of the page with the given pageId. |
boolean |
IFacebookRestClient.pages_isAppAdded(java.lang.Long pageId)
Checks whether a page has added the application |
boolean |
ExtensibleClient.pages_isAppAdded(java.lang.Long pageId)
Checks whether a page has added the application |
boolean |
IFacebookRestClient.pages_isFan(java.lang.Long pageId)
Checks whether the logged-in user is a fan of the page with the given pageId. |
boolean |
ExtensibleClient.pages_isFan(java.lang.Long pageId)
Checks whether the logged-in user is a fan of the page with the given pageId. |
boolean |
IFacebookRestClient.pages_isFan(java.lang.Long pageId,
java.lang.Long userId)
Checks whether a user is a fan of the page with the given pageId. |
boolean |
ExtensibleClient.pages_isFan(java.lang.Long pageId,
java.lang.Long userId)
Checks whether a user is a fan of the page with the given pageId. |
protected org.w3c.dom.Document |
FacebookXmlRestClient.parseCallResult(java.io.InputStream data,
IFacebookMethod method)
|
protected java.lang.Object |
FacebookJaxbRestClient.parseCallResult(java.io.InputStream data,
IFacebookMethod method)
Parses the result of an API call from XML into JAXB Objects. |
protected java.lang.Object |
FacebookJsonRestClient.parseCallResult(java.io.InputStream data,
IFacebookMethod method)
Parses the result of an API call from JSON into Java Objects. |
protected abstract T |
ExtensibleClient.parseCallResult(java.io.InputStream data,
IFacebookMethod method)
Parses the result of an API call into a T. |
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 |
ExtensibleClient.permissions_checkAvailableApiAccess(java.lang.String apiKey)
|
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 |
ExtensibleClient.permissions_checkGrantedApiAccess(java.lang.String apiKey)
|
boolean |
IFacebookRestClient.permissions_grantApiAccess(java.lang.String apiKey,
java.util.Set<FacebookMethod> methods)
Grant permission to an external app to make API calls on behalf of the current application. |
boolean |
ExtensibleClient.permissions_grantApiAccess(java.lang.String apiKey,
java.util.Set<FacebookMethod> methods)
|
boolean |
IFacebookRestClient.permissions_grantFullApiAccess(java.lang.String apiKey)
Grant permission to an external app to make API calls on behalf of the current application. |
boolean |
ExtensibleClient.permissions_grantFullApiAccess(java.lang.String apiKey)
|
boolean |
IFacebookRestClient.permissions_revokeApiAccess(java.lang.String apiKey)
Revokes the specified application's permission to call API methods on behalf of the current app. |
boolean |
ExtensibleClient.permissions_revokeApiAccess(java.lang.String apiKey)
|
boolean |
IFacebookRestClient.photos_addTag(java.lang.Long photoId,
java.lang.CharSequence tagText,
java.lang.Double xPct,
java.lang.Double yPct)
Adds a tag to a photo. |
boolean |
ExtensibleClient.photos_addTag(java.lang.Long photoId,
java.lang.CharSequence tagText,
java.lang.Double xPct,
java.lang.Double yPct)
|
boolean |
IFacebookRestClient.photos_addTag(java.lang.Long photoId,
java.lang.CharSequence tagText,
java.lang.Double xPct,
java.lang.Double yPct,
java.lang.Long userId)
Adds a tag to a photo. |
boolean |
ExtensibleClient.photos_addTag(java.lang.Long photoId,
java.lang.CharSequence tagText,
java.lang.Double pct,
java.lang.Double pct2,
java.lang.Long userId)
|
boolean |
IFacebookRestClient.photos_addTag(java.lang.Long photoId,
java.lang.Long taggedUserId,
java.lang.Double xPct,
java.lang.Double yPct)
Adds a tag to a photo. |
boolean |
ExtensibleClient.photos_addTag(java.lang.Long photoId,
java.lang.Long taggedUserId,
java.lang.Double xPct,
java.lang.Double yPct)
|
boolean |
IFacebookRestClient.photos_addTag(java.lang.Long photoId,
java.lang.Long taggedUserId,
java.lang.Double xPct,
java.lang.Double yPct,
java.lang.Long userId)
Adds a tag to a photo. |
boolean |
ExtensibleClient.photos_addTag(java.lang.Long photoId,
java.lang.Long taggedUserId,
java.lang.Double pct,
java.lang.Double pct2,
java.lang.Long userId)
|
T |
IFacebookRestClient.photos_addTags(java.lang.Long photoId,
java.lang.Iterable<PhotoTag> tags)
Adds several tags to a photo. |
T |
ExtensibleClient.photos_addTags(java.lang.Long photoId,
java.lang.Iterable<PhotoTag> tags)
|
T |
IFacebookRestClient.photos_addTags(java.lang.Long photoId,
java.lang.Iterable<PhotoTag> tags,
java.lang.Long userId)
Adds several tags to a photo. |
T |
ExtensibleClient.photos_addTags(java.lang.Long photoId,
java.lang.Iterable<PhotoTag> tags,
java.lang.Long userId)
|
T |
IFacebookRestClient.photos_createAlbum(java.lang.String albumName)
Creates an album. |
T |
ExtensibleClient.photos_createAlbum(java.lang.String albumName)
|
T |
IFacebookRestClient.photos_createAlbum(java.lang.String albumName,
java.lang.Long userId)
Creates an album. |
T |
ExtensibleClient.photos_createAlbum(java.lang.String albumName,
java.lang.Long userId)
|
T |
IFacebookRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location)
Creates an album. |
T |
ExtensibleClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location)
|
T |
IFacebookRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location,
java.lang.Long userId)
Creates an album. |
T |
ExtensibleClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location,
java.lang.Long userId)
|
T |
IFacebookRestClient.photos_get(java.lang.Iterable<java.lang.Long> photoIds)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
T |
ExtensibleClient.photos_get(java.lang.Iterable<java.lang.Long> photoIds)
|
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 |
ExtensibleClient.photos_get(java.lang.Long subjId)
|
T |
IFacebookRestClient.photos_get(java.lang.Long subjId,
java.lang.Iterable<java.lang.Long> photoIds)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
T |
ExtensibleClient.photos_get(java.lang.Long subjId,
java.lang.Iterable<java.lang.Long> photoIds)
|
T |
IFacebookRestClient.photos_get(java.lang.Long subjId,
java.lang.Long albumId)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
T |
ExtensibleClient.photos_get(java.lang.Long subjId,
java.lang.Long albumId)
|
T |
IFacebookRestClient.photos_get(java.lang.Long subjId,
java.lang.Long albumId,
java.lang.Iterable<java.lang.Long> photoIds)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
T |
ExtensibleClient.photos_get(java.lang.Long subjId,
java.lang.Long albumId,
java.lang.Iterable<java.lang.Long> photoIds)
|
T |
IFacebookRestClient.photos_getAlbums(java.lang.Iterable<java.lang.Long> albumIds)
Retrieves album metadata for a list of album IDs. |
T |
ExtensibleClient.photos_getAlbums(java.lang.Iterable<java.lang.Long> albumIds)
|
T |
IFacebookRestClient.photos_getAlbums(java.lang.Long userId)
Retrieves album metadata for albums owned by a user. |
T |
ExtensibleClient.photos_getAlbums(java.lang.Long userId)
|
T |
IFacebookRestClient.photos_getAlbums(java.lang.Long userId,
java.lang.Iterable<java.lang.Long> albumIds)
Retrieves album metadata. |
T |
ExtensibleClient.photos_getAlbums(java.lang.Long userId,
java.lang.Iterable<java.lang.Long> albumIds)
|
T |
IFacebookRestClient.photos_getByAlbum(java.lang.Long albumId)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
T |
ExtensibleClient.photos_getByAlbum(java.lang.Long albumId)
|
T |
IFacebookRestClient.photos_getByAlbum(java.lang.Long albumId,
java.lang.Iterable<java.lang.Long> photoIds)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
T |
ExtensibleClient.photos_getByAlbum(java.lang.Long albumId,
java.lang.Iterable<java.lang.Long> photoIds)
|
T |
IFacebookRestClient.photos_getTags(java.lang.Iterable<java.lang.Long> photoIds)
Retrieves the tags for the given set of photos. |
T |
ExtensibleClient.photos_getTags(java.lang.Iterable<java.lang.Long> photoIds)
|
T |
IFacebookRestClient.photos_upload(java.io.File photo)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.io.File photo)
|
T |
IFacebookRestClient.photos_upload(java.io.File photo,
java.lang.Long albumId)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.io.File photo,
java.lang.Long albumId)
|
T |
IFacebookRestClient.photos_upload(java.io.File photo,
java.lang.String caption)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.io.File photo,
java.lang.String caption)
|
T |
IFacebookRestClient.photos_upload(java.io.File photo,
java.lang.String caption,
java.lang.Long albumId)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.io.File photo,
java.lang.String caption,
java.lang.Long albumId)
|
T |
IFacebookRestClient.photos_upload(java.lang.Long userId,
java.io.File photo)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.lang.Long userId,
java.io.File photo)
|
T |
IFacebookRestClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.Long albumId)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.Long albumId)
|
T |
IFacebookRestClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption)
|
T |
IFacebookRestClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption,
java.lang.Long albumId)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption,
java.lang.Long albumId)
|
T |
IFacebookRestClient.photos_upload(java.lang.Long userId,
java.lang.String caption,
java.lang.Long albumId,
java.lang.String fileName,
java.io.InputStream fileStream)
Uploads a photo to Facebook. |
T |
ExtensibleClient.photos_upload(java.lang.Long userId,
java.lang.String caption,
java.lang.Long albumId,
java.lang.String fileName,
java.io.InputStream fileStream)
|
T |
IFacebookRestClient.profile_getFBML()
Gets the FBML for the current user's profile box. |
T |
ExtensibleClient.profile_getFBML()
|
T |
IFacebookRestClient.profile_getFBML(int type)
Gets the FBML for the current user's profile boxes. |
T |
ExtensibleClient.profile_getFBML(int type)
|
T |
IFacebookRestClient.profile_getFBML(int type,
java.lang.Long userId)
Gets the FBML for the user's profile boxes. |
T |
ExtensibleClient.profile_getFBML(int type,
java.lang.Long userId)
|
T |
IFacebookRestClient.profile_getFBML(java.lang.Long userId)
Gets the FBML for the user's profile box. |
T |
ExtensibleClient.profile_getFBML(java.lang.Long userId)
|
T |
IFacebookRestClient.profile_getInfo(java.lang.Long userId)
Get the specified user's application-info section. |
T |
ExtensibleClient.profile_getInfo(java.lang.Long userId)
|
T |
IFacebookRestClient.profile_getInfoOptions(java.lang.String field)
Get the options associated with the specified field for an application info section. |
T |
ExtensibleClient.profile_getInfoOptions(java.lang.String field)
|
boolean |
IFacebookRestClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup)
|
boolean |
IFacebookRestClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup,
java.lang.CharSequence mobileFbmlMarkup)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup,
java.lang.CharSequence mobileFbmlMarkup)
|
boolean |
IFacebookRestClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup,
java.lang.CharSequence mobileFbmlMarkup,
java.lang.Long profileId)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup,
java.lang.CharSequence mobileFbmlMarkup,
java.lang.Long profileId)
|
boolean |
IFacebookRestClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup,
java.lang.Long profileId)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup,
java.lang.Long profileId)
|
boolean |
IFacebookRestClient.profile_setFBML(java.lang.Long userId,
java.lang.String profileFbml,
java.lang.String actionFbml,
java.lang.String mobileFbml)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setFBML(java.lang.Long userId,
java.lang.String profileFbml,
java.lang.String actionFbml,
java.lang.String mobileFbml)
|
boolean |
IFacebookRestClient.profile_setFBML(java.lang.Long userId,
java.lang.String profileFbml,
java.lang.String actionFbml,
java.lang.String mobileFbml,
java.lang.String profileMain)
Sets the FBML for a user's profile, including the content for both the profile box and the profile actions. |
boolean |
ExtensibleClient.profile_setFBML(java.lang.Long userId,
java.lang.String profileFbml,
java.lang.String actionFbml,
java.lang.String mobileFbml,
java.lang.String profileMain)
|
void |
IFacebookRestClient.profile_setInfo(java.lang.Long userId,
java.lang.String title,
boolean textOnly,
java.util.List<ProfileInfoField> fields)
Configures an application info section that the specified user can install on the Info tab of her profile. |
void |
ExtensibleClient.profile_setInfo(java.lang.Long userId,
java.lang.String title,
boolean textOnly,
java.util.List<ProfileInfoField> fields)
|
void |
IFacebookRestClient.profile_setInfoOptions(ProfileInfoField field)
Specifies the objects for a field for an application info section. |
void |
ExtensibleClient.profile_setInfoOptions(ProfileInfoField field)
|
boolean |
IFacebookRestClient.profile_setMobileFBML(java.lang.CharSequence fbmlMarkup)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setMobileFBML(java.lang.CharSequence fbmlMarkup)
|
boolean |
IFacebookRestClient.profile_setMobileFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setMobileFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
|
boolean |
IFacebookRestClient.profile_setProfileActionFBML(java.lang.CharSequence fbmlMarkup)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setProfileActionFBML(java.lang.CharSequence fbmlMarkup)
|
boolean |
IFacebookRestClient.profile_setProfileActionFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setProfileActionFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
|
boolean |
IFacebookRestClient.profile_setProfileFBML(java.lang.CharSequence fbmlMarkup)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setProfileFBML(java.lang.CharSequence fbmlMarkup)
|
boolean |
IFacebookRestClient.profile_setProfileFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String) |
boolean |
ExtensibleClient.profile_setProfileFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
|
boolean |
IFacebookRestClient.sms_canSend()
Check to see if the application is permitted to send SMS messages to the current application user. |
boolean |
ExtensibleClient.sms_canSend()
|
boolean |
IFacebookRestClient.sms_canSend(java.lang.Long userId)
Check to see if the application is permitted to send SMS messages to the specified user. |
boolean |
ExtensibleClient.sms_canSend(java.lang.Long userId)
|
java.lang.Integer |
IFacebookRestClient.sms_send(java.lang.Long userId,
java.lang.String message,
java.lang.Integer smsSessionId,
boolean makeNewSession)
Send an SMS message to the specified user. |
java.lang.Integer |
ExtensibleClient.sms_send(java.lang.Long userId,
java.lang.String message,
java.lang.Integer smsSessionId,
boolean makeNewSession)
|
java.lang.Integer |
IFacebookRestClient.sms_send(java.lang.String message,
java.lang.Integer smsSessionId,
boolean makeNewSession)
Send an SMS message to the current application user. |
java.lang.Integer |
ExtensibleClient.sms_send(java.lang.String message,
java.lang.Integer smsSessionId,
boolean makeNewSession)
|
void |
IFacebookRestClient.sms_sendMessage(java.lang.Long userId,
java.lang.CharSequence message)
Sends a message via SMS to the user identified by userId. |
void |
ExtensibleClient.sms_sendMessage(java.lang.Long userId,
java.lang.CharSequence message)
|
int |
IFacebookRestClient.sms_sendMessageWithSession(java.lang.Long userId,
java.lang.CharSequence message)
Sends a message via SMS to the user identified by userId, with the expectation that the user will reply. |
int |
ExtensibleClient.sms_sendMessageWithSession(java.lang.Long userId,
java.lang.CharSequence message)
|
protected boolean |
ExtensibleClient.templatizedFeedHandler(java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> pictures,
java.lang.String targetIds,
java.lang.Long pageId)
|
boolean |
IFacebookRestClient.users_clearStatus()
Clears the logged-in user's Facebook status. |
boolean |
ExtensibleClient.users_clearStatus()
|
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 |
ExtensibleClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
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 |
ExtensibleClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
long |
IFacebookRestClient.users_getLoggedInUser()
Retrieves the user ID of the user logged in to this API session |
long |
ExtensibleClient.users_getLoggedInUser()
Retrieves the user ID of the user logged in to this API session |
T |
IFacebookRestClient.users_getStandardInfo(java.lang.Iterable<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 |
ExtensibleClient.users_getStandardInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
T |
IFacebookRestClient.users_getStandardInfo(java.lang.Iterable<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. |
T |
ExtensibleClient.users_getStandardInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
boolean |
IFacebookRestClient.users_hasAppPermission(Permission perm)
|
boolean |
ExtensibleClient.users_hasAppPermission(Permission perm)
|
boolean |
IFacebookRestClient.users_hasAppPermission(Permission perm,
java.lang.Long userId)
Checks whether the user has opted in to an extended application permission. |
boolean |
ExtensibleClient.users_hasAppPermission(Permission perm,
java.lang.Long userId)
|
boolean |
IFacebookRestClient.users_isAppAdded()
Deprecated. |
boolean |
ExtensibleClient.users_isAppAdded()
Deprecated. |
boolean |
IFacebookRestClient.users_isAppAdded(java.lang.Long userId)
Deprecated. |
boolean |
ExtensibleClient.users_isAppAdded(java.lang.Long userId)
Deprecated. |
boolean |
IFacebookRestClient.users_isAppUser()
|
boolean |
ExtensibleClient.users_isAppUser()
|
boolean |
IFacebookRestClient.users_isAppUser(java.lang.Long userId)
Returns whether the user (either the session user or user specified by uid) has authorized the calling application. |
boolean |
ExtensibleClient.users_isAppUser(java.lang.Long userId)
|
boolean |
IFacebookRestClient.users_setStatus(java.lang.String status)
Sets the logged-in user's Facebook status. |
boolean |
ExtensibleClient.users_setStatus(java.lang.String status)
|
boolean |
IFacebookRestClient.users_setStatus(java.lang.String newStatus,
boolean clear)
Set the user's profile status message. |
boolean |
ExtensibleClient.users_setStatus(java.lang.String newStatus,
boolean clear)
|
boolean |
IFacebookRestClient.users_setStatus(java.lang.String newStatus,
boolean clear,
boolean statusIncludesVerb)
Set the user's profile status message. |
boolean |
ExtensibleClient.users_setStatus(java.lang.String newStatus,
boolean clear,
boolean statusIncludesVerb)
|
boolean |
IFacebookRestClient.users_setStatus(java.lang.String newStatus,
boolean clear,
boolean statusIncludesVerb,
java.lang.Long userId)
Set the user's profile status message. |
boolean |
ExtensibleClient.users_setStatus(java.lang.String newStatus,
boolean clear,
boolean statusIncludesVerb,
java.lang.Long userId)
|
boolean |
IFacebookRestClient.users_setStatus(java.lang.String newStatus,
boolean clear,
java.lang.Long userId)
Set the user's profile status message. |
boolean |
ExtensibleClient.users_setStatus(java.lang.String newStatus,
boolean clear,
java.lang.Long userId)
|
boolean |
IFacebookRestClient.users_setStatus(java.lang.String status,
java.lang.Long userId)
Sets the spedified user's Facebook status. |
boolean |
ExtensibleClient.users_setStatus(java.lang.String status,
java.lang.Long userId)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||