A B C E F G H I K L M N P R S T U V W

A

ADD_FRIEND - Static variable in class net.sf.f8api.Url
 
addParam(String, CharSequence) - Method in class net.sf.f8api.model.ErrorResponse
 
addPhotoTag(Session, String, String, String, float, float, String, String, String) - Static method in class net.sf.f8api.FacebookApi
 
API_VERSION - Static variable in class net.sf.f8api.FacebookApi
 
append(Object) - Method in class net.sf.f8api.model.Fbml
 
Application - Class in net.sf.f8api
Different attributes for an application.
Application() - Constructor for class net.sf.f8api.Application
 
arg - Static variable in class net.sf.f8api.xml.ErrorResponseHandler
 
auth_createToken_response - Static variable in class net.sf.f8api.xml.AuthCreateTokenHandler
 
auth_getSession_response - Static variable in class net.sf.f8api.xml.AuthGetSessionHandler
 
AuthCreateTokenHandler - Class in net.sf.f8api.xml
Parse this: 3e4a22bb2f5ed75114b0fc9995ea85f1
AuthCreateTokenHandler() - Constructor for class net.sf.f8api.xml.AuthCreateTokenHandler
 
AuthGetSessionHandler - Class in net.sf.f8api.xml
<?xml version="1.0" encoding="UTF-8"?> <auth_getSession_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd"> <session_key>5f34e11bfb97c762e439e6a5-8055</session_key> <uid>8055</uid> <expires>1173309298</expires> </auth_getSession_response>
AuthGetSessionHandler(String, String) - Constructor for class net.sf.f8api.xml.AuthGetSessionHandler
 
AuthGetSessionHandler.SessionImpl - Class in net.sf.f8api.xml
A session implementation that knows how to print itself.
AuthGetSessionHandler.SessionImpl() - Constructor for class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 

B

BUFF_SIZE - Static variable in class net.sf.f8api.FacebookApi
 

C

characters(char[], int, int) - Method in class net.sf.f8api.xml.AuthCreateTokenHandler
 
characters(char[], int, int) - Method in class net.sf.f8api.xml.AuthGetSessionHandler
 
characters(char[], int, int) - Method in class net.sf.f8api.xml.ErrorResponseHandler
 
characters(char[], int, int) - Method in class net.sf.f8api.xml.FacebookErrorHandler
 
charAt(int) - Method in enum net.sf.f8api.FacebookMethod
 
charAt(int) - Method in enum net.sf.f8api.FacebookParam
 
charAt(int) - Method in enum net.sf.f8api.model.EventRsvpStatus
 
connectionManager - Static variable in class net.sf.f8api.FacebookApi
 
convert(Collection<Map.Entry<String, CharSequence>>) - Static method in class net.sf.f8api.FacebookSignatureUtil
Converts a Map of key-value pairs into the form expected by generateSignature
convertFacebookParams(Collection<Map.Entry<FacebookParam, CharSequence>>) - Static method in class net.sf.f8api.FacebookSignatureUtil
Converts a Map of key-value pairs into the form expected by generateSignature
createPhotoAlbum(Session, String, String, String, String, String) - Static method in class net.sf.f8api.FacebookApi
 

E

ENCODING - Static variable in class net.sf.f8api.FacebookApi
 
endDocument() - Method in class net.sf.f8api.xml.FacebookErrorHandler
 
endElement(String, String, String) - Method in class net.sf.f8api.xml.AuthCreateTokenHandler
 
endElement(String, String, String) - Method in class net.sf.f8api.xml.AuthGetSessionHandler
 
endElement(String, String, String) - Method in class net.sf.f8api.xml.ErrorResponseHandler
 
endElement(String, String, String) - Method in class net.sf.f8api.xml.FacebookErrorHandler
 
error_code - Static variable in class net.sf.f8api.xml.ErrorResponseHandler
 
error_msg - Static variable in class net.sf.f8api.xml.ErrorResponseHandler
 
error_response - Static variable in class net.sf.f8api.xml.ErrorResponseHandler
 
ErrorCodes - Class in net.sf.f8api
 
ErrorCodes() - Constructor for class net.sf.f8api.ErrorCodes
 
ErrorResponse - Class in net.sf.f8api.model
 
ErrorResponse() - Constructor for class net.sf.f8api.model.ErrorResponse
 
ErrorResponse(int, String) - Constructor for class net.sf.f8api.model.ErrorResponse
 
ErrorResponseHandler - Class in net.sf.f8api.xml
<?xml version="1.0" encoding="UTF-8"?> <error_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd"> <error_code>101</error_code> <error_msg>Invalid API key</error_msg> <request_args list="true"> <arg> <key>v</key> <value>1.0</value> </arg> <arg> <key>method</key> <value>facebook.auth.createToken</value> </arg> <arg> <key>api_key</key> <value>a35034ff659e77d704e8b732c8238368q</value> </arg> <arg> <key>sig</key> <value>b0cbb177a043dde4751d5884f403eea3</value> </arg> </request_args> </error_response>
ErrorResponseHandler() - Constructor for class net.sf.f8api.xml.ErrorResponseHandler
 
Event - Class in net.sf.f8api.model
 
Event() - Constructor for class net.sf.f8api.model.Event
 
EventRsvpStatus - Enum in net.sf.f8api.model
 
expires - Static variable in class net.sf.f8api.xml.AuthGetSessionHandler
 
extractFacebookNamespaceParams(Map<CharSequence, CharSequence>) - Static method in class net.sf.f8api.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 net.sf.f8api.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 net.sf.f8api.FacebookSignatureUtil
Out of the passed in reqParams, extracts the parameters that are in the FacebookParam namespace and returns them.

F

FacebookApi - Class in net.sf.f8api
Stateless communication interface.
FacebookApi.Pair<N,V> - Class in net.sf.f8api
Manage name-value pairs.
FacebookApi.Pair(N, V) - Constructor for class net.sf.f8api.FacebookApi.Pair
 
FacebookErrorHandler - Class in net.sf.f8api.xml
Handle error messages.
FacebookErrorHandler() - Constructor for class net.sf.f8api.xml.FacebookErrorHandler
 
FacebookException - Exception in net.sf.f8api
 
FacebookException(int, String) - Constructor for exception net.sf.f8api.FacebookException
 
FacebookException(ErrorResponse) - Constructor for exception net.sf.f8api.FacebookException
 
FacebookMethod - Enum in net.sf.f8api
 
FacebookParam - Enum in net.sf.f8api
 
FacebookSignatureUtil - Class in net.sf.f8api
 
FB_BAD_PARAMETER - Static variable in class net.sf.f8api.ErrorCodes
One of the parameters specified was missing or invalid.
FB_BAD_SIGNATURE - Static variable in class net.sf.f8api.ErrorCodes
Incorrect signature.
FB_BUSY - Static variable in class net.sf.f8api.ErrorCodes
The application has reached the maximum number of requests allowed.
FB_CALL_ID_EXPIRED - Static variable in class net.sf.f8api.ErrorCodes
The submitted call_id was not greater than the previous call_id for this session.
FB_IP_ADDR_DENIED - Static variable in class net.sf.f8api.ErrorCodes
The request came from a remote address not allowed by this application.
FB_SERVER - Static variable in class net.sf.f8api.FacebookApi
 
FB_SESSION_TIMEOUT - Static variable in class net.sf.f8api.ErrorCodes
The session key was improperly submitted or has reached its timeout.
FB_TEMP_UNAVAILABLE - Static variable in class net.sf.f8api.ErrorCodes
The service is not available at this time.
FB_UNKNOWN_APIKEY - Static variable in class net.sf.f8api.ErrorCodes
The api key submitted is not associated with any known application.
FB_UNKNOWN_ERROR - Static variable in class net.sf.f8api.ErrorCodes
An unknown error occured.
FB_UNKNOWN_METHOD - Static variable in class net.sf.f8api.ErrorCodes
Returned by FB API when method is unknown.
Fbml - Class in net.sf.f8api.model
Represents a snippet of Facebook Markup Language (FBML).
Fbml() - Constructor for class net.sf.f8api.model.Fbml
 
feedPublishActionOfUser(Session, String, String, Map<String, String>, String, String) - Static method in class net.sf.f8api.FacebookApi
Publishes a Mini-Feed story to the user corresponding to the session_key parameter, and publishes News Feed stories to the friends of that user.
feedPublishStoryToUser(Session, String, String, Map<String, String>, String, String) - Static method in class net.sf.f8api.FacebookApi
Publishes a News Feed story to the user corresponding to the session_key parameter.
finalize() - Method in class net.sf.f8api.FacebookApi
 
FORMAT_JSON - Static variable in class net.sf.f8api.FacebookApi
 
FORMAT_XML - Static variable in class net.sf.f8api.FacebookApi
 
FQL_BAD_FIELD - Static variable in class net.sf.f8api.ErrorCodes
The field you requested does not exist.
FQL_BAD_FUNCTION - Static variable in class net.sf.f8api.ErrorCodes
The function you called does not exist.
FQL_BAD_TABLE - Static variable in class net.sf.f8api.ErrorCodes
The table you requested does not exist.
FQL_NO_INDEX - Static variable in class net.sf.f8api.ErrorCodes
Your statement is not indexable.
FQL_PARSE_ERROR - Static variable in class net.sf.f8api.ErrorCodes
Error while parsing FQL statement.
FQL_WRONG_ARGUMENTS - Static variable in class net.sf.f8api.ErrorCodes
Wrong number of arguments passed into the function.

G

GENERATE_AUTH_TOKEN - Static variable in class net.sf.f8api.Url
Facebook page allowing user to generate an auth token that is entered into the app.
generateSignature(Set<Map.Entry<String, CharSequence>>, String) - Static method in class net.sf.f8api.FacebookSignatureUtil
 
generateSignature(List<String>, String) - Static method in class net.sf.f8api.FacebookSignatureUtil
Calculates the signature for the given set of params using the supplied secret
get(String) - Static method in enum net.sf.f8api.FacebookParam
Retrieves the FacebookParam corresponding to the supplied String key.
getAddFriendUrl(String) - Static method in class net.sf.f8api.Url
add the specified user as a friend
getApiKey() - Method in class net.sf.f8api.Application
 
getApiKey() - Method in interface net.sf.f8api.Session
 
getApiKey() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
getApiSecret() - Method in class net.sf.f8api.Application
 
getAppUsers(Session, String, String) - Static method in class net.sf.f8api.FacebookApi
Returns the identifiers of the current user's Facebook friends who are signed up for the specific calling application.
getAuthToken(String, String) - Static method in class net.sf.f8api.FacebookApi
(Intended for desktop applications only.) Creates an auth_token to be passed in as a parameter to login.php and then to facebook.auth.getSession after the user has logged in.
getAuthToken() - Method in class net.sf.f8api.xml.AuthCreateTokenHandler
 
getCallbackUrl() - Method in class net.sf.f8api.Application
 
getCanvasPageUrl() - Method in class net.sf.f8api.Application
 
getCode() - Method in exception net.sf.f8api.FacebookException
 
getCode() - Method in class net.sf.f8api.model.ErrorResponse
 
getDefaultFbml() - Method in class net.sf.f8api.Application
 
getDesktopLoginUrl(String, String, boolean, boolean, boolean) - Static method in class net.sf.f8api.Url
Get a login url for a desktop application.
getDirectoryName() - Method in class net.sf.f8api.Application
 
getEditUrl() - Method in class net.sf.f8api.Application
 
getErrorResponse() - Method in exception net.sf.f8api.FacebookException
 
getErrorResponse() - Method in class net.sf.f8api.xml.ErrorResponseHandler
 
getEventMembers(Session, String, String, String) - Static method in class net.sf.f8api.FacebookApi
Returns membership list data associated with an event.
getEvents(Session, String, String[], Date, Date, String, String, String) - Static method in class net.sf.f8api.FacebookApi
Returns all visible events according to the filters specified.
getExpires() - Method in interface net.sf.f8api.Session
 
getExpires() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
getFqlResultSet(Session, String, String, String) - Static method in class net.sf.f8api.FacebookApi
Be sure to close the result or you'll leak connections.
getFriends(Session, String, String) - Static method in class net.sf.f8api.FacebookApi
Returns the identifiers of the current user's Facebook friends.
getFriendsAreFriends(Session, String[], String[], String, String) - Static method in class net.sf.f8api.FacebookApi
 
getFriendsAreFriends(Session, String, String, String, String) - Static method in class net.sf.f8api.FacebookApi
Returns whether or not each pair of specified users is friends with each other.
getGroupMembers(Session, String, String, String) - Static method in class net.sf.f8api.FacebookApi
Returns membership list data associated with a group.
getGroups(Session, String, String[], String, String) - Static method in class net.sf.f8api.FacebookApi
Returns all visible groups according to the filters specified.
getKey() - Method in interface net.sf.f8api.Session
 
getKey() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
getLoggedInUser(Session, String, String) - Static method in class net.sf.f8api.FacebookApi
Gets the user id (uid) associated with the current sesssion.
getLoginAuthTokenGenerationUrl(String) - Static method in class net.sf.f8api.Url
Use the Facebook Token Generator to let the user create a token that is then set in our app manually by the user.
getLoginUrl(String, String, String, String, boolean, boolean, boolean, boolean) - Static method in class net.sf.f8api.Url
Get a general login url.
getMessage() - Method in class net.sf.f8api.model.ErrorResponse
 
getMessageUrl(long, String, String) - Static method in class net.sf.f8api.Url
send a message to the specified user.
getName() - Method in class net.sf.f8api.Application
 
getNotesUrl(long) - Static method in class net.sf.f8api.Url
read the specified user's notes
getNotifications(Session, String, String) - Static method in class net.sf.f8api.FacebookApi
Returns information on outstanding Facebook notifications for current session user.
getParams() - Method in class net.sf.f8api.model.ErrorResponse
 
getPhotoAlbums(Session, String, String[], String, String) - Static method in class net.sf.f8api.FacebookApi
Returns metadata about all of the photo albums uploaded by the specified user.
getPhotos(Session, String, String, String[], String, String) - Static method in class net.sf.f8api.FacebookApi
Returns all visible photos according to the filters specified.
getPhotosOfUrl(long) - Static method in class net.sf.f8api.Url
see photos of the specified user
getPhotosUrl(long) - Static method in class net.sf.f8api.Url
See photos taken by the specified user.
getPhotoTags(Session, String[], String, String) - Static method in class net.sf.f8api.FacebookApi
Returns the set of user tags on all photos specified.
getPokeUrl(long) - Static method in class net.sf.f8api.Url
poke the specified user
getProfileFBML(Session, long, String, String) - Static method in class net.sf.f8api.FacebookApi
Gets the FBML that is currently set for a user's profile.
getProfileUrl(long) - Static method in class net.sf.f8api.Url
view the specified user's profile
getSecret() - Method in interface net.sf.f8api.Session
 
getSecret() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
getSession(String, String, String, boolean) - Static method in class net.sf.f8api.FacebookApi
Get a session for the application's authentication token.
getSessionResponse() - Method in class net.sf.f8api.xml.AuthGetSessionHandler
 
getSideNavUrl() - Method in class net.sf.f8api.Application
 
getSignatureName() - Method in enum net.sf.f8api.FacebookParam
 
getSupportEmail() - Method in class net.sf.f8api.Application
 
getTermsOfServiceUrl() - Method in class net.sf.f8api.Application
 
getUninstallUrl() - Method in class net.sf.f8api.Application
 
getUserId() - Method in interface net.sf.f8api.Session
 
getUserId() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
getUsersInfo(Session, String[], String[], String, String) - Static method in class net.sf.f8api.FacebookApi
Returns a wide array of user-specific information for each user identifier passed, limited by the view of the current user.
getWallUrl(long) - Static method in class net.sf.f8api.Url
read or post on the specified user's wall
getWebappLoginRedirectUrl(Application, boolean, String, String) - Static method in class net.sf.f8api.Url
Upon successful authentication, if the user has never logged in to this application before, he will be asked to accept the terms of service for using the application.
getWebappLoginUrl(String, String, boolean, boolean, boolean, boolean) - Static method in class net.sf.f8api.Url
Get a login url for a webapp.
getXmlByteArray() - Method in class net.sf.f8api.model.ErrorResponse
 

H

HTTP_SERVER_ADDR - Static variable in class net.sf.f8api.FacebookApi
 
httpClient - Static variable in class net.sf.f8api.FacebookApi
 
HTTPS_SERVER_ADDR - Static variable in class net.sf.f8api.FacebookApi
 

I

isCanvasUsesFbml() - Method in class net.sf.f8api.Application
 
isDesktop() - Method in class net.sf.f8api.Application
 
isDesktop() - Method in interface net.sf.f8api.Session
 
isDesktop() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
isExpired() - Method in interface net.sf.f8api.Session
 
isExpired() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
isInfinite() - Method in interface net.sf.f8api.Session
 
isInfinite() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
isInNamespace(String) - Static method in enum net.sf.f8api.FacebookParam
Indicates whether a given key is in the FacebookParam namespace
isSignature(String) - Static method in enum net.sf.f8api.FacebookParam
 

K

key - Static variable in class net.sf.f8api.xml.ErrorResponseHandler
 

L

length() - Method in enum net.sf.f8api.FacebookMethod
 
length() - Method in enum net.sf.f8api.FacebookParam
 
length() - Method in enum net.sf.f8api.model.EventRsvpStatus
 
log - Static variable in class net.sf.f8api.FacebookApi
 
log - Static variable in class net.sf.f8api.xml.AuthCreateTokenHandler
 
log - Static variable in class net.sf.f8api.xml.AuthGetSessionHandler
 
log - Static variable in class net.sf.f8api.xml.ErrorResponseHandler
 
log - Static variable in class net.sf.f8api.xml.FacebookErrorHandler
 
LOGIN - Static variable in class net.sf.f8api.Url
Longin url ?api_key=${api_key}&v=${v}

M

main(String[]) - Static method in enum net.sf.f8api.FacebookParam
 
MESSAGE - Static variable in class net.sf.f8api.Url
 
methodName() - Method in enum net.sf.f8api.FacebookMethod
 

N

name - Variable in class net.sf.f8api.FacebookApi.Pair
 
net.sf.f8api - package net.sf.f8api
 
net.sf.f8api.model - package net.sf.f8api.model
 
net.sf.f8api.xml - package net.sf.f8api.xml
 
NOTES - Static variable in class net.sf.f8api.Url
 
NUM_AUTOAPPENDED_PARAMS - Static variable in class net.sf.f8api.FacebookApi
 
numParams() - Method in enum net.sf.f8api.FacebookMethod
 
numTotalParams() - Method in enum net.sf.f8api.FacebookMethod
 

P

Photo - Class in net.sf.f8api.model
 
Photo() - Constructor for class net.sf.f8api.model.Photo
 
PHOTO_SEARCH - Static variable in class net.sf.f8api.Url
 
PhotoAlbum - Class in net.sf.f8api.model
 
PhotoAlbum() - Constructor for class net.sf.f8api.model.PhotoAlbum
 
PHOTOS - Static variable in class net.sf.f8api.Url
 
POKE - Static variable in class net.sf.f8api.Url
 
postAuthMethods() - Static method in enum net.sf.f8api.FacebookMethod
 
preAuthMethods() - Static method in enum net.sf.f8api.FacebookMethod
 
PROFILE - Static variable in class net.sf.f8api.Url
 

R

request_args - Static variable in class net.sf.f8api.xml.ErrorResponseHandler
 
requiresSession() - Method in enum net.sf.f8api.FacebookMethod
 

S

secret - Static variable in class net.sf.f8api.xml.AuthGetSessionHandler
 
sendNotification(Session, String[], String, String, String, String) - Static method in class net.sf.f8api.FacebookApi
Send a notification to a set of users.
sendNotificationRequest(Session, String[], String, String, String, boolean, String, String) - Static method in class net.sf.f8api.FacebookApi
Send a request or invitation to a set of users.
Session - Interface in net.sf.f8api
 
session_key - Static variable in class net.sf.f8api.xml.AuthGetSessionHandler
 
setApiKey(String) - Method in class net.sf.f8api.Application
 
setApiKey(String) - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
setApiSecret(String) - Method in class net.sf.f8api.Application
 
setCallbackUrl(String) - Method in class net.sf.f8api.Application
 
setCanvasPageUrl(String) - Method in class net.sf.f8api.Application
 
setCanvasUsesFbml(boolean) - Method in class net.sf.f8api.Application
 
setCode(int) - Method in class net.sf.f8api.model.ErrorResponse
 
setDefaultFbml(String) - Method in class net.sf.f8api.Application
 
setDesktop(boolean) - Method in class net.sf.f8api.Application
 
setDesktop(boolean) - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
setDirectoryName(String) - Method in class net.sf.f8api.Application
 
setEditUrl(String) - Method in class net.sf.f8api.Application
 
setExpires(Date) - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
setKey(String) - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
setMessage(String) - Method in class net.sf.f8api.model.ErrorResponse
 
setName(String) - Method in class net.sf.f8api.Application
 
setParams(HashMap<String, CharSequence>) - Method in class net.sf.f8api.model.ErrorResponse
 
setSecret(String) - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
setSideNavUrl(String) - Method in class net.sf.f8api.Application
 
setSupportEmail(String) - Method in class net.sf.f8api.Application
 
setTermsOfServiceUrl(String) - Method in class net.sf.f8api.Application
 
setUninstallUrl(String) - Method in class net.sf.f8api.Application
 
setUserId(long) - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 
shutdown() - Static method in class net.sf.f8api.FacebookApi
This is the nice way to shut down, and should only be done on system exit.
startDocument() - Method in class net.sf.f8api.xml.FacebookErrorHandler
 
startElement(String, String, String, Attributes) - Method in class net.sf.f8api.xml.AuthCreateTokenHandler
 
startElement(String, String, String, Attributes) - Method in class net.sf.f8api.xml.AuthGetSessionHandler
 
startElement(String, String, String, Attributes) - Method in class net.sf.f8api.xml.ErrorResponseHandler
 
startElement(String, String, String, Attributes) - Method in class net.sf.f8api.xml.FacebookErrorHandler
 
stripSignaturePrefix(String) - Static method in enum net.sf.f8api.FacebookParam
 
subSequence(int, int) - Method in enum net.sf.f8api.FacebookMethod
 
subSequence(int, int) - Method in enum net.sf.f8api.FacebookParam
 
subSequence(int, int) - Method in enum net.sf.f8api.model.EventRsvpStatus
 

T

takesFile() - Method in enum net.sf.f8api.FacebookMethod
 
toString() - Method in enum net.sf.f8api.FacebookMethod
 
toString() - Method in enum net.sf.f8api.FacebookParam
 
toString() - Method in class net.sf.f8api.model.ErrorResponse
 
toString() - Method in enum net.sf.f8api.model.EventRsvpStatus
 
toString() - Method in class net.sf.f8api.model.Fbml
 
toString() - Method in class net.sf.f8api.xml.AuthGetSessionHandler.SessionImpl
 

U

uid - Static variable in class net.sf.f8api.xml.AuthGetSessionHandler
 
uploadPhoto(Session, String, String, File, String, String) - Static method in class net.sf.f8api.FacebookApi
 
Url - Class in net.sf.f8api
 
Url() - Constructor for class net.sf.f8api.Url
 

V

value - Variable in class net.sf.f8api.FacebookApi.Pair
 
value - Static variable in class net.sf.f8api.xml.ErrorResponseHandler
 
valueOf(String) - Static method in enum net.sf.f8api.FacebookMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.f8api.FacebookParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.f8api.model.EventRsvpStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.f8api.FacebookMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.f8api.FacebookParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.f8api.model.EventRsvpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
verifySignature(EnumMap<FacebookParam, CharSequence>, String) - Static method in class net.sf.f8api.FacebookSignatureUtil
Verifies that a signature received matches the expected value.
verifySignature(EnumMap<FacebookParam, CharSequence>, String, String) - Static method in class net.sf.f8api.FacebookSignatureUtil
Verifies that a signature received matches the expected value.
verifySignature(Map<String, CharSequence>, String) - Static method in class net.sf.f8api.FacebookSignatureUtil
Verifies that a signature received matches the expected value.
verifySignature(Map<String, CharSequence>, String, String) - Static method in class net.sf.f8api.FacebookSignatureUtil
Verifies that a signature received matches the expected value.

W

WALL - Static variable in class net.sf.f8api.Url
 

A B C E F G H I K L M N P R S T U V W

Copyright © 2007 Jason Thrasher. All Rights Reserved.