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)
          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.  
 



Copyright © 2008. All Rights Reserved.