for(WebPageEntry theEntry: contentFeed.getEntries(WebPageEntry.class)){
canEdit=theEntry.getCanEdit();
.
The problem is that canEdit is true, no matter if the user only can view the site or page.
Thanks in advance!