- setAccessToken(GDXFacebookAccessToken) - Method in class de.tomgrill.gdxfacebook.core.SignInResult
-
- setActionType(GDXFacebookGameRequest.ActionType) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGameRequest
-
Sets the action type for this request
- setData(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGameRequest
-
Sets optional data which can be used for tracking; maximum length is 255 characters.
- setErrorMessage(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookError
-
- setExpiresAt(long) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookAccessToken
-
- setFileHandle(FileHandle, String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookMultiPartRequest
-
- setFilters(GDXFacebookGameRequest.Filters) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGameRequest
-
Sets the filters for everybody/app users/non app users
- setJsonString(String) - Method in class de.tomgrill.gdxfacebook.core.JsonResult
-
- setJsonValue(JsonValue) - Method in class de.tomgrill.gdxfacebook.core.JsonResult
-
- setMessage(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGameRequest
-
Sets the message users receiving the request will see.
- setMessage(String) - Method in class de.tomgrill.gdxfacebook.core.Result
-
- setMethod(String) - Method in class de.tomgrill.gdxfacebook.core.AbstractRequest
-
Set the HTTP request method.
- setMethod(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGraphRequest
-
- setMethod(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookMultiPartRequest
-
- setMethod(String) - Method in interface de.tomgrill.gdxfacebook.core.Request
-
- setNode(String) - Method in class de.tomgrill.gdxfacebook.core.AbstractRequest
-
- setNode(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGraphRequest
-
- setNode(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookMultiPartRequest
-
- setNode(String) - Method in interface de.tomgrill.gdxfacebook.core.Request
-
Sets the node.
- setObjectId(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGameRequest
-
Sets the open graph id of the object that action type will be performed on Only valid (and required) for ActionTypes SEND, ASKFOR
- setRecipients(Array<String>) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGameRequest
-
An array of user IDs, usernames or invite tokens (String) of people to send request.
- setSuggestions(Array<String>) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGameRequest
-
Sets a list of user ids suggested as request receivers
- setTimeout(int) - Method in class de.tomgrill.gdxfacebook.core.AbstractRequest
-
Set the timeout in msec.
- setTimeout(int) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGraphRequest
-
- setTimeout(int) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookMultiPartRequest
-
- setTimeout(int) - Method in interface de.tomgrill.gdxfacebook.core.Request
-
- setTitle(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGameRequest
-
Sets an optional title for the dialog; maximum length is 50 characters.
- setToken(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookAccessToken
-
- setup(GDXFacebook) - Static method in class de.tomgrill.gdxfacebook.core.GDXFacebookHandler
-
- showGameRequest(GDXFacebookGameRequest, GDXFacebookCallback<GameRequestResult>) - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- showGameRequest(GDXFacebookGameRequest, GDXFacebookCallback<GameRequestResult>) - Method in interface de.tomgrill.gdxfacebook.core.GDXFacebook
-
- showGameRequest(GDXFacebookGameRequest, GDXFacebookCallback<GameRequestResult>) - Method in class de.tomgrill.gdxfacebook.html.HTMLGDXFacebook
-
- signIn(SignInMode, Array<String>, GDXFacebookCallback<SignInResult>) - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- signIn(SignInMode, Array<String>, GDXFacebookCallback<SignInResult>) - Method in interface de.tomgrill.gdxfacebook.core.GDXFacebook
-
Opens the sign in dialog of the underlying Facebook SDK in the following cases:
- User has not authorized app
- User has authorized app but needs to grant permissions
- An exisitng access_token is no longer valid.
- signIn(SignInMode, Array<String>, GDXFacebookCallback<SignInResult>) - Method in class de.tomgrill.gdxfacebook.html.HTMLGDXFacebook
-
- SignInMode - Enum in de.tomgrill.gdxfacebook.core
-
- SignInResult - Class in de.tomgrill.gdxfacebook.core
-
- SignInResult(GDXFacebookAccessToken, String) - Constructor for class de.tomgrill.gdxfacebook.core.SignInResult
-
- signOut(boolean) - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- signOut() - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- signOut(boolean) - Method in interface de.tomgrill.gdxfacebook.core.GDXFacebook
-
Signs the user out.
- signOut() - Method in interface de.tomgrill.gdxfacebook.core.GDXFacebook
-
- signOut() - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookBasic
-
Convenient method for signOut(true);
- signOut(boolean) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookBasic
-
- signOut(boolean) - Method in class de.tomgrill.gdxfacebook.html.HTMLGDXFacebook
-
- signOut() - Method in class de.tomgrill.gdxfacebook.html.HTMLGDXFacebook
-
- SignOutMode - Class in de.tomgrill.gdxfacebook.core
-
- SignOutMode() - Constructor for class de.tomgrill.gdxfacebook.core.SignOutMode
-
- startGUISignIn() - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookBasic
-
- startSilentSignIn() - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookBasic
-
- StatusCallback - Interface in de.tomgrill.gdxfacebook.html
-
- storeNewToken(GDXFacebookAccessToken) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookBasic
-
- success(String, String, String) - Method in interface de.tomgrill.gdxfacebook.html.LoginCallback
-