- 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
-
- 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.GDXFacebookGraphRequest
-
Set the HTTP request method.
- setNode(String) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebookGraphRequest
-
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.GDXFacebookGraphRequest
-
Set the timeout in msec.
- 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
-
- showGameRequest(GDXFacebookGameRequest, GDXFacebookCallback<GameRequestResult>) - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- showGameRequest(GDXFacebookGameRequest, GDXFacebookCallback<GameRequestResult>) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebook
-
Make a Game Request which uses the underlaying Facebook SDK.
- signIn(SignInMode, Array<String>, GDXFacebookCallback<SignInResult>) - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- signIn(SignInMode, Array<String>, GDXFacebookCallback<SignInResult>) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebook
-
Opens the sign in dialog of the underlaying 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.
- 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() - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- signOut() - Method in class de.tomgrill.gdxfacebook.core.GDXFacebook
-
Signs the user out.
- startGUISignIn() - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- startGUISignIn() - Method in class de.tomgrill.gdxfacebook.core.GDXFacebook
-
- startSilentSignIn() - Method in class de.tomgrill.gdxfacebook.core.FallbackGDXFacebook
-
- startSilentSignIn() - Method in class de.tomgrill.gdxfacebook.core.GDXFacebook
-
- storeNewToken(GDXFacebookAccessToken) - Method in class de.tomgrill.gdxfacebook.core.GDXFacebook
-