Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

Get granted persmissions

Roman Kushnarenko edited this page Oct 16, 2014 · 1 revision

Get all permissions that user already granted:

List<String> permissions = mSimpleFacebook.getGrantedPermissions();

Check if all permissions from configuration are granted:

boolean isAllGranted = mSimpleFacebook.isAllPermissionsGranted();
Clone this wiki locally