|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PermissionMethods
| Method Summary | |
|---|---|
java.util.List<Permission> |
getPermissions()
Returns the permissions granted the current user to the current application. |
java.util.List<Permission> |
getPermissions(java.lang.String userId)
Returns the permissions granted a user to the current application. |
boolean |
revokePermission(java.lang.String permissionName)
Revokes a specific permission from the current application. |
boolean |
revokePermission(java.lang.String userId,
java.lang.String permissionName)
Revokes a specific permission from the current application. |
| Method Detail |
|---|
java.util.List<Permission> getPermissions()
throws FacebookException
FacebookException - when Facebook service or network is unavailable
java.util.List<Permission> getPermissions(java.lang.String userId)
throws FacebookException
userId - the ID of a user
FacebookException - when Facebook service or network is unavailable
boolean revokePermission(java.lang.String permissionName)
throws FacebookException
permissionName - permission name
FacebookException - when Facebook service or network is unavailable
boolean revokePermission(java.lang.String userId,
java.lang.String permissionName)
throws FacebookException
userId - the ID of a userpermissionName - permission name
FacebookException - when Facebook service or network is unavailable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||