Uses of Class
com.google.code.facebookapi.Permission

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're declared.
 

Methods in com.google.code.facebookapi 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)
           
 boolean ExtensibleClient.users_hasAppPermission(Permission perm)
           
 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)
           
 



Copyright © 2008. All Rights Reserved.