A B C D E F G H I J L M N P Q R S T U V X _

A

addBodyParam(String, String) - Method in class com.google.code.facebookapi.TemplatizedAction
Add a parameter value for the body template.
addItem(ProfileFieldItem) - Method in class com.google.code.facebookapi.ProfileInfoField
Add an item to this ProfileInfoField.
addParam(String, Long, Collection<Pair<String, CharSequence>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
addParam(String, Object, Collection<Pair<String, CharSequence>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
addParam(String, CharSequence, Collection<Pair<String, CharSequence>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
addParamDelimitIfNotBlankEmpty(String, Iterable, Collection<Pair<String, CharSequence>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
addParamIfNotBlank(String, Long, Collection<Pair<String, CharSequence>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
addParamIfNotBlank(String, CharSequence, Collection<Pair<String, CharSequence>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
addParamIfNotBlankZero(String, Long, Collection<Pair<String, CharSequence>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
addParamSecondsIfNotBlank(String, Date, Collection<Pair<String, CharSequence>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
addPicture(Long, String) - Method in class com.google.code.facebookapi.TemplatizedAction
Add a picture to be associated with this feed entry, along with a link to be associated with the picture (clicking on the picture in the feed will go to the specified link).

Note that only 4 pictures may be present at any given time.
addPicture(String, String) - Method in class com.google.code.facebookapi.TemplatizedAction
Add a picture to be associated with this feed entry, along with a link to be associated with the picture (clicking on the picture in the feed will go to the specified link).

Note that only 4 pictures may be present at any given time.
addPicture(String) - Method in class com.google.code.facebookapi.TemplatizedAction
Add a picture to be associated with this feed entry, the picture will not have an associated link.
addTargetIds(String) - Method in class com.google.code.facebookapi.TemplatizedAction
Append to the list of friends who are associated with this action.

This method *will not* clear out any previously added target ids.
addTargetIds(Collection<Object>) - Method in class com.google.code.facebookapi.TemplatizedAction
Append to the set of friends who are associated with this action.
addTitleParam(String, String) - Method in class com.google.code.facebookapi.TemplatizedAction
Add a parameter value for the title template.
admin_getAllocation(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
admin_getAllocation(AllocationType) - Method in class com.google.code.facebookapi.ExtensibleClient
 
admin_getAllocation(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get your application's current allocation of the specified type of request (i.e.
admin_getAllocation(AllocationType) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get your application's current allocation of the specified type of request (i.e.
admin_getAppProperties(Collection<ApplicationProperty>) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. use admin_getAppPropertiesMap() instead
admin_getAppProperties(Collection<ApplicationProperty>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. use admin_getAppPropertiesMap() instead
admin_getAppPropertiesAsSet(EnumSet<ApplicationProperty>) - Method in class com.google.code.facebookapi.ExtensibleClient
Gets property values previously set for an application on either the Facebook Developer application or the with the admin.setAppProperties call.
admin_getAppPropertiesAsSet(EnumSet<ApplicationProperty>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets property values previously set for an application on either the Facebook Developer application or the with the admin.setAppProperties call.
admin_getAppPropertiesAsString(Collection<ApplicationProperty>) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
admin_getAppPropertiesAsString(Collection<ApplicationProperty>) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
 
admin_getAppPropertiesAsString(Collection<ApplicationProperty>) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
 
admin_getAppPropertiesAsString(Collection<ApplicationProperty>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieve application properties.
admin_getAppPropertiesMap(Collection<ApplicationProperty>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
admin_getAppPropertiesMap(Collection<ApplicationProperty>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieve application properties.
admin_getDailyMetrics(Set<Metric>, Date, Date) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
admin_getDailyMetrics(Set<Metric>, long, long) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
admin_getDailyMetrics(Set<Metric>, Date, Date) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
admin_getDailyMetrics(Set<Metric>, long, long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
admin_getMetrics(Set<Metric>, Date, Date, long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
admin_getMetrics(Set<Metric>, long, long, long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
admin_getMetrics(Set<Metric>, Date, Date, long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieve metrics for the current application.
admin_getMetrics(Set<Metric>, long, long, long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieve the daily metrics for the current application.
admin_getNotificationAllocation() - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
admin_getNotificationAllocation() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
admin_getRequestAllocation() - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
admin_getRequestAllocation() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
admin_setAppProperties(Map<ApplicationProperty, String>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
admin_setAppProperties(ApplicationPropertySet) - Method in class com.google.code.facebookapi.ExtensibleClient
Sets several property values for an application.
admin_setAppProperties(Map<ApplicationProperty, String>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set application properties.
admin_setAppProperties(ApplicationPropertySet) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sets several property values for an application.
AllocationType - Enum in com.google.code.facebookapi
A listing of all allocation types used by the Admin.getAllocation method call.
apiClient - Variable in class com.google.code.facebookapi.FacebookWebappHelper
 
apiKey - Variable in class com.google.code.facebookapi.FacebookWebappHelper
 
application_getPublicInfo(Long, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
application_getPublicInfo(Long, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets the public information about the specified application.
application_getPublicInfoByApiKey(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
application_getPublicInfoByApiKey(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets the public information about the specified application, by API key.
application_getPublicInfoByCanvasName(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
application_getPublicInfoByCanvasName(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets the public information about the specified application, by canvas-page name.
application_getPublicInfoById(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
application_getPublicInfoById(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets the public information about the specified application, by application id.
ApplicationProperty - Enum in com.google.code.facebookapi
An enumeration for managing the different application properties that Facebook supports.
ApplicationPropertySet - Class in com.google.code.facebookapi
This utility represents a set of application properties for use in the facebook.admin_setApplicatoinProperty API call.
ApplicationPropertySet() - Constructor for class com.google.code.facebookapi.ApplicationPropertySet
 
ApplicationPropertySet(String) - Constructor for class com.google.code.facebookapi.ApplicationPropertySet
Initialize the ApplicationPropertySet mapping from its JSON representation
AssociationInfo - Class in com.google.code.facebookapi
Describes one of two legs of an association.
AssociationInfo(String) - Constructor for class com.google.code.facebookapi.AssociationInfo
 
AssociationInfo(String, String, boolean) - Constructor for class com.google.code.facebookapi.AssociationInfo
 
AssociationType - Enum in com.google.code.facebookapi
Describes a DataStore Association type.
attribs - Variable in class com.google.code.facebookapi.MarketListing
 
auth_createToken() - Method in class com.google.code.facebookapi.ExtensibleClient
 
auth_createToken() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Call this function and store the result, using it to generate the appropriate login url and then to retrieve the session information.
auth_expireSession() - Method in class com.google.code.facebookapi.ExtensibleClient
 
auth_expireSession() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Expires the curently active session.
auth_getSession(String) - Method in class com.google.code.facebookapi.ExtensibleClient
Call this function to retrieve the session information after your user has logged in.
auth_getSession(String) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
Call this function to retrieve the session information after your user has logged in.
auth_getSession(String) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Sets the session information (sessionKey) using the token from auth_createToken.
auth_getSession(String) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Call this function to retrieve the session information after your user has logged in.
auth_getSession(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Call this function to retrieve the session information after your user has logged in.
auth_getUserId(String) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. please call auth_getSession(authToken), then you can call users_getLoggedInUser(), or getCacheUserId()
auth_getUserId(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
auth_promoteSession() - Method in class com.google.code.facebookapi.ExtensibleClient
 
auth_promoteSession() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Generate a key for the current session that can be used to authenticate client-side components.
auth_revokeAuthorization() - Method in class com.google.code.facebookapi.ExtensibleClient
 
auth_revokeAuthorization() - Method in interface com.google.code.facebookapi.IFacebookRestClient
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.
authorizationUrl(String, FacebookExtendedPerm) - Static method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated. this class exists for legacy support only. Please use Permission instead.
authorizationUrl(String, CharSequence) - Static method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated. this class exists for legacy support only. Please use Permission instead.
authorizationUrl(String, Permission) - Static method in enum com.google.code.facebookapi.Permission
Compute the URL to which to send the user to request the extended permission.
autoVerifySignature(Map<String, String[]>, String, String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Verifies that a signature received matches the expected value.
autoVerifySignature(Map<String, String[]>, String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Verifies that a signature received matches the expected value.

B

BATCH_LIMIT - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
batch_run(String, boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
batch_run(String, boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Executes a batch of queries.
batchMode - Variable in class com.google.code.facebookapi.ExtensibleClient
 
beginBatch() - Method in class com.google.code.facebookapi.ExtensibleClient
 
beginBatch() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Starts a batch of queries.
beginPermissionsMode(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
beginPermissionsMode(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Begins permissions mode, and allows the current application to begin making requests on behalf of the application associated with the specified API key.
BundleActionLink - Class in com.google.code.facebookapi
A simple data structure for storing a story-template action link, used in the feed_registerTemplateBundle API call.
BundleActionLink() - Constructor for class com.google.code.facebookapi.BundleActionLink
Constructor.
BundleActionLink(String, String) - Constructor for class com.google.code.facebookapi.BundleActionLink
Constructor.
BundleStoryTemplate - Class in com.google.code.facebookapi
A simple data structure for storing a story-template used in the feed_registerTemplateBundle API call.
BundleStoryTemplate() - Constructor for class com.google.code.facebookapi.BundleStoryTemplate
Constructor.
BundleStoryTemplate(String, String) - Constructor for class com.google.code.facebookapi.BundleStoryTemplate
Constructor.

C

cacheAppAdded - Variable in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
cacheAppUser - Variable in class com.google.code.facebookapi.ExtensibleClient
 
cacheFriendsList - Variable in class com.google.code.facebookapi.FacebookJsonRestClient
 
cacheFriendsList - Variable in class com.google.code.facebookapi.FacebookXmlRestClient
 
cacheSessionExpires - Variable in class com.google.code.facebookapi.ExtensibleClient
 
cacheSessionKey - Variable in class com.google.code.facebookapi.ExtensibleClient
 
cacheSessionSecret - Variable in class com.google.code.facebookapi.ExtensibleClient
filled in when session is established only used for desktop apps
cacheUserId - Variable in class com.google.code.facebookapi.ExtensibleClient
 
callMethod(IFacebookMethod, Pair<String, CharSequence>...) - Method in class com.google.code.facebookapi.ExtensibleClient
Call the specified method, with the given parameters, and return a DOM tree with the results.
callMethod(IFacebookMethod, Collection<Pair<String, CharSequence>>) - Method in class com.google.code.facebookapi.ExtensibleClient
Call the specified method, with the given parameters, and return a DOM tree with the results.
callMethod(IFacebookMethod, Collection<Pair<String, CharSequence>>, String, InputStream) - Method in class com.google.code.facebookapi.ExtensibleClient
 
CATEGORY_ATTRIB - Static variable in class com.google.code.facebookapi.MarketListing
 
charAt(int) - Method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated.  
charAt(int) - Method in enum com.google.code.facebookapi.FacebookMethod
 
charAt(int) - Method in enum com.google.code.facebookapi.FacebookParam
 
close(Closeable) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
com.google.code.facebookapi - package com.google.code.facebookapi
 
CONDITION_ANY - Static variable in class com.google.code.facebookapi.MarketListing
Specifies a condition of 'any'
CONDITION_NEW - Static variable in class com.google.code.facebookapi.MarketListing
Specifies a condition of 'new'
CONDITION_USED - Static variable in class com.google.code.facebookapi.MarketListing
Specified a condition of 'used'
connect_getUnconnectedFriendsCount() - Method in class com.google.code.facebookapi.ExtensibleClient
 
connect_getUnconnectedFriendsCount() - Method in interface com.google.code.facebookapi.IFacebookRestClient
This method returns the number of friends of the current user who have accounts on your site, but have not yet connected their accounts.
connect_registerUsers(Collection<Map<String, String>>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
connect_registerUsers(Collection<Map<String, String>>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
This method is used to create an association between an external user account and a Facebook user account.
connect_unregisterUsers(Collection<String>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
connect_unregisterUsers(Collection<String>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
This method allows a site to unregister a previously registered account (using connect.registerUsers).
convert(Collection<Map.Entry<String, String>>) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Converts a Map of key-value pairs into the form expected by generateSignature
convertFacebookParams(Collection<Map.Entry<FacebookParam, String>>) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Converts a Map of key-value pairs into the form expected by generateSignature
CRLF - Static variable in class com.google.code.facebookapi.ExtensibleClient
 

D

data_createObject(String, Map<String, String>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_createObject(String, Map<String, String>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Create object in Data Store
data_createObjectType(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_createObjectType(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
An object type is like a "table" in SQL terminology, or a "class" in object-oriented programming concepts.
data_defineAssociation(String, AssociationType, AssociationInfo, AssociationInfo, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_defineAssociation(String, AssociationType, AssociationInfo, AssociationInfo, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_defineObjectProperty(String, String, PropertyType) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_defineObjectProperty(String, String, PropertyType) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_deleteObject(long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_deleteObject(long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Delete object in Data Store
data_deleteObjects(Collection<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_deleteObjects(Collection<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Delete multiple objects in Data Store WARNING: This method seems to fail when it comes across the first object that it can't find.
data_dropObjectType(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_dropObjectType(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Remove a previously defined object type.
data_getAssociatedObjectCount(String, long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getAssociatedObjectCount(String, long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Returns count of object ids that are associated with specified object.
data_getAssociationDefinition(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getAssociationDefinition(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_getAssociationDefinitions() - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getAssociationDefinitions() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_getCookies() - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getCookies(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getCookies(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getCookies(Long, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getCookies() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get all cookies for the currently logged-in user.
data_getCookies(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get all cookies for the specified user.
data_getCookies(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get a specific cookie for the currently logged-in user.
data_getCookies(Long, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get a specific cookie for the specified user.
data_getObject(long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getObject(long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_getObjectProperty(long, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getObjectProperty(long, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_getObjects(Collection<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getObjects(Collection<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_getObjectType(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getObjectType(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_getObjectTypes() - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getObjectTypes() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_getUserPreference(int) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getUserPreference(int) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Lookup a single preference value for the current user.
data_getUserPreferences() - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_getUserPreferences() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get a map containing all preference values set for the current user.
data_removeAssociatedObjects(String, long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_removeAssociatedObjects(String, long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
The name of this function may be misleading, but it actually removes associations between any other objects and a specified object.
data_removeAssociation(String, long, long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_removeAssociation(String, long, long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Removes an association between two object identifiers.
data_renameAssociation(String, String, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_renameAssociation(String, String, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Rename a previously defined association.
data_renameObjectProperty(String, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_renameObjectProperty(String, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_renameObjectType(String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_renameObjectType(String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_setAssociation(String, long, long, String, Date) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setAssociation(String, long, long, String, Date) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Create an association between two objects
data_setCookie(String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setCookie(String, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setCookie(Long, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setCookie(Long, CharSequence, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setCookie(String, String, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setCookie(String, String, Long, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setCookie(Long, CharSequence, CharSequence, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setCookie(Long, CharSequence, CharSequence, Long, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setCookie(String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a cookie for the current user.
data_setCookie(String, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a cookie for the current user, under the specified path.
data_setCookie(Long, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a cookie for the specified user.
data_setCookie(Long, CharSequence, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a cookie for the specified user, with the specified path.
data_setCookie(String, String, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a cookie for the current user, with the specified expiration date.
data_setCookie(String, String, Long, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a cookie for the current user, with the specified expiration date and path.
data_setCookie(Long, CharSequence, CharSequence, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a cookie for the specified user, with the specified expiration date.
data_setCookie(Long, CharSequence, CharSequence, Long, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a cookie for the specified user, with the specified expiration date and path.
data_setObjectProperty(long, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setObjectProperty(long, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_setUserPreference(int, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setUserPreference(int, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set a user-preference value.
data_setUserPreferences(Map<Integer, String>, boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_setUserPreferences(Map<Integer, String>, boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set multiple user-preferences values.
data_undefineAssociation(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_undefineAssociation(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Remove a previously defined association.
data_undefineObjectProperty(String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_undefineObjectProperty(String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
data_updateObject(long, Map<String, String>, boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
data_updateObject(long, Map<String, String>, boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Update properties of an existing object in Data Store
delimit(Collection<Map.Entry<String, String>>, String, String, boolean) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
DESCRIPTION_ATTRIB - Static variable in class com.google.code.facebookapi.MarketListing
 
disconnect(HttpURLConnection) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
doGetSession(String) - Method in class com.google.code.facebookapi.FacebookWebappHelper
 

E

encodeMethods(List<BatchQuery>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
endPermissionsMode() - Method in class com.google.code.facebookapi.ExtensibleClient
 
endPermissionsMode() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Terminates permissions mode.
ERROR_TAG - Static variable in interface com.google.code.facebookapi.IFacebookRestClient
 
ErrorCode - Class in com.google.code.facebookapi
Static class for organizing the error codes used by the Facebook API.
ErrorCode() - Constructor for class com.google.code.facebookapi.ErrorCode
 
events_cancel(Long, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
events_cancel(Long, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Cancels an event.
events_create(Map<String, String>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
events_create(Map<String, String>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
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.
events_edit(Long, Map<String, String>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
events_edit(Long, Map<String, String>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Edits the details of an existing event.
events_get(Long, Collection<Long>, Long, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
events_get(Long, Collection<Long>, Long, Long, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
events_get(Long, Collection<Long>, Long, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Returns all visible events according to the filters specified.
events_get(Long, Collection<Long>, Long, Long, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Returns all visible events according to the filters specified.
events_getMembers(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
events_getMembers(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the membership list of an event
events_rsvp(Long, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
events_rsvp(Long, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sets a user's RSVP status for an event.
executeBatch(boolean) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
Executes a batch of queries.
executeBatch(boolean) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Executes a batch of queries.
executeBatch(boolean) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Executes a batch of queries.
executeBatch(boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Executes a batch of queries.
ExtensibleClient<T> - Class in com.google.code.facebookapi
Base class for interacting with the Facebook Application Programming Interface (API).
ExtensibleClient(String, String) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
ExtensibleClient(String, String, int) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
ExtensibleClient(String, String, String) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
ExtensibleClient(String, String, String, int) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
ExtensibleClient(String, String, String, String) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
ExtensibleClient(String, String, String, String, int) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
ExtensibleClient(URL, String, String, String, int) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
ExtensibleClient(URL, String, String, String, int, int) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
ExtensibleClient(URL, String, String, String) - Constructor for class com.google.code.facebookapi.ExtensibleClient
 
extractBoolean(T) - Method in class com.google.code.facebookapi.ExtensibleClient
Extracts a Boolean from a result that consists of a Boolean only.
extractBoolean(Object) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
Extracts a Boolean from a result that consists of a Boolean only.
extractBoolean(Object) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Extracts a Boolean from a result that consists of a Boolean only.
extractFacebookNamespaceParams(Map<CharSequence, CharSequence>) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Out of the passed in reqParams, extracts the parameters that are in the FacebookParam namespace and returns them.
extractFacebookParams(Map<CharSequence, CharSequence>) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Out of the passed in reqParams, extracts the parameters that are known FacebookParams and returns them.
extractFacebookParamsFromArray(Map<CharSequence, CharSequence[]>) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Out of the passed in reqParams, extracts the parameters that are in the FacebookParam namespace and returns them.
extractFacebookParamsFromStandardsCompliantArray(Map<String, String[]>) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Out of the passed in reqParams, extracts the parameters that are in the FacebookParam namespace and returns them.
extractInt(T) - Method in class com.google.code.facebookapi.ExtensibleClient
Extracts an Long from a result that consists of an Long only.
extractInt(Object) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
Extracts an Integer from a result that consists of an Integer only.
extractInt(Object) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Extracts an Integer from a result that consists of an Integer only.
extractInt(Document) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Extracts an Integer from a document that consists of an Integer only.
extractLong(T) - Method in class com.google.code.facebookapi.ExtensibleClient
Extracts an Long from a result that consists of a Long only.
extractLong(Object) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
Extracts a Long from a result that consists of an Long only.
extractLong(Object) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Extracts a Long from a result that consists of an Long only.
extractLong(Document) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Extracts a Long from a document that consists of a Long only.
extractNodeString(Node) - Static method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
extractNodeString(Node) - Static method in class com.google.code.facebookapi.FacebookXmlRestClient
 
extractString(T) - Method in class com.google.code.facebookapi.ExtensibleClient
Extracts a String from a T consisting entirely of a String.
extractString(Object) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
Extracts a String from a result consisting entirely of a String.
extractString(Object) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Extracts a String from a result consisting entirely of a String.
extractString(Document) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Extracts a String from a T consisting entirely of a String.
extractURL(T) - Method in class com.google.code.facebookapi.ExtensibleClient
Extracts a URL from a result that consists of a URL only.
extractURL(Object) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
Extracts a URL from a result that consists of a URL only.
extractURL(Object) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Extracts a URL from a result that consists of a URL only.
extractURL(Document) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Extracts a URL from a document that consists of a URL only.

F

FacebookException - Exception in com.google.code.facebookapi
A FacebookException is thrown by the FacebookRestClient to indicate that it encountered an error when trying to process an API request to Facebook.
FacebookException(int, String) - Constructor for exception com.google.code.facebookapi.FacebookException
Constructor
FacebookExtendedPerm - Enum in com.google.code.facebookapi
Deprecated. this class exists for legacy support only. Please use Permission instead.
FacebookJaxbRestClient - Class in com.google.code.facebookapi
A FacebookRestClient that JAXB response objects.
FacebookJaxbRestClient(String, String) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJaxbRestClient(String, String, int) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJaxbRestClient(String, String, String) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJaxbRestClient(String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJaxbRestClient(String, String, String, String) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJaxbRestClient(String, String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJaxbRestClient(URL, String, String, String) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJaxbRestClient(URL, String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJaxbRestClient(URL, String, String, String, int, int) - Constructor for class com.google.code.facebookapi.FacebookJaxbRestClient
Constructor.
FacebookJsonRestClient - Class in com.google.code.facebookapi
A FacebookRestClient that uses the JSON result format.
FacebookJsonRestClient(String, String) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookJsonRestClient(String, String, int) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookJsonRestClient(String, String, String) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookJsonRestClient(String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookJsonRestClient(String, String, String, String) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookJsonRestClient(String, String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookJsonRestClient(URL, String, String, String) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookJsonRestClient(URL, String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookJsonRestClient(URL, String, String, String, int, int) - Constructor for class com.google.code.facebookapi.FacebookJsonRestClient
Constructor.
FacebookMethod - Enum in com.google.code.facebookapi
Enumaration that maps API method names to the (maximal) number of parameters that each method will send.
FacebookNamespaceContext - Class in com.google.code.facebookapi
This NamespaceContext provides the namespaces used by Facebook.
FacebookNamespaceContext() - Constructor for class com.google.code.facebookapi.FacebookNamespaceContext
 
FacebookParam - Enum in com.google.code.facebookapi
List of URL parameters added by Facebook.
FacebookSignatureUtil - Class in com.google.code.facebookapi
Utility for managing Facebook-specific parameters, specifically those related to session/login aspects.
FacebookSignatureUtil() - Constructor for class com.google.code.facebookapi.FacebookSignatureUtil
 
FacebookWebappHelper<T> - Class in com.google.code.facebookapi
Utility class to handle authorization and authentication of requests.
FacebookWebappHelper(HttpServletRequest, HttpServletResponse, String, String) - Constructor for class com.google.code.facebookapi.FacebookWebappHelper
Deprecated. please use different constructor, or factory methods
FacebookWebappHelper(HttpServletRequest, HttpServletResponse, String, String, IFacebookRestClient<T>) - Constructor for class com.google.code.facebookapi.FacebookWebappHelper
 
FacebookWebRequest<T> - Class in com.google.code.facebookapi
 
FacebookWebRequest(HttpServletRequest, String, String, IFacebookRestClient<T>) - Constructor for class com.google.code.facebookapi.FacebookWebRequest
 
FacebookXmlRestClient - Class in com.google.code.facebookapi
A FacebookRestClient that uses the XML result format.
FacebookXmlRestClient(String, String) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FacebookXmlRestClient(String, String, int) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FacebookXmlRestClient(String, String, String) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FacebookXmlRestClient(String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FacebookXmlRestClient(String, String, String, String) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FacebookXmlRestClient(String, String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FacebookXmlRestClient(URL, String, String, String) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FacebookXmlRestClient(URL, String, String, String, int) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FacebookXmlRestClient(URL, String, String, String, int, int) - Constructor for class com.google.code.facebookapi.FacebookXmlRestClient
 
FB_SERVER - Static variable in interface com.google.code.facebookapi.IFacebookRestClient
 
FBML_DESKTOP_FBML_RESTRICTED - Static variable in class com.google.code.facebookapi.ErrorCode
Desktop app tried to set FBML for an invalid user
FBML_MARKUP_NOT_SET - Static variable in class com.google.code.facebookapi.ErrorCode
Failed to set FBML parkup
fbml_refreshImgSrc(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
fbml_refreshImgSrc(URL) - Method in class com.google.code.facebookapi.ExtensibleClient
 
fbml_refreshImgSrc(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Recaches the image with the specified imageUrl.
fbml_refreshImgSrc(URL) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Recaches the image with the specified imageUrl.
fbml_refreshRefUrl(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
fbml_refreshRefUrl(URL) - Method in class com.google.code.facebookapi.ExtensibleClient
 
fbml_refreshRefUrl(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Recaches the referenced url.
fbml_refreshRefUrl(URL) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Recaches the referenced url.
fbml_setRefHandle(String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
Associates a "handle" with FBML markup so that the handle can be used within the fb:ref FBML tag.
fbml_setRefHandle(String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Associates the specified FBML markup with the specified handle/id.
fbParamEquals(FacebookParam, String) - Method in class com.google.code.facebookapi.FacebookWebRequest
 
fbParams - Variable in class com.google.code.facebookapi.FacebookWebappHelper
 
FEED_ACTION_LIMIT_REACHED - Static variable in class com.google.code.facebookapi.ErrorCode
Feed action limit reached
FEED_BLANK_TITLE - Static variable in class com.google.code.facebookapi.ErrorCode
Feed title is blank
FEED_BODY_LENGTH_EXCEEDED - Static variable in class com.google.code.facebookapi.ErrorCode
Feed body is too long
feed_deactivateTemplateBundleByID(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_deactivateTemplateBundleByID(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deactivates the specified template bundle.
feed_getRegisteredTemplateBundleByID(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_getRegisteredTemplateBundleByID(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieve a template bundle by id.
feed_getRegisteredTemplateBundles() - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_getRegisteredTemplateBundles() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get a list of all registered template bundles for your application.
FEED_INCORRECT_USERLINK - Static variable in class com.google.code.facebookapi.ErrorCode
Too many fb:userLink tags in title, or like points to an invalid user
FEED_INVALID_PRIORITY - Static variable in class com.google.code.facebookapi.ErrorCode
Feed priority value not valid
FEED_LIMIT_REACHED - Static variable in class com.google.code.facebookapi.ErrorCode
Feed publication limit reached
FEED_PHOTO_LINK_INVALID - Static variable in class com.google.code.facebookapi.ErrorCode
Specified photo URL for feed is invalid
FEED_PHOTO_NOT_FOUND - Static variable in class com.google.code.facebookapi.ErrorCode
Could not find photo to include in feed
feed_publishTemplatizedAction(Long, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
feed_publishTemplatizedAction(Long, CharSequence, Map<String, CharSequence>, CharSequence, Map<String, CharSequence>, CharSequence, Collection<Long>, Collection<? extends IPair<? extends Object, URL>>) - Method in class com.google.code.facebookapi.ExtensibleClient
Publishes a Mini-Feed story describing an action taken by a user, and publishes aggregating News Feed stories to the friends of that user.
feed_publishTemplatizedAction(Integer, CharSequence, Map<String, CharSequence>, CharSequence, Map<String, CharSequence>, CharSequence, Collection<Long>, Collection<? extends IPair<? extends Object, URL>>) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. Use the version that takes a Long for the actorId paramter.
feed_PublishTemplatizedAction(TemplatizedAction) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_publishTemplatizedAction(String, String, String, String, String, Collection<? extends IPair<? extends Object, URL>>, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_publishTemplatizedAction(CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_publishTemplatizedAction(CharSequence, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_publishTemplatizedAction(CharSequence, Map<String, CharSequence>, CharSequence, Map<String, CharSequence>, CharSequence, Collection<Long>, Collection<? extends IPair<? extends Object, URL>>, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_publishTemplatizedAction(Long, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. since 01/18/2008
feed_publishTemplatizedAction(CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
feed_publishTemplatizedAction(CharSequence, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Publishes a Mini-Feed story describing an action taken by the logged-in user (or, if pageActorId is provided, page), and publishes aggregating News Feed stories to the user's friends/page's fans.
feed_publishTemplatizedAction(CharSequence, Map<String, CharSequence>, CharSequence, Map<String, CharSequence>, CharSequence, Collection<Long>, Collection<? extends IPair<? extends Object, URL>>, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Publishes a Mini-Feed story describing an action taken by the logged-in user (or, if pageActorId is provided, page), and publishes aggregating News Feed stories to the user's friends/page's fans.
feed_publishTemplatizedAction(Long, CharSequence, Map<String, CharSequence>, CharSequence, Map<String, CharSequence>, CharSequence, Collection<Long>, Collection<? extends IPair<? extends Object, URL>>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
feed_PublishTemplatizedAction(TemplatizedAction) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Publishes a templatized action for the current user.
feed_publishTemplatizedAction(String, String, String, String, String, Collection<? extends IPair<? extends Object, URL>>, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
feed_publishTemplatizedAction(Integer, CharSequence, Map<String, CharSequence>, CharSequence, Map<String, CharSequence>, CharSequence, Collection<Long>, Collection<? extends IPair<? extends Object, URL>>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. use the version that specified the actorId as a Long instead. UID's *are not ever to be* expressed as Integers.
feed_publishUserAction(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_publishUserAction(Long, Map<String, String>, List<Long>, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_publishUserAction(Long, Map<String, String>, List<IFeedImage>, List<Long>, String, int) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_publishUserAction(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Publishes a user action to the feed.
feed_publishUserAction(Long, Map<String, String>, List<Long>, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Publishes a user action to the feed.
feed_publishUserAction(Long, Map<String, String>, List<IFeedImage>, List<Long>, String, int) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Publishes a user action to the feed.
feed_registerTemplateBundle(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_registerTemplateBundle(Collection<String>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_registerTemplateBundle(Collection<String>, Collection<BundleStoryTemplate>, BundleStoryTemplate) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_registerTemplateBundle(Collection<String>, Collection<BundleStoryTemplate>, BundleStoryTemplate, List<BundleActionLink>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
feed_registerTemplateBundle(String, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
feed_registerTemplateBundle(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Registers a feed template.
feed_registerTemplateBundle(Collection<String>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Registers a feed template.
feed_registerTemplateBundle(String, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
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.
feed_registerTemplateBundle(Collection<String>, Collection<BundleStoryTemplate>, BundleStoryTemplate, List<BundleActionLink>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Registers a feed template.
feed_registerTemplateBundle(Collection<String>, Collection<BundleStoryTemplate>, BundleStoryTemplate) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Registers a feed template.
FEED_TITLE_LENGTH_EXCEEDED - Static variable in class com.google.code.facebookapi.ErrorCode
Feed title is too long
FEED_TOO_MANY_LINKS - Static variable in class com.google.code.facebookapi.ErrorCode
Feed title contains too many links
FeedFacebookPhoto - Class in com.google.code.facebookapi
A simple Pair consisting of a Facebook Photos photo ID for an image appearing in a newsfeed/minifeed story and the destination URL for a click on that image.
FeedFacebookPhoto(Long, URL) - Constructor for class com.google.code.facebookapi.FeedFacebookPhoto
Creates a linked Facebook Photos photo to appear in a user's newsfeed/minifeed.
FeedImage - Class in com.google.code.facebookapi
A simple Pair of URLs for an image appearing in a newsfeed/minifeed story and the optional destination URL for a click on that image.
FeedImage(URL) - Constructor for class com.google.code.facebookapi.FeedImage
Deprecated. a FeedImage must include a link url.
FeedImage(URL, URL) - Constructor for class com.google.code.facebookapi.FeedImage
Constructor for a feed image with an associated hyperlink.
FeedUserPhoto - Class in com.google.code.facebookapi
A simple Pair consisting of a Facebook Photos photo ID for an image appearing in a newsfeed/minifeed story and the destination URL for a click on that image.
FeedUserPhoto(Long, URL) - Constructor for class com.google.code.facebookapi.FeedUserPhoto
Creates a linked Facebook Photos photo to appear in a user's newsfeed/minifeed.
fieldName() - Method in enum com.google.code.facebookapi.PageProfileField
 
fieldName() - Method in enum com.google.code.facebookapi.ProfileField
 
first - Variable in class com.google.code.facebookapi.Pair
The first element in the pair.
FQL_FIELD_NOT_FOUND - Static variable in class com.google.code.facebookapi.ErrorCode
Field referenced in FQL was not found
FQL_INVALID_FUNCTION - Static variable in class com.google.code.facebookapi.ErrorCode
The requested FQL function was not found
FQL_INVALID_PARAMETER - Static variable in class com.google.code.facebookapi.ErrorCode
The FQL query includes an invalid parameter
FQL_NOT_INDEXABLE - Static variable in class com.google.code.facebookapi.ErrorCode
FQL query cannot be indexed
FQL_PARSE_ERROR - Static variable in class com.google.code.facebookapi.ErrorCode
FQL query fails to parse
fql_query(CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
fql_query(CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the results of a Facebook Query Language query
FQL_TABLE_NOT_FOUND - Static variable in class com.google.code.facebookapi.ErrorCode
Table referenced in FQL was not found
FQL_UNKNOWN_ERROR - Static variable in class com.google.code.facebookapi.ErrorCode
An unknown error occured when processing FQL
friends_areFriends(long, long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
friends_areFriends(Collection<Long>, Collection<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
friends_areFriends(long, long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves whether two users are friends.
friends_areFriends(Collection<Long>, Collection<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves whether pairs of users are friends.
friends_get() - Method in class com.google.code.facebookapi.ExtensibleClient
 
friends_get(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
friends_get() - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
friends_get() - Method in class com.google.code.facebookapi.FacebookJsonRestClient
 
friends_get() - Method in class com.google.code.facebookapi.FacebookXmlRestClient
 
friends_get() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the friends of the currently logged in user.
friends_get(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the friends uid.
friends_getAppUsers() - Method in class com.google.code.facebookapi.ExtensibleClient
 
friends_getAppUsers() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the friends of the currently logged in user, who are also users of the calling application.
friends_getList(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
friends_getList(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the friends of the currently logged in user that are members of the friends list with ID friendListId.
friends_getLists() - Method in class com.google.code.facebookapi.ExtensibleClient
 
friends_getLists() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the friend lists of the currently logged in user.

G

GEN_BAD_IP - Static variable in class com.google.code.facebookapi.ErrorCode
The API call was made from a machine with a blocked IP
GEN_INVALID_PARAMETER - Static variable in class com.google.code.facebookapi.ErrorCode
A specified API parameter was invalid, or a required parameter was missing
GEN_PERMISSIONS_ERROR - Static variable in class com.google.code.facebookapi.ErrorCode
The requested action generated a permissions error
GEN_REF_SET_FAILED - Static variable in class com.google.code.facebookapi.ErrorCode
Unknown error, please try the request again
GEN_SERVICE_ERROR - Static variable in class com.google.code.facebookapi.ErrorCode
API service is temporarily down.
GEN_TOO_MANY_CALLS - Static variable in class com.google.code.facebookapi.ErrorCode
Too many API calls have been made
GEN_UNKNOWN_ERROR - Static variable in class com.google.code.facebookapi.ErrorCode
An unspecified error occured.
GEN_UNKNOWN_METHOD - Static variable in class com.google.code.facebookapi.ErrorCode
Unknown API method specified
GEN_WRONG_API_SERVER - Static variable in class com.google.code.facebookapi.ErrorCode
An invalid API server URL was specified
generateEmailHash(String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Normalize the email address.
generateMD5(String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
 
generateSig(Map<String, String>, String) - Static method in class com.google.code.facebookapi.FacebookWebappHelper
 
generateSignature(List<String>, String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Calculates the signature for the given set of params using the supplied secret
get(String) - Static method in enum com.google.code.facebookapi.FacebookParam
Retrieves the FacebookParam corresponding to the supplied String key.
get_api_client() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Synonym for FacebookWebappHelper.getFacebookRestClient()
get_loggedin_user() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Synonym for FacebookWebappHelper.getUser()
getAddUrl(String) - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns the url that facebook uses to prompt the user to add this application.
getAlias() - Method in class com.google.code.facebookapi.AssociationInfo
This alias needs to be a valid identifier, which is no longer than 32 characters, starting with a letter (a-z) and consisting of only small letters (a-z), numbers (0-9) and/or underscores.
getApiClient() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getApiKey() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns the api key used to initialize this object.
getApiKey() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getAttribute(String) - Method in class com.google.code.facebookapi.MarketListing
Retrieve the value of the specified attribute.
getBody() - Method in class com.google.code.facebookapi.BundleStoryTemplate
 
getBodyGeneral() - Method in class com.google.code.facebookapi.TemplatizedAction
 
getBodyParams() - Method in class com.google.code.facebookapi.TemplatizedAction
Get the body params as a JSON-formatted string.
getBodyTemplate() - Method in class com.google.code.facebookapi.TemplatizedAction
 
getBoolProperty(ApplicationProperty) - Method in class com.google.code.facebookapi.ApplicationPropertySet
Gets a boolean property value.
getCacheAppAdded() - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
getCacheAppAdded() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
getCacheAppUser() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getCacheAppUser() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
getCacheFriendsList() - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
getCacheFriendsList() - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Return the object's 'friendsList' property.
getCacheFriendsList() - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Return the object's 'friendsList' property.
getCacheFriendsList() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
getCacheSessionExpires() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getCacheSessionExpires() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
getCacheSessionKey() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getCacheSessionKey() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
getCacheSessionSecret() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getCacheSessionSecret() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
getCacheUserId() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getCacheUserId() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
getCategory() - Method in class com.google.code.facebookapi.MarketListing
 
getCode() - Method in exception com.google.code.facebookapi.FacebookException
See http://wiki.developers.facebook.com/index.php/Error_codes for more information
getDefaultServerUrl() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getDefaultServerUrl() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
getDescription() - Method in class com.google.code.facebookapi.MarketListing
 
getDescription() - Method in class com.google.code.facebookapi.ProfileFieldItem
 
getErrorMetric(int) - Static method in enum com.google.code.facebookapi.Metric
Lookup a metric by HTTP error code.
getFacebookRestClient() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns the internal FacebookRestClient object.
getFacebookUrl(String) - Static method in class com.google.code.facebookapi.FacebookWebappHelper
Returns a url to a facebook sub-domain
getFbParam(FacebookParam) - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getFbParamBoolean(FacebookParam) - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getFbParamLong(FacebookParam) - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getFbParams() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getFieldName() - Method in class com.google.code.facebookapi.ProfileInfoField
 
getFirst() - Method in interface com.google.code.facebookapi.IPair
 
getFirst() - Method in class com.google.code.facebookapi.Pair
 
getHref() - Method in class com.google.code.facebookapi.BundleActionLink
Get the action link (may include tokens).
getImageUrl() - Method in class com.google.code.facebookapi.FeedImage
 
getImageUrl() - Method in class com.google.code.facebookapi.ProfileFieldItem
 
getImageUrlString() - Method in class com.google.code.facebookapi.FeedFacebookPhoto
 
getImageUrlString() - Method in class com.google.code.facebookapi.FeedImage
 
getImageUrlString() - Method in class com.google.code.facebookapi.FeedUserPhoto
 
getImageUrlString() - Method in interface com.google.code.facebookapi.IFeedImage
The image "url" can be either: a URL linking to an image: this image will be be shrunk to fit within 75x75, cached, and formatted by Facebook.
getItems() - Method in class com.google.code.facebookapi.ProfileInfoField
Get the items that currently comprise this field.
getJaxbContext() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getJaxbContext() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get the JAXB context that is being used by the client.
getLabel() - Method in class com.google.code.facebookapi.ProfileFieldItem
 
getLinkUrl() - Method in class com.google.code.facebookapi.FeedFacebookPhoto
 
getLinkUrl() - Method in class com.google.code.facebookapi.FeedImage
 
getLinkUrl() - Method in class com.google.code.facebookapi.FeedUserPhoto
 
getLinkUrl() - Method in interface com.google.code.facebookapi.IFeedImage
 
getLoginUrl(String, boolean) - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns the url that facebook uses to prompt the user to login to this application.
getMetric(String) - Static method in enum com.google.code.facebookapi.Metric
Lookup a metric by name.
getName() - Method in enum com.google.code.facebookapi.AllocationType
Get the name by which Facebook refers to this metric.
getName() - Method in enum com.google.code.facebookapi.ApplicationProperty
Gets the name by which Facebook refers to this property.
getName() - Method in enum com.google.code.facebookapi.MarketListingCategory
Get the name by which Facebook refers to this category.
getName() - Method in enum com.google.code.facebookapi.MarketListingStatus
Get the name given by Facebook to this status code.
getName() - Method in enum com.google.code.facebookapi.MarketListingSubcategory
Get the name by which Facebook refers to this category.
getName() - Method in enum com.google.code.facebookapi.Metric
Get the name by which Facebook refers to this metric.
getName() - Method in enum com.google.code.facebookapi.Permission
Gets the name by which Facebook refers to this permission.
getNamespaceURI(String) - Method in class com.google.code.facebookapi.FacebookNamespaceContext
 
getObjectType() - Method in class com.google.code.facebookapi.AssociationInfo
Optional - object type of object identifier.
getPageActorId() - Method in class com.google.code.facebookapi.TemplatizedAction
 
getPermissionName() - Method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated. this class exists for legacy support only. Please use Permission instead.
getPhotoId() - Method in class com.google.code.facebookapi.FeedFacebookPhoto
 
getPictures() - Method in class com.google.code.facebookapi.TemplatizedAction
Get the list of pictures.
getPrefix(String) - Method in class com.google.code.facebookapi.FacebookNamespaceContext
 
getPrefixes(String) - Method in class com.google.code.facebookapi.FacebookNamespaceContext
 
getProperty(String) - Static method in enum com.google.code.facebookapi.ApplicationProperty
 
getPropertyForString(String) - Static method in enum com.google.code.facebookapi.ApplicationProperty
Lookup an ApplicationProperty value by its name.
getRawResponse() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getRawResponse() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Returns a string representation for the last API response recieved from Facebook, exactly as sent by the API server.
getResponseFormat() - Method in class com.google.code.facebookapi.ExtensibleClient
The response format in which results to FacebookMethod calls are returned
getResponseFormat() - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
The response format in which results to FacebookMethod calls are returned
getResponseFormat() - Method in class com.google.code.facebookapi.FacebookJsonRestClient
The response format in which results to FacebookMethod calls are returned
getResponseFormat() - Method in class com.google.code.facebookapi.FacebookXmlRestClient
The response format in which results to FacebookMethod calls are returned
getResponsePOJO() - Method in class com.google.code.facebookapi.ExtensibleClient
 
getResponsePOJO() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Returns a JAXB object of the type that corresponds to the last API call made on the client.
getSecond() - Method in interface com.google.code.facebookapi.IPair
 
getSecond() - Method in class com.google.code.facebookapi.Pair
 
getSecret() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns the secret key used to initialize this object.
getSessionExpires() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getSessionKey() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getSessionSecret() - Method in class com.google.code.facebookapi.ExtensibleClient
Gets the session-token used by Facebook to authenticate a desktop application.
getSignatureName() - Method in enum com.google.code.facebookapi.FacebookParam
 
getStringProperty(ApplicationProperty) - Method in class com.google.code.facebookapi.ApplicationPropertySet
Gets a String property value.
getSubCategory() - Method in class com.google.code.facebookapi.MarketListing
 
getSublabel() - Method in class com.google.code.facebookapi.ProfileFieldItem
 
getTaggedUserId() - Method in class com.google.code.facebookapi.PhotoTag
 
getTargetIds() - Method in class com.google.code.facebookapi.TemplatizedAction
 
getText() - Method in class com.google.code.facebookapi.BundleActionLink
Get the text to display for the action.
getText() - Method in class com.google.code.facebookapi.PhotoTag
 
getTitle() - Method in class com.google.code.facebookapi.BundleStoryTemplate
 
getTitle() - Method in class com.google.code.facebookapi.MarketListing
 
getTitleParams() - Method in class com.google.code.facebookapi.TemplatizedAction
Get the title params as a JSON-formatted string.
getTitleTemplate() - Method in class com.google.code.facebookapi.TemplatizedAction
 
getType() - Method in enum com.google.code.facebookapi.ApplicationProperty
Gets the type which Facebook assigns to this property.
getUrl() - Method in class com.google.code.facebookapi.ProfileFieldItem
 
getUser() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns the user id of the logged in user associated with this object
getUserId() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
getUserId() - Method in class com.google.code.facebookapi.FeedUserPhoto
 
getValue() - Method in enum com.google.code.facebookapi.AssociationType
 
getValue() - Method in enum com.google.code.facebookapi.PropertyType
 
getX() - Method in class com.google.code.facebookapi.PhotoTag
 
getY() - Method in class com.google.code.facebookapi.PhotoTag
 
groups_get(Long, Collection<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
groups_get(Long, Collection<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the groups associated with a user
groups_getMembers(Number) - Method in class com.google.code.facebookapi.ExtensibleClient
 
groups_getMembers(Number) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the membership list of a group

H

handleFeedImages(List<Pair<String, CharSequence>>, Collection<? extends IPair<? extends Object, URL>>) - Method in class com.google.code.facebookapi.ExtensibleClient
Adds image parameters
hasTaggedUser() - Method in class com.google.code.facebookapi.PhotoTag
Check to see if this PhotoTag is tagging a specific Facebook user
HTTPS_SERVER_ADDR - Static variable in interface com.google.code.facebookapi.IFacebookRestClient
 
HTTPS_SERVER_URL - Static variable in class com.google.code.facebookapi.ExtensibleClient
 

I

IFacebookMethod - Interface in com.google.code.facebookapi
Interface for specifying a Facebook API method.
IFacebookRestClient<T> - Interface in com.google.code.facebookapi
Generic interface for a FacebookRestClient, parameterized by output format.
IFeedImage - Interface in com.google.code.facebookapi
Interface for an image that appears in a newsfeed/minifeed story and the destination URL for a click on that image.
inFbCanvas() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns true if the application is in a canvas.
inFrame() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns true if the application is in a frame or a canvas.
initJaxbSupport() - Static method in class com.google.code.facebookapi.ExtensibleClient
 
IPair<N,V> - Interface in com.google.code.facebookapi
This interface provides backwards compatibility between Pair and IFeedImage instances used in feed.* API calls, so that code that was written using the former method is not forced to be rewritten in order to conform to the latter.
isAdded() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Deprecated. 
isAppAdded() - Method in class com.google.code.facebookapi.FacebookWebRequest
Deprecated. 
isAppUser() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
isBooleanProperty() - Method in enum com.google.code.facebookapi.ApplicationProperty
 
isDesktop() - Method in class com.google.code.facebookapi.ExtensibleClient
 
isDesktop() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Check to see if the client is running in desktop-app mode
isEmpty() - Method in class com.google.code.facebookapi.ApplicationPropertySet
 
isInCanvas() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
isInIframe() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
isInNamespace(String) - Static method in enum com.google.code.facebookapi.FacebookParam
Indicates whether a given key is in the FacebookParam namespace
isInNewFacebook() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
isInProfileTab() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
isLoggedIn() - Method in class com.google.code.facebookapi.FacebookWebRequest
 
isLogin() - Method in class com.google.code.facebookapi.FacebookWebappHelper
 
isName(String) - Method in enum com.google.code.facebookapi.ApplicationProperty
Returns true if this field has a particular name.
isName(String) - Method in enum com.google.code.facebookapi.PageProfileField
Returns true if this field has a particular name.
isName(String) - Method in enum com.google.code.facebookapi.ProfileField
 
isNamespaceAware() - Method in class com.google.code.facebookapi.FacebookXmlRestClient
 
isSignature(String) - Static method in enum com.google.code.facebookapi.FacebookParam
Check to see if a given parameter name is a signature parameter.
isStringProperty() - Method in enum com.google.code.facebookapi.ApplicationProperty
 
isUninstall() - Method in class com.google.code.facebookapi.FacebookWebappHelper
Returns true if UNINSTALL param exists and is 1.
isUnique() - Method in class com.google.code.facebookapi.AssociationInfo
Optional - Default to false.
isValid() - Method in class com.google.code.facebookapi.FacebookWebRequest
 

J

JAXB_CONTEXT - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
jsonify() - Method in class com.google.code.facebookapi.ApplicationPropertySet
Return a JSON representation of this property set object
jsonify() - Method in class com.google.code.facebookapi.MarketplaceListing
Deprecated. provided for legacy support only. Please use MarketListing instead.
jsonify() - Method in class com.google.code.facebookapi.PhotoTag
Convert the tag to a JSON representation.

L

length() - Method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated.  
length() - Method in enum com.google.code.facebookapi.FacebookMethod
 
length() - Method in enum com.google.code.facebookapi.FacebookParam
 
liveMessage_send(Long, String, JSONObject) - Method in class com.google.code.facebookapi.ExtensibleClient
 
liveMessage_send(Long, String, JSONObject) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sends a message using the LiveMessage API.
log - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
log - Static variable in class com.google.code.facebookapi.FacebookJaxbRestClient
 
log - Static variable in class com.google.code.facebookapi.FacebookJsonRestClient
 
log - Static variable in class com.google.code.facebookapi.FacebookSignatureUtil
 
log - Static variable in class com.google.code.facebookapi.FacebookWebappHelper
 
log - Static variable in class com.google.code.facebookapi.FacebookWebRequest
 
log - Static variable in class com.google.code.facebookapi.FacebookXmlRestClient
 
log - Static variable in class com.google.code.facebookapi.MarketListing
 
log - Static variable in class com.google.code.facebookapi.TemplatizedAction
 

M

MarketListing - Class in com.google.code.facebookapi
A utility class for creating and verifying marketplace listings.
MarketListing(String, String, MarketListingCategory, MarketListingSubcategory) - Constructor for class com.google.code.facebookapi.MarketListing
Constructor.
MarketListingCategory - Enum in com.google.code.facebookapi
Enum for specifying categories in marketplace listings and API calls.
MarketListingStatus - Enum in com.google.code.facebookapi
Simple enum for specifying whether or not a marketplace listing was successful or not.
MarketListingSubcategory - Enum in com.google.code.facebookapi
Enum for specifying sub-categories in marketplace listings/API calls.
marketplace_createListing(Boolean, MarketplaceListing) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
marketplace_createListing(Long, boolean, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_createListing(Long, boolean, MarketListing) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_createListing(boolean, MarketListing) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_createListing(Long, boolean, String, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_createListing(Long, boolean, MarketListing, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_createListing(boolean, MarketListing, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_createListing(Boolean, MarketplaceListing) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. provided for legacy support only. Please use the version that takes a MarketListing instead.
marketplace_createListing(Long, boolean, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Create a new marketplace listing, or modify an existing one.
marketplace_createListing(Long, boolean, MarketListing) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Create a new marketplace listing, or modify an existing one.
marketplace_createListing(boolean, MarketListing) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Create a new marketplace listing.
marketplace_createListing(Long, boolean, String, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Create a new marketplace listing, or modify an existing one.
marketplace_createListing(Long, boolean, MarketListing, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Create a new marketplace listing, or modify an existing one.
marketplace_createListing(boolean, MarketListing, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Create a new marketplace listing.
marketplace_editListing(Long, Boolean, MarketplaceListing) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
marketplace_editListing(Long, Boolean, MarketListing) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_editListing(Long, Boolean, MarketplaceListing) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. provided for legacy support only. Please use the version that takes a MarketListing instead.
marketplace_editListing(Long, Boolean, MarketListing) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Modify a marketplace listing
marketplace_getCategories() - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
marketplace_getCategories() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get the categories available in marketplace.
marketplace_getCategoriesObject() - Method in class com.google.code.facebookapi.ExtensibleClient
Get the categories available in marketplace.
marketplace_getCategoriesObject() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. use the version that returns a List instead.
marketplace_getListings(Collection<Long>, Collection<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
Fetch marketplace listings, filtered by listing IDs and/or the posting users' IDs.
marketplace_getListings(List<Long>, List<Long>) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
marketplace_getListings(List<Long>, List<Long>) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
 
marketplace_getListings(List<Long>, List<Long>) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
 
marketplace_getListings(Collection<Long>, Collection<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Fetch marketplace listings, filtered by listing IDs and/or the posting users' IDs.
marketplace_getListings(List<Long>, List<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieve listings from the marketplace.
marketplace_getSubCategories(CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Get the subcategories available for a category.
marketplace_getSubCategories() - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
marketplace_getSubCategories() - Method in class com.google.code.facebookapi.FacebookJsonRestClient
 
marketplace_getSubCategories() - Method in class com.google.code.facebookapi.FacebookXmlRestClient
 
marketplace_getSubCategories(CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get the subcategories available for a category.
marketplace_getSubCategories() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Return a list of all valid Marketplace subcategories.
marketplace_removeListing(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
Remove a marketplace listing
marketplace_removeListing(Long, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
marketplace_removeListing(Long, MarketListingStatus) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_removeListing(Long, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_removeListing(Long, MarketListingStatus, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
marketplace_removeListing(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Remove a marketplace listing.
marketplace_removeListing(Long, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Remove a marketplace listing.
marketplace_removeListing(Long, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. provided for legacy support only. Please use the version that takes a MarketListingStatus instead.
marketplace_removeListing(Long, MarketListingStatus) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Remove a listing from the marketplace by id.
marketplace_removeListing(Long, MarketListingStatus, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Remove a listing from the marketplace by id.
marketplace_search(CharSequence, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
marketplace_search(MarketListingCategory, MarketListingSubcategory, String) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
marketplace_search(MarketListingCategory, MarketListingSubcategory, String) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
 
marketplace_search(MarketListingCategory, MarketListingSubcategory, String) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
 
marketplace_search(CharSequence, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. provided for legacy support only. Please use the alternate version instead.
marketplace_search(MarketListingCategory, MarketListingSubcategory, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Search the marketplace listings by category, subcategory, and keyword.
MARKETPLACE_STATUS_DEFAULT - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
MARKETPLACE_STATUS_NOT_SUCCESS - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
MARKETPLACE_STATUS_SUCCESS - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
MarketplaceListing - Class in com.google.code.facebookapi
Deprecated. provided for legacy support only. Please use MarketListing instead.
MarketplaceListing(String, String, String, String) - Constructor for class com.google.code.facebookapi.MarketplaceListing
Deprecated. provided for legacy support only. Please use MarketListing instead.
MarketplaceListing(String, String, String, String, Map<CharSequence, CharSequence>) - Constructor for class com.google.code.facebookapi.MarketplaceListing
Deprecated. provided for legacy support only. Please use MarketListing instead.
methodName() - Method in enum com.google.code.facebookapi.FacebookMethod
Get the Facebook method name
methodName() - Method in interface com.google.code.facebookapi.IFacebookMethod
The name of the method, e.g.
Metric - Enum in com.google.code.facebookapi
This class enumerates the various metrics that are available through the admin.getMetrics API call.
METRIC_TABLE - Static variable in enum com.google.code.facebookapi.Metric
 

N

namespaceAware - Variable in class com.google.code.facebookapi.FacebookXmlRestClient
 
newInstanceJaxb(HttpServletRequest, HttpServletResponse, String, String) - Static method in class com.google.code.facebookapi.FacebookWebappHelper
 
newInstanceJaxb(HttpServletRequest, String, String) - Static method in class com.google.code.facebookapi.FacebookWebRequest
 
newInstanceJson(HttpServletRequest, HttpServletResponse, String, String) - Static method in class com.google.code.facebookapi.FacebookWebappHelper
 
newInstanceJson(HttpServletRequest, String, String) - Static method in class com.google.code.facebookapi.FacebookWebRequest
 
newInstanceXml(HttpServletRequest, HttpServletResponse, String, String) - Static method in class com.google.code.facebookapi.FacebookWebappHelper
 
newInstanceXml(HttpServletRequest, String, String) - Static method in class com.google.code.facebookapi.FacebookWebRequest
 
newPair(String, Object) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
newPair(String, boolean) - Static method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
newPair(String, CharSequence) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
newPair(String, Long) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
newPair(String, Integer) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
newPair10(String, boolean) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
newPairTF(String, boolean) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_get() - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_get() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the outstanding notifications for the session user.
notifications_send(Collection<Long>, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
notifications_send(Collection<Long>, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_send(CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Send a notification message to the logged-in user.
notifications_send(Collection<Long>, String, boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_send(Collection<Long>, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
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.
notifications_send(Collection<Long>, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send a notification message to the specified users.
notifications_send(CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send a notification message to the logged-in user.
notifications_send(Collection<Long>, String, boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sends a notification.
notifications_sendEmail(Collection<Long>, CharSequence, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_sendEmail(Collection<Long>, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
notifications_sendEmail(Collection<Long>, CharSequence, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send an e-mail to a set of app-users.
notifications_sendEmail(Collection<Long>, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. provided for legacy support only, please use one of the alternate notifications_sendEmail calls.
notifications_sendEmailPlain(Collection<Long>, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
notifications_sendEmailPlain(Collection<Long>, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. provided for legacy support only, please use one of the alternate notifications_sendEmail calls.
notifications_sendEmailStr(Collection<Long>, CharSequence, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
notifications_sendEmailStr(Collection<Long>, CharSequence, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. provided for legacy support only, please use one of the alternate notifications_sendEmail calls.
notifications_sendEmailToCurrentUser(String, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_sendEmailToCurrentUser(String, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send an e-mail to the currently logged-in user.
notifications_sendFbmlEmail(Collection<Long>, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_sendFbmlEmail(Collection<Long>, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send an e-mail to a set of app-users.
notifications_sendFbmlEmailToCurrentUser(String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_sendFbmlEmailToCurrentUser(String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send an e-mail to the currently logged-in user.
notifications_sendTextEmail(Collection<Long>, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_sendTextEmail(Collection<Long>, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send an e-mail to a set of app-users.
notifications_sendTextEmailToCurrentUser(String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
notifications_sendTextEmailToCurrentUser(String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send an e-mail to the currently logged-in user.

P

PageProfileField - Enum in com.google.code.facebookapi
Enum describing the profile fields of Facebook Pages.
pages_getInfo(Collection<Long>, EnumSet<PageProfileField>) - Method in class com.google.code.facebookapi.ExtensibleClient
Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
pages_getInfo(Collection<Long>, Set<CharSequence>) - Method in class com.google.code.facebookapi.ExtensibleClient
Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
pages_getInfo(Long, EnumSet<PageProfileField>) - Method in class com.google.code.facebookapi.ExtensibleClient
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
pages_getInfo(Long, Set<CharSequence>) - Method in class com.google.code.facebookapi.ExtensibleClient
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
pages_getInfo(Collection<Long>, EnumSet<PageProfileField>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
pages_getInfo(Collection<Long>, Set<CharSequence>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the requested profile fields for the Facebook Pages with the given pageIds.
pages_getInfo(Long, EnumSet<PageProfileField>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
pages_getInfo(Long, Set<CharSequence>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the requested profile fields for the Facebook Pages of the user with the given userId.
pages_isAdmin(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
Checks whether the logged-in user for this session is an admin of the page with the given pageId.
pages_isAdmin(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Checks whether the logged-in user for this session is an admin of the page with the given pageId.
pages_isAppAdded(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
Checks whether a page has added the application
pages_isAppAdded(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Checks whether a page has added the application
pages_isFan(Long, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
Checks whether a user is a fan of the page with the given pageId.
pages_isFan(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
Checks whether the logged-in user is a fan of the page with the given pageId.
pages_isFan(Long, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Checks whether a user is a fan of the page with the given pageId.
pages_isFan(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Checks whether the logged-in user is a fan of the page with the given pageId.
Pair<N,V> - Class in com.google.code.facebookapi
Simple data structure for grouping two values together.
Pair(N, V) - Constructor for class com.google.code.facebookapi.Pair
Constructor.
parseCallResult(InputStream, IFacebookMethod) - Method in class com.google.code.facebookapi.ExtensibleClient
Parses the result of an API call into a T.
parseCallResult(InputStream, IFacebookMethod) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
Parses the result of an API call from XML into JAXB Objects.
parseCallResult(InputStream, IFacebookMethod) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Parses the result of an API call from JSON into Java Objects.
parseCallResult(InputStream, IFacebookMethod) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
 
PERIOD_DAY - Static variable in enum com.google.code.facebookapi.Metric
Use in Admin.getMetrics calls to specify a daily time-period.
PERIOD_MONTH - Static variable in enum com.google.code.facebookapi.Metric
Use in Admin.getMetrics calls to specify a monthly time-period.
PERIOD_WEEK - Static variable in enum com.google.code.facebookapi.Metric
Use in Admin.getMetrics calls to specify a weekly time-period.
PERM_AUTHORIZE_ADDR - Static variable in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated. The unchanging part of the URL to use for authorizing extended permissions.
PERM_AUTHORIZE_ADDR - Static variable in enum com.google.code.facebookapi.Permission
The unchanging part of the URL to use when authorizing permissions.
PERM_REQUIRED_PHOTOS - Static variable in class com.google.code.facebookapi.ErrorCode
Editing existing photos requires extended permissions
PERM_REQUIRED_STATUS - Static variable in class com.google.code.facebookapi.ErrorCode
Updating a user's status requires extended permissions
Permission - Enum in com.google.code.facebookapi
Enum for managing the different permission-types used by Facebook.
permissions_checkAvailableApiAccess(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
permissions_checkAvailableApiAccess(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Check to see what permissions have been granted to current app by the specified external application.
permissions_checkGrantedApiAccess(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
permissions_checkGrantedApiAccess(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Check to see what permissions have been granted to specified external application by the current application.
permissions_grantApiAccess(String, Set<FacebookMethod>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
permissions_grantApiAccess(String, Set<FacebookMethod>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Grant permission to an external app to make API calls on behalf of the current application.
permissions_grantFullApiAccess(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
permissions_grantFullApiAccess(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Grant permission to an external app to make API calls on behalf of the current application.
permissions_revokeApiAccess(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
permissions_revokeApiAccess(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Revokes the specified application's permission to call API methods on behalf of the current app.
permissionsApiKey - Variable in class com.google.code.facebookapi.ExtensibleClient
 
PHOTO_INVALID_ALBUM_ID - Static variable in class com.google.code.facebookapi.ErrorCode
Specified album not valid
PHOTO_INVALID_PHOTO_ID - Static variable in class com.google.code.facebookapi.ErrorCode
Specified photo not valid
PHOTO_INVALID_USER_ID - Static variable in class com.google.code.facebookapi.ErrorCode
Specified user not valid
photos_addTag(Long, CharSequence, Double, Double) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_addTag(Long, Long, Double, Double) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_addTag(Long, Long, Double, Double, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_addTag(Long, CharSequence, Double, Double, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_addTag(Long, Long, Double, Double) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Adds a tag to a photo.
photos_addTag(Long, CharSequence, Double, Double) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Adds a tag to a photo.
photos_addTag(Long, Long, Double, Double, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Adds a tag to a photo.
photos_addTag(Long, CharSequence, Double, Double, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Adds a tag to a photo.
photos_addTags(Long, Iterable<PhotoTag>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_addTags(Long, Iterable<PhotoTag>, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_addTags(Long, Iterable<PhotoTag>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Adds several tags to a photo.
photos_addTags(Long, Iterable<PhotoTag>, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Adds several tags to a photo.
PHOTOS_ALBUM_FULL - Static variable in class com.google.code.facebookapi.ErrorCode
The specified album is full
PHOTOS_BAD_IMAGE - Static variable in class com.google.code.facebookapi.ErrorCode
The photo file is invalid or missing
photos_createAlbum(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_createAlbum(String, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_createAlbum(String, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_createAlbum(String, String, String, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_createAlbum(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Creates an album.
photos_createAlbum(String, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Creates an album.
photos_createAlbum(String, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Creates an album.
photos_createAlbum(String, String, String, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Creates an album.
photos_get(Iterable<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_get(Long, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_get(Long, Iterable<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_get(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_get(Long, Long, Iterable<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_get(Long, Long, Iterable<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
photos_get(Long, Iterable<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
photos_get(Long, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
photos_get(Iterable<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
photos_get(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
photos_getAlbums(Iterable<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_getAlbums(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_getAlbums(Long, Iterable<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_getAlbums(Long, Iterable<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves album metadata.
photos_getAlbums(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves album metadata for albums owned by a user.
photos_getAlbums(Iterable<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves album metadata for a list of album IDs.
photos_getByAlbum(Long, Iterable<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_getByAlbum(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_getByAlbum(Long, Iterable<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
photos_getByAlbum(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Used to retrieve photo objects using the search parameters (one or more of the parameters must be provided).
photos_getTags(Iterable<Long>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_getTags(Iterable<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the tags for the given set of photos.
PHOTOS_INVALID_TAG_SUBJECT - Static variable in class com.google.code.facebookapi.ErrorCode
The specified photo tag target is invalid
PHOTOS_TAG_NOT_ALLOWED - Static variable in class com.google.code.facebookapi.ErrorCode
The specified photo cannot be tagged
PHOTOS_TOO_MANY_PHOTOS - Static variable in class com.google.code.facebookapi.ErrorCode
Too many photos are pending
PHOTOS_TOO_MANY_TAGS - Static variable in class com.google.code.facebookapi.ErrorCode
Too many tags are pending
photos_upload(File) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(File, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(File, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(File, String, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(Long, File) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(Long, File, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(Long, File, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(Long, File, String, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(Long, String, Long, String, InputStream) - Method in class com.google.code.facebookapi.ExtensibleClient
 
photos_upload(File) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
photos_upload(File, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
photos_upload(File, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
photos_upload(File, String, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
photos_upload(Long, File) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
photos_upload(Long, File, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
photos_upload(Long, File, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
photos_upload(Long, File, String, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
photos_upload(Long, String, Long, String, InputStream) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Uploads a photo to Facebook.
PhotoTag - Class in com.google.code.facebookapi
Data structure for representing a photo tag.
PhotoTag(String, double, double) - Constructor for class com.google.code.facebookapi.PhotoTag
Constructor.
PhotoTag(long, double, double) - Constructor for class com.google.code.facebookapi.PhotoTag
Constructor.
postFileRequest(IFacebookMethod, Map<String, String>, String, InputStream) - Method in class com.google.code.facebookapi.ExtensibleClient
Helper function for posting a request that includes raw file data, eg ExtensibleClient.photos_upload(java.io.File).
PREF - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
print(Node) - Static method in class com.google.code.facebookapi.XMLTestUtils
 
printDom(Node, String, StringBuilder) - Static method in class com.google.code.facebookapi.ExtensibleClient
Prints out the DOM tree.
printDom(Node, String) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Prints out the DOM tree.
profile_getFBML() - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_getFBML(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_getFBML(int) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_getFBML(int, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_getFBML() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets the FBML for the current user's profile box.
profile_getFBML(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets the FBML for the user's profile box.
profile_getFBML(int) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets the FBML for the current user's profile boxes.
profile_getFBML(int, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Gets the FBML for the user's profile boxes.
profile_getInfo(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_getInfo(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get the specified user's application-info section.
profile_getInfoOptions(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_getInfoOptions(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Get the options associated with the specified field for an application info section.
profile_setFBML(CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setFBML(CharSequence, CharSequence, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setFBML(CharSequence, CharSequence, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setFBML(CharSequence, CharSequence, CharSequence, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setFBML(Long, String, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setFBML(Long, String, String, String, String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setFBML(Long, String, String, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sets the FBML for a user's profile, including the content for both the profile box and the profile actions.
profile_setFBML(Long, String, String, String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setFBML(CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setFBML(CharSequence, CharSequence, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setFBML(CharSequence, CharSequence, CharSequence, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setFBML(CharSequence, CharSequence, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setInfo(Long, String, boolean, List<ProfileInfoField>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setInfo(Long, String, boolean, List<ProfileInfoField>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Configures an application info section that the specified user can install on the Info tab of her profile.
profile_setInfoOptions(ProfileInfoField) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setInfoOptions(ProfileInfoField) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Specifies the objects for a field for an application info section.
profile_setMobileFBML(CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setMobileFBML(CharSequence, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setMobileFBML(CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setMobileFBML(CharSequence, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setProfileActionFBML(CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setProfileActionFBML(CharSequence, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setProfileActionFBML(CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setProfileActionFBML(CharSequence, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setProfileFBML(CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setProfileFBML(CharSequence, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
profile_setProfileFBML(CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
profile_setProfileFBML(CharSequence, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. trying to reduce superfluous methods, use IFacebookRestClient.profile_setFBML(Long, String, String, String, String)
ProfileField - Enum in com.google.code.facebookapi
Enum for specifying profile-field names.
ProfileFieldItem - Class in com.google.code.facebookapi
A data structure for managing the profile field-item objects required by the profile.setInfo and profile.setInfoOptions API calls.
ProfileFieldItem(String, String) - Constructor for class com.google.code.facebookapi.ProfileFieldItem
Constructor, creates a new ProfileFieldItem with the specified label and link.
ProfileInfoField - Class in com.google.code.facebookapi
A data structure for managing the profile info fields objects required by the profile.setInfo and profile.setInfoOptions API calls.
ProfileInfoField(String) - Constructor for class com.google.code.facebookapi.ProfileInfoField
Constructor, constructs a new profile field with the specified name.
PROP_TABLE - Static variable in enum com.google.code.facebookapi.ApplicationProperty
A map of property names to their associated ApplicationProperty value
propertyName() - Method in enum com.google.code.facebookapi.ApplicationProperty
 
PropertyType - Enum in com.google.code.facebookapi
Encapsulates the property types used in the DataStore API.
pulloutFbSigParams(Map<String, String[]>) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
 
putAttribute(CharSequence, CharSequence) - Method in class com.google.code.facebookapi.MarketplaceListing
Deprecated. provided for legacy support only. Please use MarketListing instead.

Q

queries - Variable in class com.google.code.facebookapi.ExtensibleClient
 

R

rawResponse - Variable in class com.google.code.facebookapi.ExtensibleClient
 
redirect(String) - Method in class com.google.code.facebookapi.FacebookWebappHelper
 
removeAttribute(CharSequence) - Method in class com.google.code.facebookapi.MarketListing
Remove an attribute from this listing.
removePicture(int) - Method in class com.google.code.facebookapi.TemplatizedAction
Remove a picture from the list, this can be used to revise the list/free up space for alternate pictures.
removeProperty(ApplicationProperty) - Method in class com.google.code.facebookapi.ApplicationPropertySet
Remove a property from the set.
requireAdd(String) - Method in class com.google.code.facebookapi.FacebookWebappHelper
Deprecated. 
requireFrame(String) - Method in class com.google.code.facebookapi.FacebookWebappHelper
Forces the application to be in a frame.
requireLogin(String) - Method in class com.google.code.facebookapi.FacebookWebappHelper
Forces the user to log in to this application.
requiresNoSession() - Method in enum com.google.code.facebookapi.FacebookMethod
 
requiresNoSession() - Method in interface com.google.code.facebookapi.IFacebookMethod
 
runtimeException(Exception) - Static method in class com.google.code.facebookapi.ExtensibleClient
 

S

second - Variable in class com.google.code.facebookapi.Pair
The second element in the pair.
secret - Variable in class com.google.code.facebookapi.FacebookWebappHelper
 
SERVER_ADDR - Static variable in interface com.google.code.facebookapi.IFacebookRestClient
 
SERVER_URL - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
SESSION_CANNOT_USE_SESSION_SECRET - Static variable in class com.google.code.facebookapi.ErrorCode
A session secret is not permitted to be used with this type of session key
SESSION_INVALID - Static variable in class com.google.code.facebookapi.ErrorCode
Session key invalid.
SESSION_METHOD_NOT_ALLOWED - Static variable in class com.google.code.facebookapi.ErrorCode
Session key specified cannot be used to call this method
SESSION_REQUIRED - Static variable in class com.google.code.facebookapi.ErrorCode
A session key is required for calling this method
SESSION_REQUIRED_FOR_SECRET - Static variable in class com.google.code.facebookapi.ErrorCode
A session key must be specified when request is signed with a session secret
SESSION_TIMED_OUT - Static variable in class com.google.code.facebookapi.ErrorCode
Session key specified has passed its expiration time
setAlias(String) - Method in class com.google.code.facebookapi.AssociationInfo
 
setAttribute(String, String) - Method in class com.google.code.facebookapi.MarketListing
Set an attribute for this listing.
setBody(String) - Method in class com.google.code.facebookapi.BundleStoryTemplate
 
setBodyGeneral(String) - Method in class com.google.code.facebookapi.TemplatizedAction
Set the general body content for this feed entry.
setBodyTemplate(String) - Method in class com.google.code.facebookapi.TemplatizedAction
Set the body template for this feed entry.
setBoolProperty(ApplicationProperty, boolean) - Method in class com.google.code.facebookapi.ApplicationPropertySet
Sets a boolean property value.
setCacheAppAdded(Boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
setCacheAppAdded(Boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated. 
setCacheAppUser(Boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setCacheAppUser(Boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
setCacheFriendsList(List<Long>) - Method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
setCacheFriendsList(List<Long>) - Method in class com.google.code.facebookapi.FacebookJsonRestClient
Set/override the list of friends stored in the client.
setCacheFriendsList(List<Long>) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
Set/override the list of friends stored in the client.
setCacheFriendsList(List<Long>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
setCacheSession(String, Long, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setCacheSession(String, Long, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
setCacheSessionExpires(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setCacheSessionKey(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setCacheSessionSecret(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setCacheUserId(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setCategory(String) - Method in class com.google.code.facebookapi.MarketListing
Set the category of the listing
setDefaultServerUrl(URL) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setDefaultServerUrl(URL) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
setDescription(String) - Method in class com.google.code.facebookapi.MarketListing
Set the listing description.
setDescription(String) - Method in class com.google.code.facebookapi.ProfileFieldItem
 
setFirst(N) - Method in interface com.google.code.facebookapi.IPair
 
setFirst(N) - Method in class com.google.code.facebookapi.Pair
Set the first element in the pair
setHref(String) - Method in class com.google.code.facebookapi.BundleActionLink
Set the action link (may include tokens).
setImageUrl(String) - Method in class com.google.code.facebookapi.ProfileFieldItem
 
setIsDesktop(boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setIsDesktop(boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set the client to run in desktop-app mode.
setItems(List<ProfileFieldItem>) - Method in class com.google.code.facebookapi.ProfileInfoField
Set the items associated with this profile field.
setJaxbContext(JAXBContext) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setJaxbContext(JAXBContext) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set the JAXB context that the client will use.
setNamespaceAware(boolean) - Method in class com.google.code.facebookapi.FacebookXmlRestClient
 
setObjectType(String) - Method in class com.google.code.facebookapi.AssociationInfo
 
setPageActorId(Long) - Method in class com.google.code.facebookapi.TemplatizedAction
 
setPermissionName(String) - Method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated. this class exists for legacy support only. Please use Permission instead.
setPictures(List<? extends IPair<Object, URL>>) - Method in class com.google.code.facebookapi.TemplatizedAction
Set the pictures to display all at once, if you feel like building the Collection> on your own.
setSecond(V) - Method in interface com.google.code.facebookapi.IPair
 
setSecond(V) - Method in class com.google.code.facebookapi.Pair
Set the second element in the pair
setServerUrl(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
setServerUrl(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Override the default Facebook API server used for making requests.
setSessionSecret(String) - Method in class com.google.code.facebookapi.ExtensibleClient
Allows the session-token to be manually overridden when running a desktop application.
setStringProperty(ApplicationProperty, CharSequence) - Method in class com.google.code.facebookapi.ApplicationPropertySet
Sets a String property value.
setSubCategory(String) - Method in class com.google.code.facebookapi.MarketListing
Set the subcategory of the listing
setSublabel(String) - Method in class com.google.code.facebookapi.ProfileFieldItem
 
setTargetIds(String) - Method in class com.google.code.facebookapi.TemplatizedAction
Set the target ids of friends who are associated with this action.
setTargetIds(Collection<Object>) - Method in class com.google.code.facebookapi.TemplatizedAction
Set the target ids of friends who are associated with this action.
setText(String) - Method in class com.google.code.facebookapi.BundleActionLink
Set the text to display for the action.
setTitle(String) - Method in class com.google.code.facebookapi.BundleStoryTemplate
 
setTitle(String) - Method in class com.google.code.facebookapi.MarketListing
Set the listing title.
setTitleTemplate(String) - Method in class com.google.code.facebookapi.TemplatizedAction
Set the title template for this feed entry.
setUnique(boolean) - Method in class com.google.code.facebookapi.AssociationInfo
 
sms_canSend() - Method in class com.google.code.facebookapi.ExtensibleClient
 
sms_canSend(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
sms_canSend() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Check to see if the application is permitted to send SMS messages to the current application user.
sms_canSend(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Check to see if the application is permitted to send SMS messages to the specified user.
sms_send(String, Integer, boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
sms_send(Long, String, Integer, boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
sms_send(String, Integer, boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send an SMS message to the current application user.
sms_send(Long, String, Integer, boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Send an SMS message to the specified user.
sms_sendMessage(Long, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
sms_sendMessage(Long, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sends a message via SMS to the user identified by userId.
sms_sendMessageWithSession(Long, CharSequence) - Method in class com.google.code.facebookapi.ExtensibleClient
 
sms_sendMessageWithSession(Long, CharSequence) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sends a message via SMS to the user identified by userId, with the expectation that the user will reply.
stripSignaturePrefix(String) - Static method in enum com.google.code.facebookapi.FacebookParam
Remove the Facebook signature prefix from the specified parameter.
SUBCATEGORY_ATTRIB - Static variable in class com.google.code.facebookapi.MarketListing
 
subSequence(int, int) - Method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated.  
subSequence(int, int) - Method in enum com.google.code.facebookapi.FacebookMethod
 
subSequence(int, int) - Method in enum com.google.code.facebookapi.FacebookParam
 

T

takesFile() - Method in enum com.google.code.facebookapi.FacebookMethod
 
takesFile() - Method in interface com.google.code.facebookapi.IFacebookMethod
 
TARGET_API_VERSION - Static variable in interface com.google.code.facebookapi.IFacebookRestClient
 
TemplatizedAction - Class in com.google.code.facebookapi
Utility class to assist in creating a templatized action for publishing to the minifeed/newsfeed, because the API call Facebook decided to add in order to do it is ridiculously complex.
TemplatizedAction(String) - Constructor for class com.google.code.facebookapi.TemplatizedAction
Constructor
TemplatizedAction(String, String) - Constructor for class com.google.code.facebookapi.TemplatizedAction
Constructor
TemplatizedAction(String, String, String) - Constructor for class com.google.code.facebookapi.TemplatizedAction
Constructor
templatizedFeedHandler(String, String, String, String, String, Collection<? extends IPair<? extends Object, URL>>, String, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
TITLE_ATTRIB - Static variable in class com.google.code.facebookapi.MarketListing
 
toFriendsGetResponse(List<Long>) - Static method in class com.google.code.facebookapi.FacebookJaxbRestClient
 
toFriendsGetResponse(List<Long>) - Static method in class com.google.code.facebookapi.FacebookJsonRestClient
 
toFriendsGetResponse(List<Long>) - Static method in class com.google.code.facebookapi.FacebookXmlRestClient
 
toJson() - Method in class com.google.code.facebookapi.BundleActionLink
 
toJson() - Method in class com.google.code.facebookapi.BundleStoryTemplate
 
toJson(Map<String, String>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
toJsonListOfMaps(Collection<Map<String, String>>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
toJsonListOfStrings(Collection<String>) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
toJsonString() - Method in class com.google.code.facebookapi.ApplicationPropertySet
Return a JSON string representation of this object
toJsonString() - Method in class com.google.code.facebookapi.BundleActionLink
 
toJsonString() - Method in class com.google.code.facebookapi.BundleStoryTemplate
 
toString() - Method in enum com.google.code.facebookapi.ApplicationProperty
 
toString(CharSequence) - Static method in class com.google.code.facebookapi.ExtensibleClient
 
toString() - Method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated.  
toString() - Method in enum com.google.code.facebookapi.FacebookMethod
 
toString() - Method in enum com.google.code.facebookapi.FacebookParam
 
toString(CharSequence) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
 
toString() - Method in enum com.google.code.facebookapi.PageProfileField
 
toString() - Method in enum com.google.code.facebookapi.ProfileField
 

U

UID_TOKEN - Static variable in class com.google.code.facebookapi.TemplatizedAction
 
UPLOAD_BUFFER_SIZE - Static variable in class com.google.code.facebookapi.ExtensibleClient
 
user - Variable in class com.google.code.facebookapi.FacebookWebappHelper
 
users_clearStatus() - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_clearStatus() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Clears the logged-in user's Facebook status.
users_getInfo(Iterable<Long>, Collection<ProfileField>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_getInfo(Iterable<Long>, Set<CharSequence>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_getInfo(Iterable<Long>, Collection<ProfileField>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the requested info fields for the requested set of users.
users_getInfo(Iterable<Long>, Set<CharSequence>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the requested info fields for the requested set of users.
users_getLoggedInUser() - Method in class com.google.code.facebookapi.ExtensibleClient
Retrieves the user ID of the user logged in to this API session
users_getLoggedInUser() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Retrieves the user ID of the user logged in to this API session
users_getStandardInfo(Iterable<Long>, Collection<ProfileField>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_getStandardInfo(Iterable<Long>, Set<CharSequence>) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_getStandardInfo(Iterable<Long>, Collection<ProfileField>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Returns an array of user-specific information for each user identifier passed, limited by the view of the current user.
users_getStandardInfo(Iterable<Long>, Set<CharSequence>) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Returns an array of user-specific information for each user identifier passed, limited by the view of the current user.
users_hasAppPermission(Permission) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_hasAppPermission(Permission, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_hasAppPermission(Permission) - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
users_hasAppPermission(Permission, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Checks whether the user has opted in to an extended application permission.
users_isAppAdded() - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
users_isAppAdded(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
Deprecated. 
users_isAppAdded() - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated.  
users_isAppAdded(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Deprecated.  
users_isAppUser() - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_isAppUser(Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_isAppUser() - Method in interface com.google.code.facebookapi.IFacebookRestClient
 
users_isAppUser(Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Returns whether the user (either the session user or user specified by uid) has authorized the calling application.
users_setStatus(String) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_setStatus(String, boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_setStatus(String, boolean, boolean) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_setStatus(String, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_setStatus(String, boolean, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_setStatus(String, boolean, boolean, Long) - Method in class com.google.code.facebookapi.ExtensibleClient
 
users_setStatus(String) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sets the logged-in user's Facebook status.
users_setStatus(String, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Sets the spedified user's Facebook status.
users_setStatus(String, boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set the user's profile status message.
users_setStatus(String, boolean, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set the user's profile status message.
users_setStatus(String, boolean, boolean) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set the user's profile status message.
users_setStatus(String, boolean, boolean, Long) - Method in interface com.google.code.facebookapi.IFacebookRestClient
Set the user's profile status message.

V

valueOf(String) - Static method in enum com.google.code.facebookapi.AllocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.ApplicationProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.AssociationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.FacebookMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.FacebookParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.MarketListingCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.MarketListingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.MarketListingSubcategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.PageProfileField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.ProfileField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.code.facebookapi.PropertyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.code.facebookapi.AllocationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.ApplicationProperty
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.AssociationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.FacebookExtendedPerm
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.FacebookMethod
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.FacebookParam
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.MarketListingCategory
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.MarketListingStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.MarketListingSubcategory
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.Metric
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.PageProfileField
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.Permission
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.ProfileField
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.google.code.facebookapi.PropertyType
Returns an array containing the constants of this enum type, in the order they're declared.
verifySignature(EnumMap<FacebookParam, String>, String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Verifies that a signature received matches the expected value.
verifySignature(EnumMap<FacebookParam, String>, String, String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Verifies that a signature received matches the expected value.
verifySignature(Map<String, String>, String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Verifies that a signature received matches the expected value.
verifySignature(Map<String, String>, String, String) - Static method in class com.google.code.facebookapi.FacebookSignatureUtil
Verifies that a signature received matches the expected value.
verifySignature(Map<String, String>, String) - Method in class com.google.code.facebookapi.FacebookWebappHelper
Verifies that the signature of the parameters is valid

X

XMLTestUtils - Class in com.google.code.facebookapi
 
XMLTestUtils() - Constructor for class com.google.code.facebookapi.XMLTestUtils
 

_

_apiKey - Variable in class com.google.code.facebookapi.ExtensibleClient
 
_isDesktop - Variable in class com.google.code.facebookapi.ExtensibleClient
 
_readTimeout - Variable in class com.google.code.facebookapi.ExtensibleClient
 
_secret - Variable in class com.google.code.facebookapi.ExtensibleClient
 
_serverUrl - Variable in class com.google.code.facebookapi.ExtensibleClient
 
_timeout - Variable in class com.google.code.facebookapi.ExtensibleClient
 

A B C D E F G H I J L M N P Q R S T U V X _

Copyright © 2008. All Rights Reserved.