|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FacebookException in com.google.code.facebookapi |
|---|
| Methods in com.google.code.facebookapi that throw FacebookException | ||
|---|---|---|
int |
SpecificReturnTypeAdapter.admin_getAllocation(AllocationType allocationType)
|
|
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 |
SpecificReturnTypeAdapter.admin_getAllocation(AllocationType allocationType,
java.lang.Long userId)
|
|
int |
IFacebookRestClient.admin_getAllocation(AllocationType allocationType,
java.lang.Long userId)
Get your application's current allocation of the specified type of request (i.e. |
|
int |
ExtensibleClient.admin_getAllocation(AllocationType allocationType,
java.lang.Long userId)
|
|
int |
SpecificReturnTypeAdapter.admin_getAllocation(java.lang.String allocationType)
|
|
int |
IFacebookRestClient.admin_getAllocation(java.lang.String allocationType)
Get your application's current allocation of the specified type of request (i.e. |
|
int |
ExtensibleClient.admin_getAllocation(java.lang.String allocationType)
|
|
int |
SpecificReturnTypeAdapter.admin_getAllocation(java.lang.String allocationType,
java.lang.Long userId)
|
|
int |
IFacebookRestClient.admin_getAllocation(java.lang.String allocationType,
java.lang.Long userId)
Get your application's current allocation of the specified type of request (i.e. |
|
int |
ExtensibleClient.admin_getAllocation(java.lang.String allocationType,
java.lang.Long userId)
|
|
org.json.JSONObject |
SpecificReturnTypeAdapter.admin_getAppProperties(java.util.Collection<ApplicationProperty> properties)
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 |
|
ApplicationPropertySet |
SpecificReturnTypeAdapter.admin_getAppPropertiesAsSet(java.util.Collection<ApplicationProperty> properties)
|
|
ApplicationPropertySet |
IFacebookRestClient.admin_getAppPropertiesAsSet(java.util.Collection<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.Collection<ApplicationProperty> properties)
|
|
java.lang.String |
SpecificReturnTypeAdapter.admin_getAppPropertiesAsString(java.util.Collection<ApplicationProperty> properties)
|
|
java.lang.String |
IFacebookRestClient.admin_getAppPropertiesAsString(java.util.Collection<ApplicationProperty> properties)
Retrieve application properties. |
|
java.lang.String |
ExtensibleClient.admin_getAppPropertiesAsString(java.util.Collection<ApplicationProperty> properties)
|
|
java.util.Map<ApplicationProperty,java.lang.String> |
SpecificReturnTypeAdapter.admin_getAppPropertiesMap(java.util.Collection<ApplicationProperty> properties)
|
|
java.util.Map<ApplicationProperty,java.lang.String> |
IFacebookRestClient.admin_getAppPropertiesMap(java.util.Collection<ApplicationProperty> properties)
Retrieve application properties. |
|
java.util.Map<ApplicationProperty,java.lang.String> |
ExtensibleClient.admin_getAppPropertiesMap(java.util.Collection<ApplicationProperty> properties)
|
|
T |
IFacebookRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end)
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end)
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end)
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end)
Deprecated. |
|
java.lang.Object |
ExtensibleClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end)
Deprecated. |
|
T |
IFacebookRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
long start,
long end)
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
long start,
long end)
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
long start,
long end)
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
long start,
long end)
Deprecated. |
|
java.lang.Object |
ExtensibleClient.admin_getDailyMetrics(java.util.Set<Metric> metrics,
long start,
long end)
Deprecated. |
|
T |
IFacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end,
long period)
Retrieve metrics for the current application. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end,
long period)
|
|
org.json.JSONArray |
FacebookJsonRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end,
long period)
|
|
AdminGetMetricsResponse |
FacebookJaxbRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end,
long period)
|
|
java.lang.Object |
ExtensibleClient.admin_getMetrics(java.util.Set<Metric> metrics,
java.util.Date start,
java.util.Date end,
long period)
|
|
T |
IFacebookRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
Retrieve the daily metrics for the current application. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
|
|
org.json.JSONArray |
FacebookJsonRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
|
|
AdminGetMetricsResponse |
FacebookJaxbRestClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
|
|
java.lang.Object |
ExtensibleClient.admin_getMetrics(java.util.Set<Metric> metrics,
long start,
long end,
long period)
|
|
int |
SpecificReturnTypeAdapter.admin_getNotificationAllocation()
Deprecated. |
|
int |
IFacebookRestClient.admin_getNotificationAllocation()
Deprecated. |
|
int |
ExtensibleClient.admin_getNotificationAllocation()
Deprecated. |
|
int |
SpecificReturnTypeAdapter.admin_getRequestAllocation()
Deprecated. |
|
int |
IFacebookRestClient.admin_getRequestAllocation()
Deprecated. |
|
int |
ExtensibleClient.admin_getRequestAllocation()
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.admin_setAppProperties(ApplicationPropertySet properties)
|
|
boolean |
IFacebookRestClient.admin_setAppProperties(ApplicationPropertySet properties)
Sets several property values for an application. |
|
boolean |
ExtensibleClient.admin_setAppProperties(ApplicationPropertySet properties)
|
|
boolean |
SpecificReturnTypeAdapter.admin_setAppProperties(java.util.Map<ApplicationProperty,java.lang.String> properties)
|
|
boolean |
IFacebookRestClient.admin_setAppProperties(java.util.Map<ApplicationProperty,java.lang.String> properties)
Set application properties. |
|
boolean |
ExtensibleClient.admin_setAppProperties(java.util.Map<ApplicationProperty,java.lang.String> properties)
|
|
T |
IFacebookRestClient.application_getPublicInfo(java.lang.Long applicationId,
java.lang.String applicationKey,
java.lang.String applicationCanvas)
Gets the public information about the specified application. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.application_getPublicInfo(java.lang.Long applicationId,
java.lang.String applicationKey,
java.lang.String applicationCanvas)
|
|
org.json.JSONObject |
FacebookJsonRestClient.application_getPublicInfo(java.lang.Long applicationId,
java.lang.String applicationKey,
java.lang.String applicationCanvas)
|
|
AppInfo |
FacebookJaxbRestClient.application_getPublicInfo(java.lang.Long applicationId,
java.lang.String applicationKey,
java.lang.String applicationCanvas)
|
|
java.lang.Object |
ExtensibleClient.application_getPublicInfo(java.lang.Long applicationId,
java.lang.String applicationKey,
java.lang.String applicationCanvas)
|
|
T |
IFacebookRestClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
Gets the public information about the specified application, by API key. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
|
|
org.json.JSONObject |
FacebookJsonRestClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
|
|
AppInfo |
FacebookJaxbRestClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
|
|
java.lang.Object |
ExtensibleClient.application_getPublicInfoByApiKey(java.lang.String applicationKey)
|
|
T |
IFacebookRestClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
Gets the public information about the specified application, by canvas-page name. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
|
|
org.json.JSONObject |
FacebookJsonRestClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
|
|
AppInfo |
FacebookJaxbRestClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
|
|
java.lang.Object |
ExtensibleClient.application_getPublicInfoByCanvasName(java.lang.String applicationCanvas)
|
|
T |
IFacebookRestClient.application_getPublicInfoById(java.lang.Long applicationId)
Gets the public information about the specified application, by application id. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.application_getPublicInfoById(java.lang.Long applicationId)
|
|
org.json.JSONObject |
FacebookJsonRestClient.application_getPublicInfoById(java.lang.Long applicationId)
|
|
AppInfo |
FacebookJaxbRestClient.application_getPublicInfoById(java.lang.Long applicationId)
|
|
java.lang.Object |
ExtensibleClient.application_getPublicInfoById(java.lang.Long applicationId)
|
|
java.lang.String |
SpecificReturnTypeAdapter.auth_createToken()
|
|
java.lang.String |
IFacebookRestClient.auth_createToken()
Call this function and store the result, using it to generate the appropriate login url and then to retrieve the session information. |
|
java.lang.String |
ExtensibleClient.auth_createToken()
|
|
boolean |
SpecificReturnTypeAdapter.auth_expireSession()
|
|
boolean |
IFacebookRestClient.auth_expireSession()
Expires the curently active session. |
|
boolean |
ExtensibleClient.auth_expireSession()
|
|
java.lang.String |
SpecificReturnTypeAdapter.auth_getSession(java.lang.String authToken)
|
|
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 |
ExtensibleClient.auth_getSession(java.lang.String authToken)
Call this function to retrieve the session information after your user has logged in. |
|
java.lang.String |
SpecificReturnTypeAdapter.auth_getSession(java.lang.String authToken,
boolean generateSessionSecret)
|
|
java.lang.String |
IFacebookRestClient.auth_getSession(java.lang.String authToken,
boolean generateSessionSecret)
Call this function to retrieve the session information after your user has logged in. |
|
java.lang.String |
ExtensibleClient.auth_getSession(java.lang.String authToken,
boolean generateSessionSecret)
|
|
java.lang.String |
SpecificReturnTypeAdapter.auth_promoteSession()
|
|
java.lang.String |
IFacebookRestClient.auth_promoteSession()
Generate a key for the current session that can be used to authenticate client-side components. |
|
java.lang.String |
ExtensibleClient.auth_promoteSession()
|
|
boolean |
SpecificReturnTypeAdapter.auth_revokeAuthorization()
|
|
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 |
SpecificReturnTypeAdapter.auth_revokeExtendedPermission(Permission perm)
|
|
boolean |
IFacebookRestClient.auth_revokeExtendedPermission(Permission perm)
|
|
boolean |
ExtensibleClient.auth_revokeExtendedPermission(Permission perm)
|
|
boolean |
SpecificReturnTypeAdapter.auth_revokeExtendedPermission(Permission perm,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.auth_revokeExtendedPermission(Permission perm,
java.lang.Long userId)
Revokes the specified extended permission for the selected user. |
|
boolean |
ExtensibleClient.auth_revokeExtendedPermission(Permission perm,
java.lang.Long userId)
|
|
T |
IFacebookRestClient.batch_run(java.lang.String methods,
boolean serial)
Executes a batch of queries. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.batch_run(java.lang.String methods,
boolean serial)
|
|
java.lang.Object |
FacebookJsonRestClient.batch_run(java.lang.String methods,
boolean serial)
|
|
BatchRunResponse |
FacebookJaxbRestClient.batch_run(java.lang.String methods,
boolean serial)
|
|
java.lang.String |
ExtensibleClient.batch_run(java.lang.String methods,
boolean serial)
|
|
protected java.util.List<java.lang.String> |
BasicClient.batch_run(java.lang.String methods,
boolean serial)
|
|
protected java.lang.String |
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 java.lang.String |
ExtensibleClient.callMethod(IFacebookMethod method,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs,
java.lang.String fileName,
java.io.InputStream fileStream)
|
|
protected java.lang.String |
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. |
|
java.lang.String |
BasicClient.callMethod(java.lang.String responseFormat,
IFacebookMethod method,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
|
|
protected java.lang.String |
ExtensibleClient.callMethod(java.lang.String format,
IFacebookMethod method,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs,
java.lang.String fileName,
java.io.InputStream fileStream)
|
|
java.lang.String |
BasicClient.callMethod(java.lang.String responseFormat,
IFacebookMethod method,
Pair<java.lang.String,java.lang.CharSequence>... paramPairs)
|
|
java.lang.String |
BasicClient.callMethod(java.lang.String responseFormat,
IFacebookMethod method,
java.lang.String sessionKey,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
|
|
java.lang.String |
BasicClient.callMethod(java.lang.String responseFormat,
IFacebookMethod method,
java.lang.String sessionKey,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs,
java.lang.String fileName,
java.io.InputStream fileStream)
|
|
java.lang.String |
BasicClient.callMethod(java.lang.String responseFormat,
IFacebookMethod method,
java.lang.String sessionKey,
Pair<java.lang.String,java.lang.CharSequence>... paramPairs)
|
|
int |
SpecificReturnTypeAdapter.connect_getUnconnectedFriendsCount()
|
|
int |
IFacebookRestClient.connect_getUnconnectedFriendsCount()
This method returns the number of friends of the current user who have accounts on your site, but have not yet connected their accounts. |
|
int |
ExtensibleClient.connect_getUnconnectedFriendsCount()
|
|
T |
IFacebookRestClient.connect_registerUsers(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> accounts)
This method is used to create an association between an external user account and a Facebook user account. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.connect_registerUsers(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> accounts)
|
|
org.json.JSONArray |
FacebookJsonRestClient.connect_registerUsers(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> accounts)
|
|
ConnectRegisterUsersResponse |
FacebookJaxbRestClient.connect_registerUsers(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> accounts)
|
|
java.lang.Object |
ExtensibleClient.connect_registerUsers(java.util.Collection<java.util.Map<java.lang.String,java.lang.String>> accounts)
|
|
T |
IFacebookRestClient.connect_unregisterUsers(java.util.Collection<java.lang.String> email_hashes)
This method allows a site to unregister a previously registered account (using connect.registerUsers). |
|
org.w3c.dom.Document |
FacebookXmlRestClient.connect_unregisterUsers(java.util.Collection<java.lang.String> email_hashes)
|
|
org.json.JSONArray |
FacebookJsonRestClient.connect_unregisterUsers(java.util.Collection<java.lang.String> email_hashes)
|
|
ConnectUnregisterUsersResponse |
FacebookJaxbRestClient.connect_unregisterUsers(java.util.Collection<java.lang.String> email_hashes)
|
|
java.lang.Object |
ExtensibleClient.connect_unregisterUsers(java.util.Collection<java.lang.String> email_hashes)
|
|
java.lang.Long |
SpecificReturnTypeAdapter.dashboard_addGlobalNews(java.util.Collection<DashboardNewsItem> newsItems)
|
|
java.lang.Long |
IFacebookRestClient.dashboard_addGlobalNews(java.util.Collection<DashboardNewsItem> newsItems)
Non-imageUrl method signature form. |
|
java.lang.Long |
ExtensibleClient.dashboard_addGlobalNews(java.util.Collection<DashboardNewsItem> newsItems)
|
|
java.lang.Long |
SpecificReturnTypeAdapter.dashboard_addGlobalNews(java.util.Collection<DashboardNewsItem> newsItems,
java.lang.String imageUrl)
|
|
java.lang.Long |
IFacebookRestClient.dashboard_addGlobalNews(java.util.Collection<DashboardNewsItem> newsItems,
java.lang.String imageUrl)
Submits global news items for all users of the app. |
|
java.lang.Long |
ExtensibleClient.dashboard_addGlobalNews(java.util.Collection<DashboardNewsItem> newsItems,
java.lang.String imageUrl)
|
|
boolean |
SpecificReturnTypeAdapter.dashboard_clearGlobalNews()
|
|
boolean |
IFacebookRestClient.dashboard_clearGlobalNews()
Clears all global news items from application. |
|
boolean |
ExtensibleClient.dashboard_clearGlobalNews()
|
|
boolean |
SpecificReturnTypeAdapter.dashboard_clearGlobalNews(java.util.Collection<java.lang.Long> newsItemIds)
|
|
boolean |
IFacebookRestClient.dashboard_clearGlobalNews(java.util.Collection<java.lang.Long> newsIds)
Clears specific global news items from application. |
|
boolean |
ExtensibleClient.dashboard_clearGlobalNews(java.util.Collection<java.lang.Long> newsIds)
|
|
T |
IFacebookRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems)
Non-imageUrl method signature form. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems)
|
|
org.json.JSONArray |
FacebookJsonRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems)
|
|
DashboardMultiAddNewsResponse |
FacebookJaxbRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems)
|
|
java.lang.Object |
ExtensibleClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems)
|
|
T |
IFacebookRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems,
java.lang.String imageUrl)
Adds all of the supplied news items to each of the users specified. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems,
java.lang.String imageUrl)
|
|
org.json.JSONArray |
FacebookJsonRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems,
java.lang.String imageUrl)
|
|
DashboardMultiAddNewsResponse |
FacebookJaxbRestClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems,
java.lang.String imageUrl)
|
|
java.lang.Object |
ExtensibleClient.dashboard_multiAddNews(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<DashboardNewsItem> newsItems,
java.lang.String imageUrl)
|
|
T |
IFacebookRestClient.dashboard_multiClearNews(java.util.Collection<java.lang.Long> userIds)
Clears all of the news items associated to the specified users. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.dashboard_multiClearNews(java.util.Collection<java.lang.Long> userIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.dashboard_multiClearNews(java.util.Collection<java.lang.Long> userIds)
|
|
DashboardMultiClearNewsResponse |
FacebookJaxbRestClient.dashboard_multiClearNews(java.util.Collection<java.lang.Long> userIds)
|
|
java.lang.Object |
ExtensibleClient.dashboard_multiClearNews(java.util.Collection<java.lang.Long> userIds)
|
|
T |
IFacebookRestClient.dashboard_multiClearNews(java.util.Map<java.lang.Long,java.util.Collection<java.lang.Long>> userIdToNewsIdsMap)
Removes the referenced news items against each of the users specified. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.dashboard_multiClearNews(java.util.Map<java.lang.Long,java.util.Collection<java.lang.Long>> userIdToNewsIdsMap)
|
|
org.json.JSONArray |
FacebookJsonRestClient.dashboard_multiClearNews(java.util.Map<java.lang.Long,java.util.Collection<java.lang.Long>> userIdToNewsIdsMap)
|
|
DashboardMultiClearNewsResponse |
FacebookJaxbRestClient.dashboard_multiClearNews(java.util.Map<java.lang.Long,java.util.Collection<java.lang.Long>> userIdToNewsIdsMap)
|
|
java.lang.Object |
ExtensibleClient.dashboard_multiClearNews(java.util.Map<java.lang.Long,java.util.Collection<java.lang.Long>> userIdToNewsIdMap)
|
|
java.util.Set<java.lang.Long> |
SpecificReturnTypeAdapter.dashboard_multiIncrementCount(java.util.Collection<java.lang.Long> userIds)
|
|
java.util.Set<java.lang.Long> |
IFacebookRestClient.dashboard_multiIncrementCount(java.util.Collection<java.lang.Long> userIds)
Increments the dashboard bookmark counter by one for the given set of users. |
|
java.util.Set<java.lang.Long> |
ExtensibleClient.dashboard_multiIncrementCount(java.util.Collection<java.lang.Long> userIds)
|
|
java.lang.Long |
SpecificReturnTypeAdapter.dashboard_publishActivity(DashboardActivityItem activityItem)
|
|
java.lang.Long |
IFacebookRestClient.dashboard_publishActivity(DashboardActivityItem activityItem)
Non-imageUrl method signature form. |
|
java.lang.Long |
ExtensibleClient.dashboard_publishActivity(DashboardActivityItem activityItem)
|
|
java.lang.Long |
SpecificReturnTypeAdapter.dashboard_publishActivity(DashboardActivityItem activityItem,
java.lang.String imageUrl)
|
|
java.lang.Long |
IFacebookRestClient.dashboard_publishActivity(DashboardActivityItem activityItem,
java.lang.String imageUrl)
Submits activity for a given user as it will appear in the dashboard section, 'what your friends are doing'. |
|
java.lang.Long |
ExtensibleClient.dashboard_publishActivity(DashboardActivityItem activityItem,
java.lang.String imageUrl)
|
|
long |
SpecificReturnTypeAdapter.data_createObject(java.lang.String objectType,
java.util.Map<java.lang.String,java.lang.String> properties)
|
|
long |
IFacebookRestClient.data_createObject(java.lang.String objectType,
java.util.Map<java.lang.String,java.lang.String> properties)
Create object in Data Store |
|
long |
ExtensibleClient.data_createObject(java.lang.String objectType,
java.util.Map<java.lang.String,java.lang.String> properties)
|
|
void |
IFacebookRestClient.data_createObjectType(java.lang.String name)
An object type is like a "table" in SQL terminology, or a "class" in object-oriented programming concepts. |
|
void |
ExtensibleClient.data_createObjectType(java.lang.String name)
|
|
void |
BaseAdapter.data_createObjectType(java.lang.String name)
|
|
void |
IFacebookRestClient.data_defineAssociation(java.lang.String associationName,
AssociationType associationType,
AssociationInfo associationInfo1,
AssociationInfo associationInfo2,
java.lang.String inverseName)
|
|
void |
ExtensibleClient.data_defineAssociation(java.lang.String associationName,
AssociationType associationType,
AssociationInfo associationInfo1,
AssociationInfo associationInfo2,
java.lang.String inverseName)
|
|
void |
BaseAdapter.data_defineAssociation(java.lang.String associationName,
AssociationType associationType,
AssociationInfo associationInfo1,
AssociationInfo associationInfo2,
java.lang.String inverseName)
|
|
void |
IFacebookRestClient.data_defineObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
PropertyType propertyType)
|
|
void |
ExtensibleClient.data_defineObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
PropertyType propertyType)
|
|
void |
BaseAdapter.data_defineObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
PropertyType propertyType)
|
|
void |
IFacebookRestClient.data_deleteObject(long objectId)
Delete object in Data Store |
|
void |
ExtensibleClient.data_deleteObject(long objectId)
|
|
void |
BaseAdapter.data_deleteObject(long objectId)
|
|
void |
IFacebookRestClient.data_deleteObjects(java.util.Collection<java.lang.Long> objectIds)
Delete multiple objects in Data Store WARNING: This method seems to fail when it comes across the first object that it can't find. |
|
void |
ExtensibleClient.data_deleteObjects(java.util.Collection<java.lang.Long> objectIds)
|
|
void |
BaseAdapter.data_deleteObjects(java.util.Collection<java.lang.Long> objectIds)
|
|
void |
IFacebookRestClient.data_dropObjectType(java.lang.String objectType)
Remove a previously defined object type. |
|
void |
ExtensibleClient.data_dropObjectType(java.lang.String objectType)
|
|
void |
BaseAdapter.data_dropObjectType(java.lang.String objectType)
|
|
long |
SpecificReturnTypeAdapter.data_getAssociatedObjectCount(java.lang.String associationName,
long objectId)
|
|
long |
IFacebookRestClient.data_getAssociatedObjectCount(java.lang.String associationName,
long objectId)
Returns count of object ids that are associated with specified object. |
|
long |
ExtensibleClient.data_getAssociatedObjectCount(java.lang.String associationName,
long objectId)
|
|
T |
IFacebookRestClient.data_getAssociationDefinition(java.lang.String associationName)
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getAssociationDefinition(java.lang.String associationName)
|
|
org.json.JSONObject |
FacebookJsonRestClient.data_getAssociationDefinition(java.lang.String associationName)
|
|
AssociationInfo |
FacebookJaxbRestClient.data_getAssociationDefinition(java.lang.String associationName)
|
|
java.lang.Object |
ExtensibleClient.data_getAssociationDefinition(java.lang.String name)
|
|
T |
IFacebookRestClient.data_getAssociationDefinitions()
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getAssociationDefinitions()
|
|
org.json.JSONArray |
FacebookJsonRestClient.data_getAssociationDefinitions()
|
|
DataGetAssociationDefinitionsResponse |
FacebookJaxbRestClient.data_getAssociationDefinitions()
|
|
java.lang.Object |
ExtensibleClient.data_getAssociationDefinitions()
|
|
T |
IFacebookRestClient.data_getCookies()
Get all cookies for the currently logged-in user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getCookies()
|
|
org.json.JSONArray |
FacebookJsonRestClient.data_getCookies()
|
|
DataGetCookiesResponse |
FacebookJaxbRestClient.data_getCookies()
|
|
java.lang.Object |
ExtensibleClient.data_getCookies()
|
|
T |
IFacebookRestClient.data_getCookies(java.lang.Long userId)
Get all cookies for the specified user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getCookies(java.lang.Long userId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.data_getCookies(java.lang.Long userId)
|
|
DataGetCookiesResponse |
FacebookJaxbRestClient.data_getCookies(java.lang.Long userId)
|
|
java.lang.Object |
ExtensibleClient.data_getCookies(java.lang.Long userId)
|
|
T |
IFacebookRestClient.data_getCookies(java.lang.Long userId,
java.lang.CharSequence name)
Get a specific cookie for the specified user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getCookies(java.lang.Long userId,
java.lang.CharSequence name)
|
|
org.json.JSONArray |
FacebookJsonRestClient.data_getCookies(java.lang.Long userId,
java.lang.CharSequence name)
|
|
DataGetCookiesResponse |
FacebookJaxbRestClient.data_getCookies(java.lang.Long userId,
java.lang.CharSequence name)
|
|
java.lang.Object |
ExtensibleClient.data_getCookies(java.lang.Long userId,
java.lang.CharSequence name)
|
|
T |
IFacebookRestClient.data_getCookies(java.lang.String name)
Get a specific cookie for the currently logged-in user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getCookies(java.lang.String name)
|
|
org.json.JSONArray |
FacebookJsonRestClient.data_getCookies(java.lang.String name)
|
|
DataGetCookiesResponse |
FacebookJaxbRestClient.data_getCookies(java.lang.String name)
|
|
java.lang.Object |
ExtensibleClient.data_getCookies(java.lang.String name)
|
|
T |
IFacebookRestClient.data_getObject(long objectId)
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getObject(long objectId)
|
|
org.json.JSONObject |
FacebookJsonRestClient.data_getObject(long objectId)
|
|
java.lang.Object |
FacebookJaxbRestClient.data_getObject(long objectId)
|
|
java.lang.Object |
ExtensibleClient.data_getObject(long objectId)
|
|
T |
IFacebookRestClient.data_getObjectProperty(long objectId,
java.lang.String propertyName)
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getObjectProperty(long objectId,
java.lang.String propertyName)
|
|
java.lang.String |
FacebookJsonRestClient.data_getObjectProperty(long objectId,
java.lang.String propertyName)
|
|
java.lang.String |
FacebookJaxbRestClient.data_getObjectProperty(long objectId,
java.lang.String propertyName)
|
|
java.lang.Object |
ExtensibleClient.data_getObjectProperty(long objectId,
java.lang.String propertyName)
|
|
T |
IFacebookRestClient.data_getObjects(java.util.Collection<java.lang.Long> objectIds)
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getObjects(java.util.Collection<java.lang.Long> objectIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.data_getObjects(java.util.Collection<java.lang.Long> objectIds)
|
|
DataGetObjectsResponse |
FacebookJaxbRestClient.data_getObjects(java.util.Collection<java.lang.Long> objectIds)
|
|
java.lang.Object |
ExtensibleClient.data_getObjects(java.util.Collection<java.lang.Long> objectIds)
|
|
T |
IFacebookRestClient.data_getObjectType(java.lang.String objectType)
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getObjectType(java.lang.String objectType)
|
|
org.json.JSONObject |
FacebookJsonRestClient.data_getObjectType(java.lang.String objectType)
|
|
DataGetObjectTypeResponse |
FacebookJaxbRestClient.data_getObjectType(java.lang.String objectType)
|
|
java.lang.Object |
ExtensibleClient.data_getObjectType(java.lang.String objectType)
|
|
T |
IFacebookRestClient.data_getObjectTypes()
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getObjectTypes()
|
|
org.json.JSONArray |
FacebookJsonRestClient.data_getObjectTypes()
|
|
DataGetObjectTypesResponse |
FacebookJaxbRestClient.data_getObjectTypes()
|
|
java.lang.Object |
ExtensibleClient.data_getObjectTypes()
|
|
java.lang.String |
SpecificReturnTypeAdapter.data_getUserPreference(int prefId)
|
|
java.lang.String |
IFacebookRestClient.data_getUserPreference(int prefId)
Lookup a single preference value for the current user. |
|
java.lang.String |
ExtensibleClient.data_getUserPreference(int prefId)
|
|
T |
IFacebookRestClient.data_getUserPreferences()
Get a map containing all preference values set for the current user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.data_getUserPreferences()
|
|
java.lang.Object |
FacebookJsonRestClient.data_getUserPreferences()
|
|
java.lang.Object |
FacebookJaxbRestClient.data_getUserPreferences()
|
|
java.lang.Object |
ExtensibleClient.data_getUserPreferences()
|
|
void |
IFacebookRestClient.data_removeAssociatedObjects(java.lang.String associationName,
long objectId)
The name of this function may be misleading, but it actually removes associations between any other objects and a specified object. |
|
void |
ExtensibleClient.data_removeAssociatedObjects(java.lang.String associationName,
long objectId)
|
|
void |
BaseAdapter.data_removeAssociatedObjects(java.lang.String associationName,
long objectId)
|
|
void |
IFacebookRestClient.data_removeAssociation(java.lang.String associationName,
long object1Id,
long object2Id)
Removes an association between two object identifiers. |
|
void |
ExtensibleClient.data_removeAssociation(java.lang.String associationName,
long object1Id,
long object2Id)
|
|
void |
BaseAdapter.data_removeAssociation(java.lang.String associationName,
long object1Id,
long object2Id)
|
|
void |
IFacebookRestClient.data_renameAssociation(java.lang.String name,
java.lang.String newName,
java.lang.String newAlias1,
java.lang.String newAlias2)
Rename a previously defined association. |
|
void |
ExtensibleClient.data_renameAssociation(java.lang.String name,
java.lang.String newName,
java.lang.String newAlias1,
java.lang.String newAlias2)
|
|
void |
BaseAdapter.data_renameAssociation(java.lang.String name,
java.lang.String newName,
java.lang.String newAlias1,
java.lang.String newAlias2)
|
|
void |
IFacebookRestClient.data_renameObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
java.lang.String newPropertyName)
|
|
void |
ExtensibleClient.data_renameObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
java.lang.String newPropertyName)
|
|
void |
BaseAdapter.data_renameObjectProperty(java.lang.String objectType,
java.lang.String propertyName,
java.lang.String newPropertyName)
|
|
void |
IFacebookRestClient.data_renameObjectType(java.lang.String name,
java.lang.String newName)
|
|
void |
ExtensibleClient.data_renameObjectType(java.lang.String objectType,
java.lang.String newName)
|
|
void |
BaseAdapter.data_renameObjectType(java.lang.String name,
java.lang.String newName)
|
|
void |
IFacebookRestClient.data_setAssociation(java.lang.String associationName,
long object1Id,
long object2Id,
java.lang.String data,
java.util.Date associationTime)
Create an association between two objects |
|
void |
ExtensibleClient.data_setAssociation(java.lang.String associationName,
long object1Id,
long object2Id,
java.lang.String data,
java.util.Date associationTime)
|
|
void |
BaseAdapter.data_setAssociation(java.lang.String associationName,
long object1Id,
long object2Id,
java.lang.String data,
java.util.Date associationTime)
|
|
boolean |
SpecificReturnTypeAdapter.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value)
|
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value)
Set a cookie for the specified user. |
|
boolean |
ExtensibleClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value)
|
|
boolean |
SpecificReturnTypeAdapter.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.CharSequence path)
|
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.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 |
SpecificReturnTypeAdapter.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.Long expires)
|
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.Long expires)
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 |
SpecificReturnTypeAdapter.data_setCookie(java.lang.Long userId,
java.lang.CharSequence name,
java.lang.CharSequence value,
java.lang.Long expires,
java.lang.CharSequence path)
|
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.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 |
SpecificReturnTypeAdapter.data_setCookie(java.lang.String name,
java.lang.String value)
|
|
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 |
SpecificReturnTypeAdapter.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.Long expires)
|
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.Long expires)
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 |
SpecificReturnTypeAdapter.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.Long expires,
java.lang.String path)
|
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.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 |
SpecificReturnTypeAdapter.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.String path)
|
|
boolean |
IFacebookRestClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.String path)
Set a cookie for the current user, under the specified path. |
|
boolean |
ExtensibleClient.data_setCookie(java.lang.String name,
java.lang.String value,
java.lang.String path)
|
|
void |
IFacebookRestClient.data_setObjectProperty(long objectId,
java.lang.String propertyName,
java.lang.String value)
|
|
void |
ExtensibleClient.data_setObjectProperty(long objectId,
java.lang.String propertyName,
java.lang.String value)
|
|
void |
BaseAdapter.data_setObjectProperty(long objectId,
java.lang.String propertyName,
java.lang.String value)
|
|
void |
IFacebookRestClient.data_setUserPreference(int prefId,
java.lang.String value)
Set a user-preference value. |
|
void |
ExtensibleClient.data_setUserPreference(int prefId,
java.lang.String value)
|
|
void |
BaseAdapter.data_setUserPreference(int prefId,
java.lang.String value)
|
|
void |
IFacebookRestClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values,
boolean replace)
Set multiple user-preferences values. |
|
void |
ExtensibleClient.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values,
boolean replace)
|
|
void |
BaseAdapter.data_setUserPreferences(java.util.Map<java.lang.Integer,java.lang.String> values,
boolean replace)
|
|
void |
IFacebookRestClient.data_undefineAssociation(java.lang.String name)
Remove a previously defined association. |
|
void |
ExtensibleClient.data_undefineAssociation(java.lang.String name)
|
|
void |
BaseAdapter.data_undefineAssociation(java.lang.String name)
|
|
void |
IFacebookRestClient.data_undefineObjectProperty(java.lang.String objectType,
java.lang.String propertyName)
|
|
void |
ExtensibleClient.data_undefineObjectProperty(java.lang.String objectType,
java.lang.String propertyName)
|
|
void |
BaseAdapter.data_undefineObjectProperty(java.lang.String objectType,
java.lang.String propertyName)
|
|
void |
IFacebookRestClient.data_updateObject(long objectId,
java.util.Map<java.lang.String,java.lang.String> properties,
boolean replace)
Update properties of an existing object in Data Store |
|
void |
ExtensibleClient.data_updateObject(long objectId,
java.util.Map<java.lang.String,java.lang.String> properties,
boolean replace)
|
|
void |
BaseAdapter.data_updateObject(long objectId,
java.util.Map<java.lang.String,java.lang.String> properties,
boolean replace)
|
|
protected java.lang.String |
ExtensibleClient.encodeMethods(java.util.List<com.google.code.facebookapi.BatchQuery> queryList)
|
|
protected static java.lang.String |
BasicClient.encodeMethods(java.util.List<com.google.code.facebookapi.BatchQuery> queryList)
|
|
boolean |
SpecificReturnTypeAdapter.events_cancel(java.lang.Long eid,
java.lang.String cancel_message)
|
|
boolean |
IFacebookRestClient.events_cancel(java.lang.Long eid,
java.lang.String cancel_message)
Cancels an event. |
|
boolean |
ExtensibleClient.events_cancel(java.lang.Long eid,
java.lang.String cancel_message)
|
|
java.lang.Long |
SpecificReturnTypeAdapter.events_create(java.util.Map<java.lang.String,java.lang.String> event_info)
|
|
java.lang.Long |
IFacebookRestClient.events_create(java.util.Map<java.lang.String,java.lang.String> event_info)
Creates an event on behalf of the user if the application has an active session key for that user; otherwise it creates an event on behalf of the application. |
|
java.lang.Long |
ExtensibleClient.events_create(java.util.Map<java.lang.String,java.lang.String> event_info)
|
|
boolean |
SpecificReturnTypeAdapter.events_edit(java.lang.Long eid,
java.util.Map<java.lang.String,java.lang.String> event_info)
|
|
boolean |
IFacebookRestClient.events_edit(java.lang.Long eid,
java.util.Map<java.lang.String,java.lang.String> event_info)
Edits the details of an existing event. |
|
boolean |
ExtensibleClient.events_edit(java.lang.Long eid,
java.util.Map<java.lang.String,java.lang.String> event_info)
|
|
T |
IFacebookRestClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime)
Returns all visible events according to the filters specified. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime)
|
|
org.json.JSONArray |
FacebookJsonRestClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime)
|
|
EventsGetResponse |
FacebookJaxbRestClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime)
|
|
java.lang.Object |
ExtensibleClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime)
|
|
T |
IFacebookRestClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime,
java.lang.String rsvp_status)
Returns all visible events according to the filters specified. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime,
java.lang.String rsvp_status)
|
|
org.json.JSONArray |
FacebookJsonRestClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime,
java.lang.String rsvp_status)
|
|
EventsGetResponse |
FacebookJaxbRestClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime,
java.lang.String rsvp_status)
|
|
java.lang.Object |
ExtensibleClient.events_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> eventIds,
java.lang.Long startTime,
java.lang.Long endTime,
java.lang.String rsvp_status)
|
|
T |
IFacebookRestClient.events_getMembers(java.lang.Long eventId)
Retrieves the membership list of an event |
|
org.w3c.dom.Document |
FacebookXmlRestClient.events_getMembers(java.lang.Long eventId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.events_getMembers(java.lang.Long eventId)
|
|
EventMembers |
FacebookJaxbRestClient.events_getMembers(java.lang.Long eventId)
|
|
java.lang.Object |
ExtensibleClient.events_getMembers(java.lang.Long eventId)
|
|
boolean |
SpecificReturnTypeAdapter.events_rsvp(java.lang.Long eid,
java.lang.String rsvp_status)
|
|
boolean |
IFacebookRestClient.events_rsvp(java.lang.Long eid,
java.lang.String rsvp_status)
Sets a user's RSVP status for an event. |
|
boolean |
ExtensibleClient.events_rsvp(java.lang.Long eid,
java.lang.String rsvp_status)
|
|
java.util.List<? extends java.lang.Object> |
IFacebookRestClient.executeBatch(boolean serial)
Executes a batch of queries. |
|
java.util.List<org.w3c.dom.Document> |
FacebookXmlRestClientBase.executeBatch(boolean serial)
Executes a batch of queries. |
|
java.util.List<? extends java.lang.Object> |
FacebookJsonRestClientBase.executeBatch(boolean serial)
Executes a batch of queries. |
|
java.util.List<? extends java.lang.Object> |
FacebookJaxbRestClientBase.executeBatch(boolean serial)
Executes a batch of queries. |
|
java.util.List<java.lang.String> |
ExtensibleClient.executeBatch(boolean serial)
Returns a list of String raw responses which will be further broken down by the adapters into the actual individual responses. |
|
java.util.List<java.lang.String> |
BasicClient.executeBatch(boolean serial)
Returns a list of String raw responses which will be further broken down by the adapters into the actual individual responses. |
|
protected boolean |
ExtensibleClient.extractBoolean(java.lang.String result)
Extracts a Boolean from a result that consists of a Boolean only. |
|
protected boolean |
ExtensibleClient.extractBoolean10(java.lang.String result)
|
|
protected int |
ExtensibleClient.extractInt(java.lang.String result)
Extracts an Long from a result that consists of an Long only. |
|
protected long |
ExtensibleClient.extractLong(java.lang.String result)
Extracts an Long from a result that consists of a Long only. |
|
protected java.lang.String |
ExtensibleClient.extractString(java.lang.String result)
Extracts a String from a T consisting entirely of a String. |
|
void |
IFacebookRestClient.fbml_deleteCustomTags(java.util.Collection<java.lang.String> names)
Deletes one or more custom tags you previously registered for the calling application with fbml.registerCustomTags. |
|
void |
ExtensibleClient.fbml_deleteCustomTags(java.util.Collection<java.lang.String> names)
|
|
void |
BaseAdapter.fbml_deleteCustomTags(java.util.Collection<java.lang.String> names)
|
|
T |
IFacebookRestClient.fbml_getCustomTags(java.lang.String appId)
Returns the custom tag definitions for tags that were previously defined using fbml.registerCustomTags. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.fbml_getCustomTags(java.lang.String appId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.fbml_getCustomTags(java.lang.String appId)
|
|
FbmlGetCustomTagsResponse |
FacebookJaxbRestClient.fbml_getCustomTags(java.lang.String appId)
|
|
java.lang.Object |
ExtensibleClient.fbml_getCustomTags(java.lang.String appId)
|
|
boolean |
SpecificReturnTypeAdapter.fbml_refreshImgSrc(java.lang.String imageUrl)
|
|
boolean |
IFacebookRestClient.fbml_refreshImgSrc(java.lang.String imageUrl)
Recaches the image with the specified imageUrl. |
|
boolean |
ExtensibleClient.fbml_refreshImgSrc(java.lang.String imageUrl)
|
|
boolean |
SpecificReturnTypeAdapter.fbml_refreshImgSrc(java.net.URL 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 |
SpecificReturnTypeAdapter.fbml_refreshRefUrl(java.lang.String url)
|
|
boolean |
IFacebookRestClient.fbml_refreshRefUrl(java.lang.String url)
Recaches the referenced url. |
|
boolean |
ExtensibleClient.fbml_refreshRefUrl(java.lang.String url)
|
|
boolean |
SpecificReturnTypeAdapter.fbml_refreshRefUrl(java.net.URL url)
|
|
boolean |
IFacebookRestClient.fbml_refreshRefUrl(java.net.URL url)
Recaches the referenced url. |
|
boolean |
ExtensibleClient.fbml_refreshRefUrl(java.net.URL url)
|
|
void |
IFacebookRestClient.fbml_registerCustomTags(java.util.Collection<org.json.JSONObject> tags)
Registers custom tags you can include in your that applications' FBML markup. |
|
void |
ExtensibleClient.fbml_registerCustomTags(java.util.Collection<org.json.JSONObject> tags)
|
|
void |
BaseAdapter.fbml_registerCustomTags(java.util.Collection<org.json.JSONObject> tags)
|
|
boolean |
SpecificReturnTypeAdapter.fbml_setRefHandle(java.lang.String handle,
java.lang.String markup)
|
|
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 |
SpecificReturnTypeAdapter.feed_deactivateTemplateBundleByID(java.lang.Long bundleId)
Deprecated. |
|
boolean |
IFacebookRestClient.feed_deactivateTemplateBundleByID(java.lang.Long bundleId)
Deprecated. |
|
boolean |
ExtensibleClient.feed_deactivateTemplateBundleByID(java.lang.Long bundleId)
Deprecated. |
|
T |
IFacebookRestClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
Deprecated. |
|
java.lang.Object |
ExtensibleClient.feed_getRegisteredTemplateBundleByID(java.lang.Long id)
Deprecated. |
|
T |
IFacebookRestClient.feed_getRegisteredTemplateBundles()
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.feed_getRegisteredTemplateBundles()
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.feed_getRegisteredTemplateBundles()
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.feed_getRegisteredTemplateBundles()
Deprecated. |
|
java.lang.Object |
ExtensibleClient.feed_getRegisteredTemplateBundles()
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate)
Deprecated. |
|
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate)
Deprecated. |
|
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate,
java.lang.Long pageActorId)
Deprecated. |
|
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate,
java.lang.Long pageActorId)
Deprecated. |
|
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.CharSequence titleTemplate,
java.lang.Long pageActorId)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.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.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 |
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.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. |
|
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 |
SpecificReturnTypeAdapter.feed_publishTemplatizedAction(java.lang.Long actorId,
java.lang.CharSequence titleTemplate)
Deprecated. |
|
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.Long actorId,
java.lang.CharSequence titleTemplate)
Deprecated. since 01/18/2008 |
|
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.Long actorId,
java.lang.CharSequence titleTemplate)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.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.Long actorId,
java.lang.CharSequence titleTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> titleData,
java.lang.CharSequence bodyTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> bodyData,
java.lang.CharSequence bodyGeneral,
java.util.Collection<java.lang.Long> targetIds,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images)
Deprecated. |
|
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.Long actorId,
java.lang.CharSequence titleTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> titleData,
java.lang.CharSequence bodyTemplate,
java.util.Map<java.lang.String,java.lang.CharSequence> bodyData,
java.lang.CharSequence bodyGeneral,
java.util.Collection<java.lang.Long> targetIds,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> images)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.feed_publishTemplatizedAction(java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> pictures,
java.lang.String targetIds)
Deprecated. |
|
boolean |
IFacebookRestClient.feed_publishTemplatizedAction(java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> pictures,
java.lang.String targetIds)
Deprecated. |
|
boolean |
ExtensibleClient.feed_publishTemplatizedAction(java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<? extends java.lang.Object,java.net.URL>> pictures,
java.lang.String targetIds)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.feed_PublishTemplatizedAction(TemplatizedAction action)
Deprecated. |
|
boolean |
IFacebookRestClient.feed_PublishTemplatizedAction(TemplatizedAction action)
Deprecated. |
|
boolean |
ExtensibleClient.feed_PublishTemplatizedAction(TemplatizedAction action)
Deprecated. |
|
java.lang.Boolean |
SpecificReturnTypeAdapter.feed_publishUserAction(java.lang.Long bundleId)
Deprecated. |
|
java.lang.Boolean |
IFacebookRestClient.feed_publishUserAction(java.lang.Long bundleId)
Deprecated. |
|
java.lang.Boolean |
ExtensibleClient.feed_publishUserAction(java.lang.Long bundleId)
Deprecated. |
|
java.lang.Boolean |
SpecificReturnTypeAdapter.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<IFeedImage> images,
java.util.List<java.lang.Long> targetIds,
java.lang.String bodyGeneral,
int storySize)
Deprecated. |
|
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)
Deprecated. |
|
java.lang.Boolean |
SpecificReturnTypeAdapter.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.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)
Deprecated. |
|
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)
Deprecated. |
|
java.lang.Long |
SpecificReturnTypeAdapter.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates)
Deprecated. |
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates)
Deprecated. |
|
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates)
Deprecated. |
|
java.lang.Long |
SpecificReturnTypeAdapter.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate)
Deprecated. |
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate)
Deprecated. |
|
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate)
Deprecated. |
|
java.lang.Long |
SpecificReturnTypeAdapter.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate,
java.util.List<BundleActionLink> actionLinks)
Deprecated. |
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate,
java.util.List<BundleActionLink> actionLinks)
Deprecated. |
|
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.util.Collection<java.lang.String> templates,
java.util.Collection<BundleStoryTemplate> shortTemplates,
BundleStoryTemplate longTemplate,
java.util.List<BundleActionLink> actionLinks)
Deprecated. |
|
java.lang.Long |
SpecificReturnTypeAdapter.feed_registerTemplateBundle(java.lang.String template)
Deprecated. |
|
java.lang.Long |
IFacebookRestClient.feed_registerTemplateBundle(java.lang.String template)
Deprecated. |
|
java.lang.Long |
ExtensibleClient.feed_registerTemplateBundle(java.lang.String template)
Deprecated. |
|
java.lang.Long |
SpecificReturnTypeAdapter.feed_registerTemplateBundle(java.lang.String template,
java.lang.String shortTemplate,
java.lang.String longTemplate)
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. |
|
T |
IFacebookRestClient.fql_query(java.lang.CharSequence query)
Retrieves the results of a Facebook Query Language query |
|
org.w3c.dom.Document |
FacebookXmlRestClient.fql_query(java.lang.CharSequence query)
|
|
java.lang.Object |
FacebookJsonRestClient.fql_query(java.lang.CharSequence query)
|
|
java.lang.Object |
FacebookJaxbRestClient.fql_query(java.lang.CharSequence query)
|
|
java.lang.Object |
ExtensibleClient.fql_query(java.lang.CharSequence query)
|
|
T |
IFacebookRestClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1,
java.util.Collection<java.lang.Long> userIds2)
Retrieves whether pairs of users are friends. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1,
java.util.Collection<java.lang.Long> userIds2)
|
|
java.lang.Object |
FacebookJsonRestClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1,
java.util.Collection<java.lang.Long> userIds2)
|
|
FriendsAreFriendsResponse |
FacebookJaxbRestClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1,
java.util.Collection<java.lang.Long> userIds2)
|
|
java.lang.Object |
ExtensibleClient.friends_areFriends(java.util.Collection<java.lang.Long> userIds1,
java.util.Collection<java.lang.Long> userIds2)
|
|
T |
IFacebookRestClient.friends_areFriends(long userId1,
long userId2)
Retrieves whether two users are friends. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_areFriends(long userId1,
long userId2)
|
|
java.lang.Object |
FacebookJsonRestClient.friends_areFriends(long userId1,
long userId2)
|
|
FriendsAreFriendsResponse |
FacebookJaxbRestClient.friends_areFriends(long userId1,
long userId2)
|
|
java.lang.Object |
ExtensibleClient.friends_areFriends(long userId1,
long userId2)
|
|
T |
IFacebookRestClient.friends_get()
Retrieves the friends of the currently logged in user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_get()
|
|
org.json.JSONArray |
FacebookJsonRestClient.friends_get()
|
|
FriendsGetResponse |
FacebookJaxbRestClient.friends_get()
|
|
java.lang.Object |
ExtensibleClient.friends_get()
|
|
T |
IFacebookRestClient.friends_get(java.lang.Long uid)
Retrieves the friends uid. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_get(java.lang.Long uid)
|
|
org.json.JSONArray |
FacebookJsonRestClient.friends_get(java.lang.Long uid)
|
|
FriendsGetResponse |
FacebookJaxbRestClient.friends_get(java.lang.Long uid)
|
|
java.lang.Object |
ExtensibleClient.friends_get(java.lang.Long uid)
|
|
T |
IFacebookRestClient.friends_getAppUsers()
Retrieves the friends of the currently logged in user, who are also users of the calling application. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_getAppUsers()
|
|
org.json.JSONArray |
FacebookJsonRestClient.friends_getAppUsers()
|
|
FriendsGetAppUsersResponse |
FacebookJaxbRestClient.friends_getAppUsers()
|
|
java.lang.Object |
ExtensibleClient.friends_getAppUsers()
|
|
T |
IFacebookRestClient.friends_getList(java.lang.Long friendListId)
Retrieves the friends of the currently logged in user that are members of the friends list with ID friendListId. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_getList(java.lang.Long friendListId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.friends_getList(java.lang.Long friendListId)
|
|
FriendsGetListsResponse |
FacebookJaxbRestClient.friends_getList(java.lang.Long friendListId)
|
|
java.lang.Object |
ExtensibleClient.friends_getList(java.lang.Long friendListId)
|
|
T |
IFacebookRestClient.friends_getLists()
Retrieves the friend lists of the currently logged in user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_getLists()
|
|
org.json.JSONArray |
FacebookJsonRestClient.friends_getLists()
|
|
FriendsGetListsResponse |
FacebookJaxbRestClient.friends_getLists()
|
|
java.lang.Object |
ExtensibleClient.friends_getLists()
|
|
T |
IFacebookRestClient.friends_getMutualFriends(java.lang.Long targetId)
Returns the Facebook user IDs of the mutual friends between the source user and target user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_getMutualFriends(java.lang.Long targetId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.friends_getMutualFriends(java.lang.Long targetId)
|
|
FriendsGetMutualFriendsResponse |
FacebookJaxbRestClient.friends_getMutualFriends(java.lang.Long targetId)
|
|
java.lang.Object |
ExtensibleClient.friends_getMutualFriends(java.lang.Long targetId)
|
|
T |
IFacebookRestClient.friends_getMutualFriends(java.lang.Long sourceId,
java.lang.Long targetId)
Returns the Facebook user IDs of the mutual friends between the source user and target user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.friends_getMutualFriends(java.lang.Long sourceId,
java.lang.Long targetId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.friends_getMutualFriends(java.lang.Long sourceId,
java.lang.Long targetId)
|
|
FriendsGetMutualFriendsResponse |
FacebookJaxbRestClient.friends_getMutualFriends(java.lang.Long sourceId,
java.lang.Long targetId)
|
|
java.lang.Object |
ExtensibleClient.friends_getMutualFriends(java.lang.Long sourceId,
java.lang.Long targetId)
|
|
T |
IFacebookRestClient.groups_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> groupIds)
Retrieves the groups associated with a user |
|
org.w3c.dom.Document |
FacebookXmlRestClient.groups_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> groupIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.groups_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> groupIds)
|
|
GroupsGetResponse |
FacebookJaxbRestClient.groups_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> groupIds)
|
|
java.lang.Object |
ExtensibleClient.groups_get(java.lang.Long userId,
java.util.Collection<java.lang.Long> groupIds)
|
|
T |
IFacebookRestClient.groups_getMembers(java.lang.Number groupId)
Retrieves the membership list of a group |
|
org.w3c.dom.Document |
FacebookXmlRestClient.groups_getMembers(java.lang.Number groupId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.groups_getMembers(java.lang.Number groupId)
|
|
java.lang.Object |
FacebookJaxbRestClient.groups_getMembers(java.lang.Number groupId)
|
|
java.lang.Object |
ExtensibleClient.groups_getMembers(java.lang.Number groupId)
|
|
int |
SpecificReturnTypeAdapter.intl_uploadNativeStrings(java.util.Map<java.lang.String,java.lang.String> native_strings)
|
|
int |
IFacebookRestClient.intl_uploadNativeStrings(java.util.Map<java.lang.String,java.lang.String> native_strings)
Lets you insert text strings in their native language into the Facebook Translations database so they can be translated. |
|
int |
ExtensibleClient.intl_uploadNativeStrings(java.util.Map<java.lang.String,java.lang.String> native_strings)
|
|
java.lang.Long |
SpecificReturnTypeAdapter.links_post(java.lang.Long userId,
java.lang.String url,
java.lang.String comment)
|
|
java.lang.Long |
IFacebookRestClient.links_post(java.lang.Long userId,
java.lang.String url,
java.lang.String comment)
Posts a link to the specified user's Wall. |
|
java.lang.Long |
ExtensibleClient.links_post(java.lang.Long userId,
java.lang.String url,
java.lang.String comment)
|
|
java.lang.Boolean |
SpecificReturnTypeAdapter.liveMessage_send(java.lang.Long recipient,
java.lang.String eventName,
org.json.JSONObject message)
|
|
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)
|
|
T |
IFacebookRestClient.notifications_get()
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.notifications_get()
Deprecated. |
|
org.json.JSONObject |
FacebookJsonRestClient.notifications_get()
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.notifications_get()
Deprecated. |
|
java.lang.Object |
ExtensibleClient.notifications_get()
Deprecated. |
|
java.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_send(java.lang.CharSequence notification)
Deprecated. |
|
java.util.Collection<java.lang.String> |
IFacebookRestClient.notifications_send(java.lang.CharSequence notification)
Deprecated. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_send(java.lang.CharSequence notification)
Deprecated. |
|
java.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence notification)
Deprecated. |
|
java.util.Collection<java.lang.String> |
IFacebookRestClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence notification)
Deprecated. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence notification)
Deprecated. |
|
java.net.URL |
SpecificReturnTypeAdapter.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence notification,
java.lang.CharSequence email)
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.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.String notification,
boolean isAppToUser)
Deprecated. |
|
java.util.Collection<java.lang.String> |
IFacebookRestClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.String notification,
boolean isAppToUser)
Deprecated. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_send(java.util.Collection<java.lang.Long> recipientIds,
java.lang.String notification,
boolean isAppToUser)
Deprecated. |
|
java.lang.String |
SpecificReturnTypeAdapter.notifications_sendEmail(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence subject,
java.lang.CharSequence fbml)
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> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence fbml)
Deprecated. |
|
java.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_sendEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence email,
java.lang.CharSequence fbml)
|
|
java.util.Collection<java.lang.String> |
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. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_sendEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence text,
java.lang.CharSequence fbml)
|
|
java.lang.String |
SpecificReturnTypeAdapter.notifications_sendEmailPlain(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence subject,
java.lang.CharSequence text)
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> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence text)
Deprecated. |
|
java.lang.String |
SpecificReturnTypeAdapter.notifications_sendEmailStr(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence subject,
java.lang.CharSequence fbml,
java.lang.CharSequence text)
Deprecated. |
|
java.lang.String |
IFacebookRestClient.notifications_sendEmailStr(java.util.Collection<java.lang.Long> recipientIds,
java.lang.CharSequence subject,
java.lang.CharSequence fbml,
java.lang.CharSequence text)
Deprecated. provided for legacy support only, please use one of the alternate notifications_sendEmail calls. |
|
java.lang.String |
ExtensibleClient.notifications_sendEmailStr(java.util.Collection<java.lang.Long> recipients,
java.lang.CharSequence subject,
java.lang.CharSequence fbml,
java.lang.CharSequence text)
Deprecated. |
|
java.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_sendEmailToCurrentUser(java.lang.String subject,
java.lang.String email,
java.lang.String fbml)
|
|
java.util.Collection<java.lang.String> |
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. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_sendEmailToCurrentUser(java.lang.String subject,
java.lang.String email,
java.lang.String fbml)
|
|
java.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_sendFbmlEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.String subject,
java.lang.String fbml)
|
|
java.util.Collection<java.lang.String> |
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. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_sendFbmlEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.String subject,
java.lang.String fbml)
|
|
java.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_sendFbmlEmailToCurrentUser(java.lang.String subject,
java.lang.String fbml)
|
|
java.util.Collection<java.lang.String> |
IFacebookRestClient.notifications_sendFbmlEmailToCurrentUser(java.lang.String subject,
java.lang.String fbml)
Send an e-mail to the currently logged-in user. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_sendFbmlEmailToCurrentUser(java.lang.String subject,
java.lang.String fbml)
|
|
java.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_sendTextEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.String subject,
java.lang.String email)
|
|
java.util.Collection<java.lang.String> |
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. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_sendTextEmail(java.util.Collection<java.lang.Long> recipients,
java.lang.String subject,
java.lang.String email)
|
|
java.util.Collection<java.lang.String> |
SpecificReturnTypeAdapter.notifications_sendTextEmailToCurrentUser(java.lang.String subject,
java.lang.String email)
|
|
java.util.Collection<java.lang.String> |
IFacebookRestClient.notifications_sendTextEmailToCurrentUser(java.lang.String subject,
java.lang.String email)
Send an e-mail to the currently logged-in user. |
|
java.util.Collection<java.lang.String> |
ExtensibleClient.notifications_sendTextEmailToCurrentUser(java.lang.String subject,
java.lang.String email)
|
|
T |
IFacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Collection<PageProfileField> fields)
Retrieves the requested profile fields for the Facebook Pages with the given pageIds. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Collection<PageProfileField> fields)
|
|
org.json.JSONObject |
FacebookJsonRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Collection<PageProfileField> fields)
|
|
PagesGetInfoResponse |
FacebookJaxbRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Collection<PageProfileField> fields)
|
|
java.lang.Object |
ExtensibleClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Collection<PageProfileField> fields)
Retrieves the requested profile fields for the Facebook Pages with the given pageIds. |
|
T |
IFacebookRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Set<java.lang.CharSequence> fields)
Retrieves the requested profile fields for the Facebook Pages with the given pageIds. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
org.json.JSONObject |
FacebookJsonRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
PagesGetInfoResponse |
FacebookJaxbRestClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
java.lang.Object |
ExtensibleClient.pages_getInfo(java.util.Collection<java.lang.Long> pageIds,
java.util.Set<java.lang.CharSequence> fields)
Retrieves the requested profile fields for the Facebook Pages with the given pageIds. |
|
T |
IFacebookRestClient.pages_getInfo(java.lang.Long userId,
java.util.Collection<PageProfileField> fields)
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.pages_getInfo(java.lang.Long userId,
java.util.Collection<PageProfileField> fields)
|
|
org.json.JSONObject |
FacebookJsonRestClient.pages_getInfo(java.lang.Long userId,
java.util.Collection<PageProfileField> fields)
|
|
PagesGetInfoResponse |
FacebookJaxbRestClient.pages_getInfo(java.lang.Long userId,
java.util.Collection<PageProfileField> fields)
|
|
java.lang.Object |
ExtensibleClient.pages_getInfo(java.lang.Long userId,
java.util.Collection<PageProfileField> fields)
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId. |
|
T |
IFacebookRestClient.pages_getInfo(java.lang.Long userId,
java.util.Set<java.lang.CharSequence> fields)
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.pages_getInfo(java.lang.Long userId,
java.util.Set<java.lang.CharSequence> fields)
|
|
org.json.JSONObject |
FacebookJsonRestClient.pages_getInfo(java.lang.Long userId,
java.util.Set<java.lang.CharSequence> fields)
|
|
PagesGetInfoResponse |
FacebookJaxbRestClient.pages_getInfo(java.lang.Long userId,
java.util.Set<java.lang.CharSequence> fields)
|
|
java.lang.Object |
ExtensibleClient.pages_getInfo(java.lang.Long userId,
java.util.Set<java.lang.CharSequence> fields)
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId. |
|
boolean |
SpecificReturnTypeAdapter.pages_isAdmin(java.lang.Long pageId)
|
|
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 |
SpecificReturnTypeAdapter.pages_isAppAdded(java.lang.Long 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 |
SpecificReturnTypeAdapter.pages_isFan(java.lang.Long pageId)
|
|
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 |
SpecificReturnTypeAdapter.pages_isFan(java.lang.Long pageId,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.pages_isFan(java.lang.Long pageId,
java.lang.Long userId)
Checks whether a user is a fan of the page with the given pageId. |
|
boolean |
ExtensibleClient.pages_isFan(java.lang.Long pageId,
java.lang.Long userId)
Checks whether a user is a fan of the page with the given pageId. |
|
protected
|
FacebookJsonRestClientBase.parseCallResult(java.lang.Class<T> type,
java.lang.Object rawResponse)
|
|
static org.w3c.dom.Document |
XmlHelper.parseCallResult(org.w3c.dom.Document doc)
Used in the context of optimisation. |
|
static java.lang.Object |
JsonHelper.parseCallResult(java.lang.Object rawResponse)
Parses the result of an API call from JSON into Java Objects. |
|
protected org.w3c.dom.Document |
FacebookXmlRestClientBase.parseCallResult(java.lang.Object rawResponse)
|
|
protected java.lang.Object |
FacebookJaxbRestClientBase.parseCallResult(java.lang.Object rawResponse)
Parses the result of an API call from XML into JAXB Objects. |
|
static org.w3c.dom.Document |
XmlHelper.parseCallResult(java.lang.Object rawResponse,
javax.xml.parsers.DocumentBuilderFactory factory)
|
|
java.lang.Object |
IFacebookRestClient.payments_getOrders(java.lang.String status,
long startTime,
long endTime)
Returns all orders for the given application |
|
org.w3c.dom.Document |
FacebookXmlRestClient.payments_getOrders(java.lang.String status,
long startTime,
long endTime)
|
|
org.json.JSONArray |
FacebookJsonRestClient.payments_getOrders(java.lang.String status,
long startTime,
long endTime)
|
|
java.lang.Object |
FacebookJaxbRestClient.payments_getOrders(java.lang.String status,
long startTime,
long endTime)
|
|
java.lang.Object |
ExtensibleClient.payments_getOrders(java.lang.String status,
long startTime,
long endTime)
|
|
T |
IFacebookRestClient.permissions_checkAvailableApiAccess(java.lang.String apiKey)
Check to see what permissions have been granted to current app by the specified external application. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.permissions_checkAvailableApiAccess(java.lang.String apiKey)
|
|
org.json.JSONArray |
FacebookJsonRestClient.permissions_checkAvailableApiAccess(java.lang.String apiKey)
|
|
java.util.List<java.lang.String> |
FacebookJaxbRestClient.permissions_checkAvailableApiAccess(java.lang.String apiKey)
|
|
java.lang.Object |
ExtensibleClient.permissions_checkAvailableApiAccess(java.lang.String apiKey)
|
|
T |
IFacebookRestClient.permissions_checkGrantedApiAccess(java.lang.String apiKey)
Check to see what permissions have been granted to specified external application by the current application. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.permissions_checkGrantedApiAccess(java.lang.String apiKey)
|
|
org.json.JSONArray |
FacebookJsonRestClient.permissions_checkGrantedApiAccess(java.lang.String apiKey)
|
|
java.util.List<java.lang.String> |
FacebookJaxbRestClient.permissions_checkGrantedApiAccess(java.lang.String apiKey)
|
|
java.lang.Object |
ExtensibleClient.permissions_checkGrantedApiAccess(java.lang.String apiKey)
|
|
boolean |
SpecificReturnTypeAdapter.permissions_grantApiAccess(java.lang.String apiKey,
java.util.Set<FacebookMethod> methods)
|
|
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 |
SpecificReturnTypeAdapter.permissions_grantFullApiAccess(java.lang.String apiKey)
|
|
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 |
SpecificReturnTypeAdapter.permissions_revokeApiAccess(java.lang.String apiKey)
|
|
boolean |
IFacebookRestClient.permissions_revokeApiAccess(java.lang.String apiKey)
Revokes the specified application's permission to call API methods on behalf of the current app. |
|
boolean |
ExtensibleClient.permissions_revokeApiAccess(java.lang.String apiKey)
|
|
boolean |
SpecificReturnTypeAdapter.photos_addTag(java.lang.String photoId,
java.lang.CharSequence tagText,
java.lang.Double pct,
java.lang.Double pct2)
|
|
boolean |
IFacebookRestClient.photos_addTag(java.lang.String 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.String photoId,
java.lang.CharSequence tagText,
java.lang.Double xPct,
java.lang.Double yPct)
|
|
boolean |
SpecificReturnTypeAdapter.photos_addTag(java.lang.String photoId,
java.lang.CharSequence tagText,
java.lang.Double pct,
java.lang.Double pct2,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.photos_addTag(java.lang.String 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.String photoId,
java.lang.CharSequence tagText,
java.lang.Double pct,
java.lang.Double pct2,
java.lang.Long userId)
|
|
boolean |
SpecificReturnTypeAdapter.photos_addTag(java.lang.String photoId,
java.lang.Long taggedUserId,
java.lang.Double pct,
java.lang.Double pct2)
|
|
boolean |
IFacebookRestClient.photos_addTag(java.lang.String 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.String photoId,
java.lang.Long taggedUserId,
java.lang.Double xPct,
java.lang.Double yPct)
|
|
boolean |
SpecificReturnTypeAdapter.photos_addTag(java.lang.String photoId,
java.lang.Long taggedUserId,
java.lang.Double pct,
java.lang.Double pct2,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.photos_addTag(java.lang.String 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.String photoId,
java.lang.Long taggedUserId,
java.lang.Double pct,
java.lang.Double pct2,
java.lang.Long userId)
|
|
T |
IFacebookRestClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags)
Adds several tags to a photo. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags)
|
|
java.util.List<java.lang.Boolean> |
FacebookJaxbRestClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags)
|
|
java.lang.Object |
ExtensibleClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags)
|
|
T |
IFacebookRestClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags,
java.lang.Long userId)
Adds several tags to a photo. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags,
java.lang.Long userId)
|
|
java.lang.Object |
FacebookJsonRestClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags,
java.lang.Long userId)
|
|
java.lang.Object |
FacebookJaxbRestClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags,
java.lang.Long userId)
|
|
java.lang.Object |
ExtensibleClient.photos_addTags(java.lang.String photoId,
java.util.Collection<PhotoTag> tags,
java.lang.Long userId)
|
|
T |
IFacebookRestClient.photos_createAlbum(java.lang.String albumName)
Creates an album. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_createAlbum(java.lang.String albumName)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_createAlbum(java.lang.String albumName)
|
|
Album |
FacebookJaxbRestClient.photos_createAlbum(java.lang.String albumName)
|
|
java.lang.Object |
ExtensibleClient.photos_createAlbum(java.lang.String albumName)
|
|
T |
IFacebookRestClient.photos_createAlbum(java.lang.String albumName,
java.lang.Long userId)
Creates an album. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_createAlbum(java.lang.String albumName,
java.lang.Long userId)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_createAlbum(java.lang.String albumName,
java.lang.Long userId)
|
|
Album |
FacebookJaxbRestClient.photos_createAlbum(java.lang.String albumName,
java.lang.Long userId)
|
|
java.lang.Object |
ExtensibleClient.photos_createAlbum(java.lang.String albumName,
java.lang.Long userId)
|
|
T |
IFacebookRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location)
Creates an album. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location)
|
|
Album |
FacebookJaxbRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location)
|
|
java.lang.Object |
ExtensibleClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location)
|
|
T |
IFacebookRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location,
java.lang.Long userId)
Creates an album. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location,
java.lang.Long userId)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location,
java.lang.Long userId)
|
|
Album |
FacebookJaxbRestClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location,
java.lang.Long userId)
|
|
java.lang.Object |
ExtensibleClient.photos_createAlbum(java.lang.String name,
java.lang.String description,
java.lang.String location,
java.lang.Long userId)
|
|
T |
IFacebookRestClient.photos_get(java.util.Collection<java.lang.String> photoIds)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_get(java.util.Collection<java.lang.String> photoIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_get(java.util.Collection<java.lang.String> photoIds)
|
|
PhotosGetResponse |
FacebookJaxbRestClient.photos_get(java.util.Collection<java.lang.String> photoIds)
|
|
java.lang.Object |
ExtensibleClient.photos_get(java.util.Collection<java.lang.String> photoIds)
|
|
T |
IFacebookRestClient.photos_get(java.lang.Long subjId)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_get(java.lang.Long subjId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_get(java.lang.Long subjId)
|
|
PhotosGetResponse |
FacebookJaxbRestClient.photos_get(java.lang.Long subjId)
|
|
java.lang.Object |
ExtensibleClient.photos_get(java.lang.Long subjId)
|
|
T |
IFacebookRestClient.photos_get(java.lang.Long subjId,
java.util.Collection<java.lang.String> photoIds)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_get(java.lang.Long subjId,
java.util.Collection<java.lang.String> photoIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_get(java.lang.Long subjId,
java.util.Collection<java.lang.String> photoIds)
|
|
PhotosGetResponse |
FacebookJaxbRestClient.photos_get(java.lang.Long subjId,
java.util.Collection<java.lang.String> photoIds)
|
|
java.lang.Object |
ExtensibleClient.photos_get(java.lang.Long subjId,
java.util.Collection<java.lang.String> photoIds)
|
|
T |
IFacebookRestClient.photos_get(java.lang.Long subjId,
java.lang.String albumId)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_get(java.lang.Long subjId,
java.lang.String albumId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_get(java.lang.Long subjId,
java.lang.String albumId)
|
|
PhotosGetResponse |
FacebookJaxbRestClient.photos_get(java.lang.Long subjId,
java.lang.String albumId)
|
|
java.lang.Object |
ExtensibleClient.photos_get(java.lang.Long subjId,
java.lang.String albumId)
|
|
T |
IFacebookRestClient.photos_get(java.lang.Long subjId,
java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_get(java.lang.Long subjId,
java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_get(java.lang.Long subjId,
java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
|
|
PhotosGetResponse |
FacebookJaxbRestClient.photos_get(java.lang.Long subjId,
java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
|
|
java.lang.Object |
ExtensibleClient.photos_get(java.lang.Long subjId,
java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
|
|
T |
IFacebookRestClient.photos_getAlbums(java.util.Collection<java.lang.String> albumIds)
Retrieves album metadata for a list of album IDs. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_getAlbums(java.util.Collection<java.lang.String> albumIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_getAlbums(java.util.Collection<java.lang.String> albumIds)
|
|
PhotosGetAlbumsResponse |
FacebookJaxbRestClient.photos_getAlbums(java.util.Collection<java.lang.String> albumIds)
|
|
java.lang.Object |
ExtensibleClient.photos_getAlbums(java.util.Collection<java.lang.String> albumIds)
|
|
T |
IFacebookRestClient.photos_getAlbums(java.lang.Long userId)
Retrieves album metadata for albums owned by a user. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_getAlbums(java.lang.Long userId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_getAlbums(java.lang.Long userId)
|
|
PhotosGetAlbumsResponse |
FacebookJaxbRestClient.photos_getAlbums(java.lang.Long userId)
|
|
java.lang.Object |
ExtensibleClient.photos_getAlbums(java.lang.Long userId)
|
|
T |
IFacebookRestClient.photos_getAlbums(java.lang.Long userId,
java.util.Collection<java.lang.String> albumIds)
Retrieves album metadata. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_getAlbums(java.lang.Long userId,
java.util.Collection<java.lang.String> albumIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_getAlbums(java.lang.Long userId,
java.util.Collection<java.lang.String> albumIds)
|
|
PhotosGetAlbumsResponse |
FacebookJaxbRestClient.photos_getAlbums(java.lang.Long userId,
java.util.Collection<java.lang.String> albumIds)
|
|
java.lang.Object |
ExtensibleClient.photos_getAlbums(java.lang.Long userId,
java.util.Collection<java.lang.String> albumIds)
|
|
T |
IFacebookRestClient.photos_getByAlbum(java.lang.String albumId)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_getByAlbum(java.lang.String albumId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_getByAlbum(java.lang.String albumId)
|
|
PhotosGetResponse |
FacebookJaxbRestClient.photos_getByAlbum(java.lang.String albumId)
|
|
java.lang.Object |
ExtensibleClient.photos_getByAlbum(java.lang.String albumId)
|
|
T |
IFacebookRestClient.photos_getByAlbum(java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided). |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_getByAlbum(java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_getByAlbum(java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
|
|
PhotosGetResponse |
FacebookJaxbRestClient.photos_getByAlbum(java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
|
|
java.lang.Object |
ExtensibleClient.photos_getByAlbum(java.lang.String albumId,
java.util.Collection<java.lang.String> photoIds)
|
|
T |
IFacebookRestClient.photos_getTags(java.util.Collection<java.lang.String> photoIds)
Retrieves the tags for the given set of photos. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_getTags(java.util.Collection<java.lang.String> photoIds)
|
|
org.json.JSONArray |
FacebookJsonRestClient.photos_getTags(java.util.Collection<java.lang.String> photoIds)
|
|
PhotosGetTagsResponse |
FacebookJaxbRestClient.photos_getTags(java.util.Collection<java.lang.String> photoIds)
|
|
java.lang.Object |
ExtensibleClient.photos_getTags(java.util.Collection<java.lang.String> photoIds)
|
|
T |
IFacebookRestClient.photos_upload(java.io.File photo)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_upload(java.io.File photo)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_upload(java.io.File photo)
|
|
Photo |
FacebookJaxbRestClient.photos_upload(java.io.File photo)
|
|
java.lang.Object |
ExtensibleClient.photos_upload(java.io.File photo)
|
|
T |
IFacebookRestClient.photos_upload(java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_upload(java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_upload(java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
|
|
Photo |
FacebookJaxbRestClient.photos_upload(java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
|
|
java.lang.Object |
ExtensibleClient.photos_upload(java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
|
|
T |
IFacebookRestClient.photos_upload(java.lang.Long userId,
java.io.File photo)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_upload(java.lang.Long userId,
java.io.File photo)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_upload(java.lang.Long userId,
java.io.File photo)
|
|
Photo |
FacebookJaxbRestClient.photos_upload(java.lang.Long userId,
java.io.File photo)
|
|
java.lang.Object |
ExtensibleClient.photos_upload(java.lang.Long userId,
java.io.File photo)
|
|
T |
IFacebookRestClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
|
|
Photo |
FacebookJaxbRestClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
|
|
java.lang.Object |
ExtensibleClient.photos_upload(java.lang.Long userId,
java.io.File photo,
java.lang.String caption,
java.lang.String albumId)
|
|
T |
IFacebookRestClient.photos_upload(java.lang.Long userId,
java.lang.String caption,
java.lang.String albumId,
java.lang.String fileName,
java.io.InputStream fileStream)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_upload(java.lang.Long userId,
java.lang.String caption,
java.lang.String albumId,
java.lang.String fileName,
java.io.InputStream fileStream)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_upload(java.lang.Long userId,
java.lang.String caption,
java.lang.String albumId,
java.lang.String fileName,
java.io.InputStream fileStream)
|
|
Photo |
FacebookJaxbRestClient.photos_upload(java.lang.Long userId,
java.lang.String caption,
java.lang.String albumId,
java.lang.String fileName,
java.io.InputStream fileStream)
|
|
java.lang.Object |
ExtensibleClient.photos_upload(java.lang.Long userId,
java.lang.String caption,
java.lang.String albumId,
java.lang.String fileName,
java.io.InputStream fileStream)
|
|
T |
IFacebookRestClient.photos_uploadToAlbum(java.io.File photo,
java.lang.String albumId)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_uploadToAlbum(java.io.File photo,
java.lang.String albumId)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_uploadToAlbum(java.io.File photo,
java.lang.String albumId)
|
|
Photo |
FacebookJaxbRestClient.photos_uploadToAlbum(java.io.File photo,
java.lang.String albumId)
|
|
java.lang.Object |
ExtensibleClient.photos_uploadToAlbum(java.io.File photo,
java.lang.String albumId)
|
|
T |
IFacebookRestClient.photos_uploadToAlbum(java.lang.Long userId,
java.io.File photo,
java.lang.String albumId)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_uploadToAlbum(java.lang.Long userId,
java.io.File photo,
java.lang.String albumId)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_uploadToAlbum(java.lang.Long userId,
java.io.File photo,
java.lang.String albumId)
|
|
Photo |
FacebookJaxbRestClient.photos_uploadToAlbum(java.lang.Long userId,
java.io.File photo,
java.lang.String albumId)
|
|
java.lang.Object |
ExtensibleClient.photos_uploadToAlbum(java.lang.Long userId,
java.io.File photo,
java.lang.String albumId)
|
|
T |
IFacebookRestClient.photos_uploadWithCaption(java.io.File photo,
java.lang.String caption)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_uploadWithCaption(java.io.File photo,
java.lang.String caption)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_uploadWithCaption(java.io.File photo,
java.lang.String caption)
|
|
Photo |
FacebookJaxbRestClient.photos_uploadWithCaption(java.io.File photo,
java.lang.String caption)
|
|
java.lang.Object |
ExtensibleClient.photos_uploadWithCaption(java.io.File photo,
java.lang.String caption)
|
|
T |
IFacebookRestClient.photos_uploadWithCaption(java.lang.Long userId,
java.io.File photo,
java.lang.String caption)
Uploads a photo to Facebook. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.photos_uploadWithCaption(java.lang.Long userId,
java.io.File photo,
java.lang.String caption)
|
|
org.json.JSONObject |
FacebookJsonRestClient.photos_uploadWithCaption(java.lang.Long userId,
java.io.File photo,
java.lang.String caption)
|
|
Photo |
FacebookJaxbRestClient.photos_uploadWithCaption(java.lang.Long userId,
java.io.File photo,
java.lang.String caption)
|
|
java.lang.Object |
ExtensibleClient.photos_uploadWithCaption(java.lang.Long userId,
java.io.File photo,
java.lang.String caption)
|
|
protected java.util.SortedMap<java.lang.String,java.lang.String> |
BasicClient.prepareRequestParams(java.lang.String responseFormat,
IFacebookMethod method,
java.lang.String sessionKey,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
|
|
T |
IFacebookRestClient.profile_getFBML()
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.profile_getFBML()
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.profile_getFBML()
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.profile_getFBML()
Deprecated. |
|
java.lang.Object |
ExtensibleClient.profile_getFBML()
Deprecated. |
|
T |
IFacebookRestClient.profile_getFBML(int type)
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.profile_getFBML(int type)
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.profile_getFBML(int type)
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.profile_getFBML(int type)
Deprecated. |
|
java.lang.Object |
ExtensibleClient.profile_getFBML(int type)
Deprecated. |
|
T |
IFacebookRestClient.profile_getFBML(int type,
java.lang.Long userId)
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.profile_getFBML(int type,
java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.profile_getFBML(int type,
java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.profile_getFBML(int type,
java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
ExtensibleClient.profile_getFBML(int type,
java.lang.Long userId)
Deprecated. |
|
T |
IFacebookRestClient.profile_getFBML(java.lang.Long userId)
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.profile_getFBML(java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.profile_getFBML(java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.profile_getFBML(java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
ExtensibleClient.profile_getFBML(java.lang.Long userId)
Deprecated. |
|
T |
IFacebookRestClient.profile_getInfo(java.lang.Long userId)
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.profile_getInfo(java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.profile_getInfo(java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.profile_getInfo(java.lang.Long userId)
Deprecated. |
|
java.lang.Object |
ExtensibleClient.profile_getInfo(java.lang.Long userId)
Deprecated. |
|
T |
IFacebookRestClient.profile_getInfoOptions(java.lang.String field)
Deprecated. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.profile_getInfoOptions(java.lang.String field)
Deprecated. |
|
java.lang.Object |
FacebookJsonRestClient.profile_getInfoOptions(java.lang.String field)
Deprecated. |
|
java.lang.Object |
FacebookJaxbRestClient.profile_getInfoOptions(java.lang.String field)
Deprecated. |
|
java.lang.Object |
ExtensibleClient.profile_getInfoOptions(java.lang.String field)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.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)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.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.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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setFBML(java.lang.CharSequence profileFbmlMarkup,
java.lang.CharSequence profileActionFbmlMarkup,
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.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)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setFBML(java.lang.Long userId,
java.lang.String profileFbml,
java.lang.String actionFbml,
java.lang.String mobileFbml,
java.lang.String profileMain)
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)
Deprecated. |
|
boolean |
ExtensibleClient.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)
Deprecated. |
|
void |
ExtensibleClient.profile_setInfo(java.lang.Long userId,
java.lang.String title,
boolean textOnly,
java.util.List<ProfileInfoField> fields)
Deprecated. |
|
void |
BaseAdapter.profile_setInfo(java.lang.Long userId,
java.lang.String title,
boolean textOnly,
java.util.List<ProfileInfoField> fields)
Deprecated. |
|
void |
IFacebookRestClient.profile_setInfoOptions(ProfileInfoField field)
Deprecated. |
|
void |
ExtensibleClient.profile_setInfoOptions(ProfileInfoField field)
Deprecated. |
|
void |
BaseAdapter.profile_setInfoOptions(ProfileInfoField field)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setMobileFBML(java.lang.CharSequence fbmlMarkup)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setMobileFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setProfileActionFBML(java.lang.CharSequence fbmlMarkup)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setProfileActionFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setProfileFBML(java.lang.CharSequence fbmlMarkup)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.profile_setProfileFBML(java.lang.CharSequence fbmlMarkup,
java.lang.Long profileId)
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)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.sms_canSend()
|
|
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 |
SpecificReturnTypeAdapter.sms_canSend(java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.sms_canSend(java.lang.Long userId)
Check to see if the application is permitted to send SMS messages to the specified user. |
|
boolean |
ExtensibleClient.sms_canSend(java.lang.Long userId)
|
|
java.lang.Integer |
SpecificReturnTypeAdapter.sms_send(java.lang.Long userId,
java.lang.String message,
java.lang.Integer smsSessionId,
boolean makeNewSession)
|
|
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 |
SpecificReturnTypeAdapter.sms_send(java.lang.String message,
java.lang.Integer smsSessionId,
boolean makeNewSession)
|
|
java.lang.Integer |
IFacebookRestClient.sms_send(java.lang.String message,
java.lang.Integer smsSessionId,
boolean makeNewSession)
Send an SMS message to the current application user. |
|
java.lang.Integer |
ExtensibleClient.sms_send(java.lang.String message,
java.lang.Integer smsSessionId,
boolean makeNewSession)
|
|
void |
IFacebookRestClient.sms_sendMessage(java.lang.Long userId,
java.lang.CharSequence message)
Sends a message via SMS to the user identified by userId. |
|
void |
ExtensibleClient.sms_sendMessage(java.lang.Long userId,
java.lang.CharSequence message)
|
|
void |
BaseAdapter.sms_sendMessage(java.lang.Long userId,
java.lang.CharSequence message)
|
|
int |
SpecificReturnTypeAdapter.sms_sendMessageWithSession(java.lang.Long userId,
java.lang.CharSequence message)
|
|
int |
IFacebookRestClient.sms_sendMessageWithSession(java.lang.Long userId,
java.lang.CharSequence message)
Sends a message via SMS to the user identified by userId, with the expectation that the user will reply. |
|
int |
ExtensibleClient.sms_sendMessageWithSession(java.lang.Long userId,
java.lang.CharSequence message)
|
|
java.lang.String |
SpecificReturnTypeAdapter.stream_addComment(java.lang.String postId,
java.lang.String comment,
java.lang.Long userId)
|
|
java.lang.String |
IFacebookRestClient.stream_addComment(java.lang.String postId,
java.lang.String comment,
java.lang.Long userId)
|
|
java.lang.String |
ExtensibleClient.stream_addComment(java.lang.String postId,
java.lang.String comment,
java.lang.Long userId)
|
|
boolean |
SpecificReturnTypeAdapter.stream_addLike(java.lang.String postId,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.stream_addLike(java.lang.String postId,
java.lang.Long userId)
|
|
boolean |
ExtensibleClient.stream_addLike(java.lang.String postId,
java.lang.Long userId)
|
|
T |
IFacebookRestClient.stream_get(java.lang.Long viewerId,
java.util.List<java.lang.Long> sourceIds,
java.util.Date start,
java.util.Date end,
java.lang.Integer limit,
java.lang.String filterKey,
java.util.List<java.lang.String> metadata)
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.stream_get(java.lang.Long viewerId,
java.util.List<java.lang.Long> sourceIds,
java.util.Date start,
java.util.Date end,
java.lang.Integer limit,
java.lang.String filterKey,
java.util.List<java.lang.String> metadata)
|
|
org.json.JSONObject |
FacebookJsonRestClient.stream_get(java.lang.Long viewerId,
java.util.List<java.lang.Long> sourceIds,
java.util.Date start,
java.util.Date end,
java.lang.Integer limit,
java.lang.String filterKey,
java.util.List<java.lang.String> metadata)
|
|
StreamData |
FacebookJaxbRestClient.stream_get(java.lang.Long viewerId,
java.util.List<java.lang.Long> sourceIds,
java.util.Date start,
java.util.Date end,
java.lang.Integer limit,
java.lang.String filterKey,
java.util.List<java.lang.String> metadata)
|
|
java.lang.Object |
ExtensibleClient.stream_get(java.lang.Long viewerId,
java.util.List<java.lang.Long> sourceIds,
java.util.Date start,
java.util.Date end,
java.lang.Integer limit,
java.lang.String filterKey,
java.util.List<java.lang.String> metadata)
|
|
T |
IFacebookRestClient.stream_getComments(java.lang.String postId)
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.stream_getComments(java.lang.String postId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.stream_getComments(java.lang.String postId)
|
|
StreamGetCommentsResponse |
FacebookJaxbRestClient.stream_getComments(java.lang.String postId)
|
|
java.lang.Object |
ExtensibleClient.stream_getComments(java.lang.String postId)
|
|
T |
IFacebookRestClient.stream_getFilters(java.lang.Long userId)
|
|
org.w3c.dom.Document |
FacebookXmlRestClient.stream_getFilters(java.lang.Long userId)
|
|
org.json.JSONArray |
FacebookJsonRestClient.stream_getFilters(java.lang.Long userId)
|
|
StreamGetFiltersResponse |
FacebookJaxbRestClient.stream_getFilters(java.lang.Long userId)
|
|
java.lang.Object |
ExtensibleClient.stream_getFilters(java.lang.Long userId)
|
|
java.lang.String |
SpecificReturnTypeAdapter.stream_publish(java.lang.String message,
Attachment attachment,
java.util.Collection<BundleActionLink> actionLinks,
java.lang.Long targetId,
java.lang.Long userId)
|
|
java.lang.String |
IFacebookRestClient.stream_publish(java.lang.String message,
Attachment attachment,
java.util.Collection<BundleActionLink> actionLinks,
java.lang.Long targetId,
java.lang.Long userId)
|
|
java.lang.String |
ExtensibleClient.stream_publish(java.lang.String message,
Attachment attachment,
java.util.Collection<BundleActionLink> actionLinks,
java.lang.Long targetId,
java.lang.Long userId)
|
|
boolean |
SpecificReturnTypeAdapter.stream_remove(java.lang.String postId,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.stream_remove(java.lang.String postId,
java.lang.Long userId)
|
|
boolean |
ExtensibleClient.stream_remove(java.lang.String postId,
java.lang.Long userId)
|
|
boolean |
SpecificReturnTypeAdapter.stream_removeComment(java.lang.String commentId,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.stream_removeComment(java.lang.String commentId,
java.lang.Long userId)
|
|
boolean |
ExtensibleClient.stream_removeComment(java.lang.String commentId,
java.lang.Long userId)
|
|
boolean |
SpecificReturnTypeAdapter.stream_removeLike(java.lang.String postId,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.stream_removeLike(java.lang.String postId,
java.lang.Long userId)
|
|
boolean |
ExtensibleClient.stream_removeLike(java.lang.String postId,
java.lang.Long userId)
|
|
protected boolean |
ExtensibleClient.templatizedFeedHandler(java.lang.String titleTemplate,
java.lang.String titleData,
java.lang.String bodyTemplate,
java.lang.String bodyData,
java.lang.String bodyGeneral,
java.util.Collection<? extends IPair<?,java.net.URL>> pictures,
java.lang.String targetIds,
java.lang.Long pageId)
Deprecated. |
|
boolean |
SpecificReturnTypeAdapter.users_clearStatus()
|
|
boolean |
IFacebookRestClient.users_clearStatus()
Clears the logged-in user's Facebook status. |
|
boolean |
ExtensibleClient.users_clearStatus()
|
|
T |
IFacebookRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
Retrieves the requested info fields for the requested set of users. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
org.json.JSONArray |
FacebookJsonRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
UsersGetInfoResponse |
FacebookJaxbRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
java.lang.Object |
ExtensibleClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
T |
IFacebookRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
Retrieves the requested info fields for the requested set of users. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
org.json.JSONArray |
FacebookJsonRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
UsersGetInfoResponse |
FacebookJaxbRestClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
java.lang.Object |
ExtensibleClient.users_getInfo(java.lang.Iterable<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
long |
SpecificReturnTypeAdapter.users_getLoggedInUser()
|
|
long |
IFacebookRestClient.users_getLoggedInUser()
Retrieves the user ID of the user logged in to this API session |
|
long |
ExtensibleClient.users_getLoggedInUser()
Retrieves the user ID of the user logged in to this API session |
|
T |
IFacebookRestClient.users_getStandardInfo(java.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. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
org.json.JSONArray |
FacebookJsonRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
UsersGetStandardInfoResponse |
FacebookJaxbRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
java.lang.Object |
ExtensibleClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Collection<ProfileField> fields)
|
|
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. |
|
org.w3c.dom.Document |
FacebookXmlRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
org.json.JSONArray |
FacebookJsonRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
UsersGetStandardInfoResponse |
FacebookJaxbRestClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
java.lang.Object |
ExtensibleClient.users_getStandardInfo(java.util.Collection<java.lang.Long> userIds,
java.util.Set<java.lang.CharSequence> fields)
|
|
boolean |
SpecificReturnTypeAdapter.users_hasAppPermission(Permission perm)
|
|
boolean |
IFacebookRestClient.users_hasAppPermission(Permission perm)
|
|
boolean |
ExtensibleClient.users_hasAppPermission(Permission perm)
|
|
boolean |
SpecificReturnTypeAdapter.users_hasAppPermission(Permission perm,
java.lang.Long userId)
|
|
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 |
SpecificReturnTypeAdapter.users_isAppUser()
|
|
boolean |
IFacebookRestClient.users_isAppUser()
|
|
boolean |
ExtensibleClient.users_isAppUser()
|
|
boolean |
SpecificReturnTypeAdapter.users_isAppUser(java.lang.Long userId)
|
|
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 |
SpecificReturnTypeAdapter.users_setStatus(java.lang.String status)
|
|
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 |
SpecificReturnTypeAdapter.users_setStatus(java.lang.String newStatus,
boolean clear)
|
|
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 |
SpecificReturnTypeAdapter.users_setStatus(java.lang.String newStatus,
boolean clear,
boolean statusIncludesVerb)
|
|
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 |
SpecificReturnTypeAdapter.users_setStatus(java.lang.String newStatus,
boolean clear,
boolean statusIncludesVerb,
java.lang.Long userId)
|
|
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 |
SpecificReturnTypeAdapter.users_setStatus(java.lang.String newStatus,
boolean clear,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.users_setStatus(java.lang.String newStatus,
boolean clear,
java.lang.Long userId)
Set the user's profile status message. |
|
boolean |
ExtensibleClient.users_setStatus(java.lang.String newStatus,
boolean clear,
java.lang.Long userId)
|
|
boolean |
SpecificReturnTypeAdapter.users_setStatus(java.lang.String status,
java.lang.Long userId)
|
|
boolean |
IFacebookRestClient.users_setStatus(java.lang.String status,
java.lang.Long userId)
Sets the spedified user's Facebook status. |
|
boolean |
ExtensibleClient.users_setStatus(java.lang.String status,
java.lang.Long userId)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||