|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Permission in com.google.code.facebookapi |
|---|
| Methods in com.google.code.facebookapi that return Permission | |
|---|---|
static Permission |
Permission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.google.code.facebookapi with parameters of type Permission | |
|---|---|
boolean |
SpecificReturnTypeAdapter.auth_revokeExtendedPermission(Permission perm)
|
boolean |
IFacebookRestClient.auth_revokeExtendedPermission(Permission perm)
|
boolean |
ExtensibleClient.auth_revokeExtendedPermission(Permission perm)
|
boolean |
SpecificReturnTypeAdapter.auth_revokeExtendedPermission(Permission perm,
java.lang.Long userId)
|
boolean |
IFacebookRestClient.auth_revokeExtendedPermission(Permission perm,
java.lang.Long userId)
Revokes the specified extended permission for the selected user. |
boolean |
ExtensibleClient.auth_revokeExtendedPermission(Permission perm,
java.lang.Long userId)
|
static java.lang.String |
Permission.authorizationUrl(java.lang.String apiKey,
Permission permission)
Compute the URL to which to send the user to request the extended permission. |
boolean |
SpecificReturnTypeAdapter.users_hasAppPermission(Permission perm)
|
boolean |
IFacebookRestClient.users_hasAppPermission(Permission perm)
|
boolean |
ExtensibleClient.users_hasAppPermission(Permission perm)
|
boolean |
SpecificReturnTypeAdapter.users_hasAppPermission(Permission perm,
java.lang.Long userId)
|
boolean |
IFacebookRestClient.users_hasAppPermission(Permission perm,
java.lang.Long userId)
Checks whether the user has opted in to an extended application permission. |
boolean |
ExtensibleClient.users_hasAppPermission(Permission perm,
java.lang.Long userId)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||