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

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 FacebookRestClient.admin_getAllocation(AllocationType allocationType)
          Deprecated.  
 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)
           
 int FacebookRestClient.admin_getAllocation(java.lang.String allocationType)
          Deprecated.  
 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
 org.json.JSONObject FacebookRestClient.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.
 ApplicationPropertySet FacebookRestClient.admin_getAppPropertiesAsSet(java.util.EnumSet<ApplicationProperty> properties)
          Deprecated. 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.lang.String FacebookRestClient.admin_getAppPropertiesAsString(java.util.Collection<ApplicationProperty> properties)
          Deprecated.  
 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)
           
 java.util.Map<ApplicationProperty,java.lang.String> FacebookRestClient.admin_getAppPropertiesMap(java.util.Collection<ApplicationProperty> properties)
          Deprecated.  
 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. 
 org.w3c.dom.Document FacebookRestClient.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. 
 org.w3c.dom.Document FacebookRestClient.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)
           
 org.w3c.dom.Document FacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics, java.util.Date start, java.util.Date end, long period)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics, long start, long end, long period)
          Deprecated.  
 int IFacebookRestClient.admin_getNotificationAllocation()
          Deprecated. 
 int ExtensibleClient.admin_getNotificationAllocation()
          Deprecated. 
 int FacebookRestClient.admin_getNotificationAllocation()
          Deprecated. 
 int IFacebookRestClient.admin_getRequestAllocation()
          Deprecated. 
 int ExtensibleClient.admin_getRequestAllocation()
          Deprecated. 
 int FacebookRestClient.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 FacebookRestClient.admin_setAppProperties(ApplicationPropertySet properties)
          Deprecated. 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)
           
 boolean FacebookRestClient.admin_setAppProperties(java.util.Map<ApplicationProperty,java.lang.String> properties)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.application_getPublicInfo(java.lang.Long applicationId, java.lang.String applicationKey, java.lang.String applicationCanvas)
          Deprecated. 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 ExtensibleClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
           
 org.w3c.dom.Document FacebookRestClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
          Deprecated. 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 ExtensibleClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
           
 org.w3c.dom.Document FacebookRestClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
          Deprecated. 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 ExtensibleClient.application_getPublicInfoById(java.lang.Long applicationId)
           
 org.w3c.dom.Document FacebookRestClient.application_getPublicInfoById(java.lang.Long applicationId)
          Deprecated. Gets the public information about the specified application, by application id.
 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()
           
 java.lang.String FacebookRestClient.auth_createToken()
          Deprecated. Call this function and store the result, using it to generate the appropriate login url and then to retrieve the session information.
 boolean IFacebookRestClient.auth_expireSession()
          Expires the curently active session.
 boolean ExtensibleClient.auth_expireSession()
           
 boolean FacebookRestClient.auth_expireSession()
          Deprecated.  
 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.
 java.lang.String FacebookRestClient.auth_getSession(java.lang.String authToken)
          Deprecated. 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()
 long FacebookRestClient.auth_getUserId(java.lang.String authToken)
          Deprecated. 
 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()
           
 java.lang.String FacebookRestClient.auth_promoteSession()
          Deprecated.  
 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()
           
 boolean FacebookRestClient.auth_revokeAuthorization()
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.batch_run(java.lang.String methods, boolean serial)
          Deprecated. Executes a batch of queries.
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  org.w3c.dom.Document FacebookRestClient.callMethod(IFacebookMethod method, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
          Deprecated. Call the specified method, with the given parameters, and return a DOM tree with the results.
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.
protected  org.w3c.dom.Document FacebookRestClient.callMethod(IFacebookMethod method, Pair<java.lang.String,java.lang.CharSequence>... paramPairs)
          Deprecated. Call the specified method, with the given parameters, and return a DOM tree with the results.
 T IFacebookRestClient.data_getCookies()
          Get all cookies for the currently logged-in user.
 T ExtensibleClient.data_getCookies()
           
 org.w3c.dom.Document FacebookRestClient.data_getCookies()
          Deprecated.  
 T IFacebookRestClient.data_getCookies(java.lang.Long userId)
          Get all cookies for the specified user.
 T ExtensibleClient.data_getCookies(java.lang.Long userId)
           
 org.w3c.dom.Document FacebookRestClient.data_getCookies(java.lang.Long userId)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.data_getCookies(java.lang.Long userId, java.lang.CharSequence name)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.data_getCookies(java.lang.String name)
          Deprecated.  
 java.lang.String IFacebookRestClient.data_getUserPreference(java.lang.Integer prefId)
          Lookup a single preference value for the current user.
 java.lang.String FacebookXmlRestClient.data_getUserPreference(java.lang.Integer prefId)
           
 java.lang.String FacebookJaxbRestClient.data_getUserPreference(java.lang.Integer prefId)
           
 java.lang.String FacebookJsonRestClient.data_getUserPreference(java.lang.Integer prefId)
           
 java.lang.String FacebookRestClient.data_getUserPreference(java.lang.Integer prefId)
          Deprecated. Lookup a single preference value for the current user.
 java.util.Map<java.lang.Integer,java.lang.String> IFacebookRestClient.data_getUserPreferences()
          Get a map containing all preference values set for the current user.
 java.util.Map<java.lang.Integer,java.lang.String> FacebookXmlRestClient.data_getUserPreferences()
           
 java.util.Map<java.lang.Integer,java.lang.String> FacebookJaxbRestClient.data_getUserPreferences()
           
 java.util.Map<java.lang.Integer,java.lang.String> FacebookJsonRestClient.data_getUserPreferences()
           
 java.util.Map<java.lang.Integer,java.lang.String> FacebookRestClient.data_getUserPreferences()
          Deprecated. Get a map containing all preference values set for the current user.
 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 FacebookRestClient.data_setCookie(java.lang.Long userId, java.lang.CharSequence name, java.lang.CharSequence value)
          Deprecated.  
 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 FacebookRestClient.data_setCookie(java.lang.Long userId, java.lang.CharSequence name, java.lang.CharSequence value, java.lang.CharSequence path)
          Deprecated.  
 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 FacebookRestClient.data_setCookie(java.lang.Long userId, java.lang.CharSequence name, java.lang.CharSequence value, java.lang.Long expires)
          Deprecated.  
 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 FacebookRestClient.data_setCookie(java.lang.Long userId, java.lang.CharSequence name, java.lang.CharSequence value, java.lang.Long expires, java.lang.CharSequence path)
          Deprecated.  
 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 FacebookRestClient.data_setCookie(java.lang.String name, java.lang.String value)
          Deprecated.  
 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 FacebookRestClient.data_setCookie(java.lang.String name, java.lang.String value, java.lang.Long expires)
          Deprecated.  
 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 FacebookRestClient.data_setCookie(java.lang.String name, java.lang.String value, java.lang.Long expires, java.lang.String path)
          Deprecated.  
 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)
           
 boolean FacebookRestClient.data_setCookie(java.lang.String name, java.lang.String value, java.lang.String path)
          Deprecated.  
 void IFacebookRestClient.data_setUserPreference(java.lang.Integer prefId, java.lang.String value)
          Set a user-preference value.
 void FacebookXmlRestClient.data_setUserPreference(java.lang.Integer prefId, java.lang.String value)
           
 void FacebookJaxbRestClient.data_setUserPreference(java.lang.Integer prefId, java.lang.String value)
           
 void FacebookJsonRestClient.data_setUserPreference(java.lang.Integer prefId, java.lang.String value)
           
 void FacebookRestClient.data_setUserPreference(java.lang.Integer prefId, java.lang.String value)
          Deprecated. Set a user-preference value.
 void IFacebookRestClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values, boolean replace)
          Set multiple user-preferences values.
 void FacebookXmlRestClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values, boolean replace)
           
 void FacebookJaxbRestClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values, boolean replace)
           
 void FacebookJsonRestClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values, boolean replace)
           
 void FacebookRestClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values, boolean replace)
          Deprecated. Set multiple user-preferences values.
protected  java.lang.String ExtensibleClient.encodeMethods(java.util.List<com.google.code.facebookapi.BatchQuery> queries)
           
 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)
           
 org.w3c.dom.Document FacebookRestClient.events_get(java.lang.Long userId, java.util.Collection<java.lang.Long> eventIds, java.lang.Long startTime, java.lang.Long endTime)
          Deprecated. Returns all visible events according to the filters specified.
 T IFacebookRestClient.events_getMembers(java.lang.Number eventId)
          Retrieves the membership list of an event
 T ExtensibleClient.events_getMembers(java.lang.Number eventId)
           
 org.w3c.dom.Document FacebookRestClient.events_getMembers(java.lang.Number eventId)
          Deprecated. Retrieves the membership list of an event
 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.
 java.util.List<? extends java.lang.Object> FacebookRestClient.executeBatch(boolean serial)
          Deprecated. 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 FacebookRestClient.fbml_refreshImgSrc(java.lang.String imageUrl)
          Deprecated. Recaches the image with the specified 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 FacebookRestClient.fbml_refreshImgSrc(java.net.URL imageUrl)
          Deprecated. Recaches the image with the specified imageUrl.
 boolean IFacebookRestClient.fbml_refreshRefUrl(java.lang.String url)
          Recaches the referenced url.
 boolean ExtensibleClient.fbml_refreshRefUrl(java.lang.String url)
           
 boolean FacebookRestClient.fbml_refreshRefUrl(java.lang.String url)
          Deprecated. Recaches the referenced url.
 boolean IFacebookRestClient.fbml_refreshRefUrl(java.net.URL url)
          Recaches the referenced url.
 boolean ExtensibleClient.fbml_refreshRefUrl(java.net.URL url)
           
 boolean FacebookRestClient.fbml_refreshRefUrl(java.net.URL url)
          Deprecated. Recaches the referenced 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 FacebookRestClient.fbml_setRefHandle(java.lang.String handle, java.lang.String markup)
          Deprecated. Associates the specified FBML markup with the specified handle/id.
 boolean IFacebookRestClient.feed_deactivateTemplateBundleByID(java.lang.Long bundleId)
          Deactivates the specified template bundle.
 boolean ExtensibleClient.feed_deactivateTemplateBundleByID(java.lang.Long bundleId)
           
 boolean FacebookRestClient.feed_deactivateTemplateBundleByID(java.lang.Long bundleId)
          Deprecated.  
 T IFacebookRestClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
          Retrieve a template bundle by id.
 T ExtensibleClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
           
 org.w3c.dom.Document FacebookRestClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
          Deprecated.  
 T IFacebookRestClient.feed_getRegisteredTemplateBundles()
          Get a list of all registered template bundles for your application.
 T ExtensibleClient.feed_getRegisteredTemplateBundles()
           
 org.w3c.dom.Document FacebookRestClient.feed_getRegisteredTemplateBundles()
          Deprecated.  
 boolean IFacebookRestClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate)
          Publishes a Mini-Feed story describing an action taken by the logged-in user, and publishes aggregating News Feed stories to their friends.
 boolean ExtensibleClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate)
           
 boolean FacebookRestClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate)
          Deprecated.  
 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 FacebookRestClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate, java.lang.Long pageActorId)
          Deprecated.  
 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 FacebookRestClient.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)
          Deprecated.  
 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 FacebookRestClient.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 treats actorId as a Long. UID's *are not ever to be* expressed as Integers.
 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)
           
 boolean FacebookRestClient.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)
          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 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 FacebookRestClient.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 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)
          Publishes a templatized action for the current user.
 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 FacebookRestClient.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. Publishes a templatized action for the current user.
 boolean FacebookRestClient.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, java.lang.Long pageId)
          Deprecated.  
 boolean IFacebookRestClient.feed_PublishTemplatizedAction(TemplatizedAction action)
          Publishes a templatized action for the current user.
 boolean ExtensibleClient.feed_PublishTemplatizedAction(TemplatizedAction action)
           
 boolean FacebookRestClient.feed_PublishTemplatizedAction(TemplatizedAction action)
          Deprecated. Publishes a templatized action for the current user.
 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 FacebookRestClient.feed_publishUserAction(java.lang.Long bundleId)
          Deprecated.  
 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 FacebookRestClient.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)
          Deprecated.  
 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.Boolean FacebookRestClient.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)
          Deprecated.  
 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 FacebookRestClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates)
          Deprecated.  
 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 FacebookRestClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates, java.util.Collection<BundleStoryTemplate> shortTemplates, BundleStoryTemplate longTemplate)
          Deprecated.  
 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 FacebookRestClient.feed_registerTemplateBundle(java.lang.String template)
          Deprecated.  
 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. 
 java.lang.Long FacebookRestClient.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)
           
 org.w3c.dom.Document FacebookRestClient.fql_query(java.lang.CharSequence query)
          Deprecated. 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 ExtensibleClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1, java.util.Collection<java.lang.Long> userIds2)
           
 org.w3c.dom.Document FacebookRestClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1, java.util.Collection<java.lang.Long> userIds2)
          Deprecated.  
 T IFacebookRestClient.friends_areFriends(long userId1, long userId2)
          Retrieves whether two users are friends.
 T ExtensibleClient.friends_areFriends(long userId1, long userId2)
           
 org.w3c.dom.Document FacebookRestClient.friends_areFriends(long userId1, long userId2)
          Deprecated. Retrieves the friends of the currently logged in user.
 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()
           
 org.w3c.dom.Document FacebookRestClient.friends_get()
          Deprecated. Retrieves the friends of the currently logged in user.
 T IFacebookRestClient.friends_get(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_get(java.lang.Long friendListId)
           
 org.w3c.dom.Document FacebookRestClient.friends_get(java.lang.Long friendListId)
          Deprecated.  
 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()
           
 org.w3c.dom.Document FacebookRestClient.friends_getAppUsers()
          Deprecated. Retrieves the friends of the currently logged in user, who are also users of the calling application.
 java.util.List<java.lang.Long> FacebookRestClient.friends_getAsList()
          Deprecated. 
 T IFacebookRestClient.friends_getLists()
          Retrieves the friend lists of the currently logged in user.
 T ExtensibleClient.friends_getLists()
           
 org.w3c.dom.Document FacebookRestClient.friends_getLists()
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.groups_get(java.lang.Long userId, java.util.Collection<java.lang.Long> groupIds)
          Deprecated. Retrieves the groups associated with a user
 T IFacebookRestClient.groups_getMembers(java.lang.Number groupId)
          Retrieves the membership list of a group
 T ExtensibleClient.groups_getMembers(java.lang.Number groupId)
           
 org.w3c.dom.Document FacebookRestClient.groups_getMembers(java.lang.Number groupId)
          Deprecated. Retrieves the membership list of a group
 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.Boolean FacebookRestClient.liveMessage_send(java.lang.Long recipient, java.lang.String eventName, org.json.JSONObject message)
          Deprecated.  
 java.lang.Long FacebookRestClient.marketplace_createListing(boolean showOnProfile, org.json.JSONObject listing)
          Deprecated. Create a new marketplace listing.
 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 FacebookRestClient.marketplace_createListing(boolean showOnProfile, MarketListing listing)
          Deprecated. Create a new marketplace 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 FacebookRestClient.marketplace_createListing(boolean showOnProfile, MarketListing listing, java.lang.Long userId)
          Deprecated.  
 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 FacebookRestClient.marketplace_createListing(java.lang.Boolean showOnProfile, MarketplaceListing attrs)
          Deprecated. provided for legacy support only.
 java.lang.Long FacebookRestClient.marketplace_createListing(java.lang.Long listingId, boolean showOnProfile, org.json.JSONObject listing)
          Deprecated. Create a new marketplace listing, or modify an existing one.
 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 FacebookRestClient.marketplace_createListing(java.lang.Long listingId, boolean showOnProfile, MarketListing listing)
          Deprecated. Create a new marketplace listing, or modify an existing one.
 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 FacebookRestClient.marketplace_createListing(java.lang.Long listingId, boolean showOnProfile, MarketListing listing, java.lang.Long userId)
          Deprecated.  
 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 FacebookRestClient.marketplace_createListing(java.lang.Long listingId, boolean showOnProfile, java.lang.String attributes)
          Deprecated. Create a new marketplace listing, or modify an existing one.
 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 FacebookRestClient.marketplace_createListing(java.lang.Long listingId, boolean showOnProfile, java.lang.String attributes, java.lang.Long userId)
          Deprecated.  
 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 FacebookRestClient.marketplace_editListing(java.lang.Long listingId, java.lang.Boolean showOnProfile, MarketListing attrs)
          Deprecated. Modify a marketplace listing
 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.lang.Long FacebookRestClient.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.util.List<java.lang.String> IFacebookRestClient.marketplace_getCategories()
          Get the categories available in marketplace.
 java.util.List<java.lang.String> ExtensibleClient.marketplace_getCategories()
          Deprecated. 
 java.util.List<java.lang.String> FacebookRestClient.marketplace_getCategories()
          Deprecated. Return a list of all valid Marketplace categories.
 T IFacebookRestClient.marketplace_getCategoriesObject()
          Deprecated. use the version that returns a List instead.
 T ExtensibleClient.marketplace_getCategoriesObject()
          Get the categories available in marketplace.
 org.w3c.dom.Document FacebookRestClient.marketplace_getCategoriesObject()
          Deprecated. Return a list of all valid Marketplace categories.
 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.
 org.w3c.dom.Document FacebookRestClient.marketplace_getListings(java.util.Collection<java.lang.Long> listingIds, java.util.Collection<java.lang.Long> userIds)
          Deprecated. provided for legacy support only. Use the version that returns a List instead.
 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<Listing> FacebookRestClient.marketplace_getListings(java.util.List<java.lang.Long> listingIds, java.util.List<java.lang.Long> uids)
          Deprecated. Retrieve listings from the marketplace.
 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()
           
 java.util.List<java.lang.String> FacebookRestClient.marketplace_getSubCategories()
          Deprecated. Return a list of all valid Marketplace subcategories.
 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.
 org.w3c.dom.Document FacebookRestClient.marketplace_getSubCategories(java.lang.CharSequence category)
          Deprecated.  
 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 FacebookRestClient.marketplace_removeListing(java.lang.Long listingId)
          Deprecated.  
 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 FacebookRestClient.marketplace_removeListing(java.lang.Long listingId, java.lang.CharSequence status)
          Deprecated. provided for legacy support only. Use marketplace_removeListing(Long, MarketListingStatus) instead.
 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 FacebookRestClient.marketplace_removeListing(java.lang.Long listingId, java.lang.Long userId)
          Deprecated.  
 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 FacebookRestClient.marketplace_removeListing(java.lang.Long listingId, MarketListingStatus status)
          Deprecated. Remove a listing from the marketplace by id.
 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)
           
 boolean FacebookRestClient.marketplace_removeListing(java.lang.Long listingId, MarketListingStatus status, java.lang.Long userId)
          Deprecated.  
 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. 
 org.w3c.dom.Document FacebookRestClient.marketplace_search(java.lang.CharSequence category, java.lang.CharSequence subCategory, java.lang.CharSequence query)
          Deprecated. provided for legacy support only. Use the version that returns a List instead.
 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)
           
 java.util.List<Listing> FacebookRestClient.marketplace_search(MarketListingCategory category, MarketListingSubcategory subcategory, java.lang.String searchTerm)
          Deprecated. Search the marketplace listings by category, subcategory, and keyword.
 T IFacebookRestClient.notifications_get()
          Retrieves the outstanding notifications for the session user.
 T ExtensibleClient.notifications_get()
           
 org.w3c.dom.Document FacebookRestClient.notifications_get()
          Deprecated. Retrieves the outstanding notifications for the session user.
 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 FacebookRestClient.notifications_send(java.lang.CharSequence notification)
          Deprecated. 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)
           
 void FacebookRestClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds, java.lang.CharSequence notification)
          Deprecated.  
 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. 
 java.net.URL FacebookRestClient.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)
           
 void FacebookRestClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds, java.lang.String notification, boolean isAppToUser)
          Deprecated.  
 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> 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 FacebookRestClient.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.
 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 email, java.lang.CharSequence fbml)
           
 org.w3c.dom.Document FacebookRestClient.notifications_sendEmail(java.util.Collection<java.lang.Long> recipients, java.lang.CharSequence subject, java.lang.CharSequence email, java.lang.CharSequence fbml)
          Deprecated.  
 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> 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 FacebookRestClient.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 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> 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 FacebookRestClient.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.
 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)
           
 org.w3c.dom.Document FacebookRestClient.notifications_sendEmailToCurrentUser(java.lang.String subject, java.lang.String email, java.lang.String fbml)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.notifications_sendFbmlEmail(java.util.Collection<java.lang.Long> recipients, java.lang.String subject, java.lang.String fbml)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.notifications_sendFbmlEmailToCurrentUser(java.lang.String subject, java.lang.String fbml)
          Deprecated.  
 java.net.URL FacebookRestClient.notifications_sendRequest(java.util.Collection<java.lang.Long> recipientIds, java.lang.CharSequence type, java.lang.CharSequence content, java.net.URL image, boolean isInvite)
          Deprecated. this method has been removed from the Facebook API server
 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)
           
 org.w3c.dom.Document FacebookRestClient.notifications_sendTextEmail(java.util.Collection<java.lang.Long> recipients, java.lang.String subject, java.lang.String email)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.notifications_sendTextEmailToCurrentUser(java.lang.String subject, java.lang.String email)
          Deprecated.  
 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.
 org.w3c.dom.Document FacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.EnumSet<PageProfileField> fields)
          Deprecated. 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.
 org.w3c.dom.Document FacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds, java.util.Set<java.lang.CharSequence> fields)
          Deprecated. 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.
 org.w3c.dom.Document FacebookRestClient.pages_getInfo(java.lang.Long userId, java.util.EnumSet<PageProfileField> fields)
          Deprecated. 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.
 org.w3c.dom.Document FacebookRestClient.pages_getInfo(java.lang.Long userId, java.util.Set<java.lang.CharSequence> fields)
          Deprecated. 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 FacebookRestClient.pages_isAdmin(java.lang.Long pageId)
          Deprecated. 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 FacebookRestClient.pages_isAppAdded(java.lang.Long pageId)
          Deprecated.  
 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 FacebookRestClient.pages_isFan(java.lang.Long pageId)
          Deprecated. 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.
 boolean FacebookRestClient.pages_isFan(java.lang.Long pageId, java.lang.Long userId)
          Deprecated. 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)
           
 org.w3c.dom.Document FacebookRestClient.permissions_checkAvailableApiAccess(java.lang.String apiKey)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.permissions_checkGrantedApiAccess(java.lang.String apiKey)
          Deprecated.  
 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 FacebookRestClient.permissions_grantApiAccess(java.lang.String apiKey, java.util.Set<FacebookMethod> methods)
          Deprecated.  
 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 FacebookRestClient.permissions_grantFullApiAccess(java.lang.String apiKey)
          Deprecated.  
 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 FacebookRestClient.permissions_revokeApiAccess(java.lang.String apiKey)
          Deprecated.  
 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 FacebookRestClient.photos_addTag(java.lang.Long photoId, java.lang.CharSequence tagText, java.lang.Double xPct, java.lang.Double yPct)
          Deprecated. Adds a tag to a photo.
 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 FacebookRestClient.photos_addTag(java.lang.Long photoId, java.lang.CharSequence tagText, java.lang.Double pct, java.lang.Double pct2, java.lang.Long userId)
          Deprecated.  
 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 FacebookRestClient.photos_addTag(java.lang.Long photoId, java.lang.Long taggedUserId, java.lang.Double xPct, java.lang.Double yPct)
          Deprecated. Adds a tag to a photo.
 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)
           
 boolean FacebookRestClient.photos_addTag(java.lang.Long photoId, java.lang.Long taggedUserId, java.lang.Double pct, java.lang.Double pct2, java.lang.Long userId)
          Deprecated.  
 T IFacebookRestClient.photos_addTags(java.lang.Long photoId, java.util.Collection<PhotoTag> tags)
          Adds several tags to a photo.
 T ExtensibleClient.photos_addTags(java.lang.Long photoId, java.util.Collection<PhotoTag> tags)
           
 org.w3c.dom.Document FacebookRestClient.photos_addTags(java.lang.Long photoId, java.util.Collection<PhotoTag> tags)
          Deprecated. Adds several tags to a photo.
 T IFacebookRestClient.photos_addTags(java.lang.Long photoId, java.util.Collection<PhotoTag> tags, java.lang.Long userId)
          Adds several tags to a photo.
 T ExtensibleClient.photos_addTags(java.lang.Long photoId, java.util.Collection<PhotoTag> tags, java.lang.Long userId)
           
 org.w3c.dom.Document FacebookRestClient.photos_addTags(java.lang.Long photoId, java.util.Collection<PhotoTag> tags, java.lang.Long userId)
          Deprecated. Adds several tags to a photo.
 T IFacebookRestClient.photos_createAlbum(java.lang.String albumName)
          Creates an album.
 T ExtensibleClient.photos_createAlbum(java.lang.String albumName)
           
 org.w3c.dom.Document FacebookRestClient.photos_createAlbum(java.lang.String albumName)
          Deprecated. Creates an album.
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_createAlbum(java.lang.String albumName, java.lang.Long userId)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_createAlbum(java.lang.String name, java.lang.String description, java.lang.String location)
          Deprecated. 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 ExtensibleClient.photos_createAlbum(java.lang.String name, java.lang.String description, java.lang.String location, java.lang.Long userId)
           
 org.w3c.dom.Document FacebookRestClient.photos_createAlbum(java.lang.String name, java.lang.String description, java.lang.String location, java.lang.Long userId)
          Deprecated.  
 T IFacebookRestClient.photos_get(java.util.Collection<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.util.Collection<java.lang.Long> photoIds)
           
 org.w3c.dom.Document FacebookRestClient.photos_get(java.util.Collection<java.lang.Long> photoIds)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_get(java.lang.Long subjId)
          Deprecated.  
 org.w3c.dom.Document FacebookRestClient.photos_get(java.lang.Long albumId, boolean album)
          Deprecated.  
 T IFacebookRestClient.photos_get(java.lang.Long subjId, java.util.Collection<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.util.Collection<java.lang.Long> photoIds)
           
 org.w3c.dom.Document FacebookRestClient.photos_get(java.lang.Long subjId, java.util.Collection<java.lang.Long> photoIds)
          Deprecated.  
 org.w3c.dom.Document FacebookRestClient.photos_get(java.lang.Long albumId, java.util.Collection<java.lang.Long> photoIds, boolean album)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_get(java.lang.Long subjId, java.lang.Long albumId)
          Deprecated.  
 T IFacebookRestClient.photos_get(java.lang.Long subjId, java.lang.Long albumId, java.util.Collection<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.util.Collection<java.lang.Long> photoIds)
           
 org.w3c.dom.Document FacebookRestClient.photos_get(java.lang.Long subjId, java.lang.Long albumId, java.util.Collection<java.lang.Long> photoIds)
          Deprecated. 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.Long> albumIds)
          Retrieves album metadata for a list of album IDs.
 T ExtensibleClient.photos_getAlbums(java.util.Collection<java.lang.Long> albumIds)
           
 org.w3c.dom.Document FacebookRestClient.photos_getAlbums(java.util.Collection<java.lang.Long> albumIds)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_getAlbums(java.lang.Long userId)
          Deprecated.  
 T IFacebookRestClient.photos_getAlbums(java.lang.Long userId, java.util.Collection<java.lang.Long> albumIds)
          Retrieves album metadata.
 T ExtensibleClient.photos_getAlbums(java.lang.Long userId, java.util.Collection<java.lang.Long> albumIds)
           
 org.w3c.dom.Document FacebookRestClient.photos_getAlbums(java.lang.Long userId, java.util.Collection<java.lang.Long> albumIds)
          Deprecated. Retrieves album metadata.
 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)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 org.w3c.dom.Document FacebookRestClient.photos_getByAlbum(java.lang.Long albumId)
          Deprecated. Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 T IFacebookRestClient.photos_getByAlbum(java.lang.Long albumId, java.util.Collection<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.util.Collection<java.lang.Long> photoIds)
          Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
 org.w3c.dom.Document FacebookRestClient.photos_getByAlbum(java.lang.Long albumId, java.util.Collection<java.lang.Long> photoIds)
          Deprecated. 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.Long> photoIds)
          Retrieves the tags for the given set of photos.
 T ExtensibleClient.photos_getTags(java.util.Collection<java.lang.Long> photoIds)
           
 org.w3c.dom.Document FacebookRestClient.photos_getTags(java.util.Collection<java.lang.Long> photoIds)
          Deprecated. Retrieves the tags for the given set of photos.
 T IFacebookRestClient.photos_upload(java.io.File photo)
          Uploads a photo to Facebook.
 T ExtensibleClient.photos_upload(java.io.File photo)
           
 org.w3c.dom.Document FacebookRestClient.photos_upload(java.io.File photo)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_upload(java.io.File photo, java.lang.Long albumId)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_upload(java.io.File photo, java.lang.String caption)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_upload(java.io.File photo, java.lang.String caption, java.lang.Long albumId)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_upload(java.lang.Long userId, java.io.File photo)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_upload(java.lang.Long userId, java.io.File photo, java.lang.Long albumId)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_upload(java.lang.Long userId, java.io.File photo, java.lang.String caption)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.photos_upload(java.lang.Long userId, java.io.File photo, java.lang.String caption, java.lang.Long albumId)
          Deprecated.  
 T IFacebookRestClient.profile_getFBML()
          Gets the FBML for the current user's profile box.
 T ExtensibleClient.profile_getFBML()
           
 org.w3c.dom.Document FacebookRestClient.profile_getFBML()
          Deprecated.  
 T IFacebookRestClient.profile_getFBML(int type)
          Gets the FBML for the current user's profile boxes.
 T ExtensibleClient.profile_getFBML(int type)
           
 org.w3c.dom.Document FacebookRestClient.profile_getFBML(int type)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.profile_getFBML(int type, java.lang.Long userId)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.profile_getFBML(java.lang.Long userId)
          Deprecated.  
 T IFacebookRestClient.profile_getInfo(java.lang.Long userId)
          Get the specified user's application-info section.
 T ExtensibleClient.profile_getInfo(java.lang.Long userId)
           
 org.w3c.dom.Document FacebookRestClient.profile_getInfo(java.lang.Long userId)
          Deprecated.  
 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)
           
 org.w3c.dom.Document FacebookRestClient.profile_getInfoOptions(java.lang.String field)
          Deprecated.  
 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 FacebookRestClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup, java.lang.CharSequence profileActionFbmlMarkup)
          Deprecated.  
 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 FacebookRestClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup, java.lang.CharSequence profileActionFbmlMarkup, java.lang.CharSequence mobileFbmlMarkup)
          Deprecated.  
 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 FacebookRestClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup, java.lang.CharSequence profileActionFbmlMarkup, java.lang.CharSequence mobileFbmlMarkup, java.lang.Long profileId)
          Deprecated.  
 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 FacebookRestClient.profile_setFBML(java.lang.CharSequence profileFbmlMarkup, java.lang.CharSequence profileActionFbmlMarkup, java.lang.Long profileId)
          Deprecated.  
 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 FacebookRestClient.profile_setFBML(java.lang.Long userId, java.lang.String profileFbml, java.lang.String actionFbml, java.lang.String mobileFbml)
          Deprecated.  
 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)
           
 boolean FacebookRestClient.profile_setFBML(java.lang.Long userId, java.lang.String profileFbml, java.lang.String actionFbml, java.lang.String mobileFbml, java.lang.String profileMain)
          Deprecated.  
 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 FacebookRestClient.profile_setInfo(java.lang.Long userId, java.lang.String title, boolean textOnly, java.util.List<ProfileInfoField> fields)
          Deprecated.  
 void IFacebookRestClient.profile_setInfoOptions(ProfileInfoField field)
          Specifies the objects for a field for an application info section.
 void ExtensibleClient.profile_setInfoOptions(ProfileInfoField field)
           
 void FacebookRestClient.profile_setInfoOptions(ProfileInfoField field)
          Deprecated.  
 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 FacebookRestClient.profile_setMobileFBML(java.lang.CharSequence fbmlMarkup)
          Deprecated.  
 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 FacebookRestClient.profile_setMobileFBML(java.lang.CharSequence fbmlMarkup, java.lang.Long profileId)
          Deprecated.  
 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 FacebookRestClient.profile_setProfileActionFBML(java.lang.CharSequence fbmlMarkup)
          Deprecated.  
 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 FacebookRestClient.profile_setProfileActionFBML(java.lang.CharSequence fbmlMarkup, java.lang.Long profileId)
          Deprecated.  
 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 FacebookRestClient.profile_setProfileFBML(java.lang.CharSequence fbmlMarkup)
          Deprecated.  
 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 FacebookRestClient.profile_setProfileFBML(java.lang.CharSequence fbmlMarkup, java.lang.Long profileId)
          Deprecated.  
 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 FacebookRestClient.sms_canSend()
          Deprecated. Check to see if the application is permitted to send SMS messages to the current application user.
 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)
          Determines whether this application can send SMS to the user identified by userId
 boolean FacebookRestClient.sms_canSend(java.lang.Long userId)
          Deprecated. Check to see if the application is permitted to send SMS messages to the specified user.
 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 FacebookRestClient.sms_send(java.lang.Long userId, java.lang.String message, java.lang.Integer smsSessionId, boolean makeNewSession)
          Deprecated. Send an SMS message to the specified user.
 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)
           
 java.lang.Integer FacebookRestClient.sms_send(java.lang.String message, java.lang.Integer smsSessionId, boolean makeNewSession)
          Deprecated. Send an SMS message to the current application user.
 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)
          Sends a message via SMS to the user identified by userId.
 void FacebookRestClient.sms_sendMessage(java.lang.Long userId, java.lang.CharSequence message)
          Deprecated. Sends a message via SMS to the user identified by userId.
 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)
          Sends a message via SMS to the user identified by userId, with the expectation that the user will reply.
 int FacebookRestClient.sms_sendMessageWithSession(java.lang.Long userId, java.lang.CharSequence message)
          Deprecated. Sends a message via SMS to the user identified by userId, with the expectation that the user will reply.
 void ExtensibleClient.sms_sendResponse(java.lang.Integer userId, java.lang.CharSequence response, java.lang.Integer mobileSessionId)
          Sends a message via SMS to the user identified by userId in response to a user query associated with mobileSessionId.
 void FacebookRestClient.sms_sendResponse(java.lang.Integer userId, java.lang.CharSequence response, java.lang.Integer mobileSessionId)
          Deprecated. Sends a message via SMS to the user identified by userId in response to a user query associated with mobileSessionId.
protected  boolean ExtensibleClient.templatizedFeedHandler(FacebookMethod method, 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)
           
protected  boolean FacebookRestClient.templatizedFeedHandler(java.lang.Long actorId, FacebookMethod method, 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)
          Deprecated.  
 boolean IFacebookRestClient.users_clearStatus()
          Clears the logged-in user's Facebook status.
 boolean ExtensibleClient.users_clearStatus()
           
 boolean FacebookRestClient.users_clearStatus()
          Deprecated.  
 T IFacebookRestClient.users_getInfo(java.util.Collection<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.util.Collection<java.lang.Long> userIds, java.util.Collection<ProfileField> fields)
           
 org.w3c.dom.Document FacebookRestClient.users_getInfo(java.util.Collection<java.lang.Long> userIds, java.util.Collection<ProfileField> fields)
          Deprecated.  
 T IFacebookRestClient.users_getInfo(java.util.Collection<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.util.Collection<java.lang.Long> userIds, java.util.Set<java.lang.CharSequence> fields)
           
 org.w3c.dom.Document FacebookRestClient.users_getInfo(java.util.Collection<java.lang.Long> userIds, java.util.Set<java.lang.CharSequence> fields)
          Deprecated.  
 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
 long FacebookRestClient.users_getLoggedInUser()
          Deprecated. Retrieves the user ID of the user logged in to this API session
 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 ExtensibleClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds, java.util.Collection<ProfileField> fields)
           
 org.w3c.dom.Document FacebookRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds, java.util.Collection<ProfileField> fields)
          Deprecated.  
 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.
 T ExtensibleClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds, java.util.Set<java.lang.CharSequence> fields)
           
 org.w3c.dom.Document FacebookRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds, java.util.Set<java.lang.CharSequence> fields)
          Deprecated.  
 boolean IFacebookRestClient.users_hasAppPermission(Permission perm)
           
 boolean ExtensibleClient.users_hasAppPermission(Permission perm)
           
 boolean FacebookRestClient.users_hasAppPermission(Permission perm)
          Deprecated.  
 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 FacebookRestClient.users_hasAppPermission(Permission perm, java.lang.Long userId)
          Deprecated.  
 boolean IFacebookRestClient.users_isAppAdded()
          Deprecated.  
 boolean ExtensibleClient.users_isAppAdded()
          Deprecated. 
 boolean FacebookRestClient.users_isAppAdded()
          Deprecated. 
 boolean IFacebookRestClient.users_isAppAdded(java.lang.Long userId)
          Deprecated.  
 boolean ExtensibleClient.users_isAppAdded(java.lang.Long userId)
          Deprecated. 
 boolean FacebookRestClient.users_isAppAdded(java.lang.Long userId)
          Deprecated. 
 boolean IFacebookRestClient.users_isAppUser()
           
 boolean ExtensibleClient.users_isAppUser()
           
 boolean FacebookRestClient.users_isAppUser()
          Deprecated.  
 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 FacebookRestClient.users_isAppUser(java.lang.Long userId)
          Deprecated.  
 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 FacebookRestClient.users_setStatus(java.lang.String status)
          Deprecated.  
 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 FacebookRestClient.users_setStatus(java.lang.String newStatus, boolean clear)
          Deprecated.  
 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 FacebookRestClient.users_setStatus(java.lang.String newStatus, boolean clear, boolean statusIncludesVerb)
          Deprecated.  
 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 FacebookRestClient.users_setStatus(java.lang.String newStatus, boolean clear, boolean statusIncludesVerb, java.lang.Long userId)
          Deprecated.  
 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 FacebookRestClient.users_setStatus(java.lang.String newStatus, boolean clear, java.lang.Long userId)
          Deprecated.  
 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)
           
 boolean FacebookRestClient.users_setStatus(java.lang.String status, java.lang.Long userId)
          Deprecated.  
 



Copyright © 2008. All Rights Reserved.