|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Permission | |
|---|---|
| com.facebook.api | |
| Uses of Permission in com.facebook.api |
|---|
| Methods in com.facebook.api 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're declared. |
| Methods in com.facebook.api with parameters of type Permission | |
|---|---|
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 |
IFacebookRestClient.users_hasAppPermission(Permission perm)
Check to see if the user has granted the app a specific external permission. |
boolean |
ExtensibleClient.users_hasAppPermission(Permission perm)
|
boolean |
FacebookRestClient.users_hasAppPermission(Permission perm)
Deprecated. Check to see if the user has granted the app a specific external permission. |
boolean |
IFacebookRestClient.users_hasAppPermission(Permission perm,
java.lang.Long userId)
Check to see if the user has granted the app a specific external permission. |
boolean |
ExtensibleClient.users_hasAppPermission(Permission perm,
java.lang.Long userId)
|
boolean |
FacebookRestClient.users_hasAppPermission(Permission perm,
java.lang.Long userId)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||