Facebook facebook = new FacebookFactory().getInstance();
Reading reading = new Reading().limit(6).fields("permalink_url", "picture", "name");
ResponseList<Post> posts = facebook.getPosts(environment.get("facebookpage"), reading);
But in this field not available on interface Post. There are any way to use this field?
Or another way to get the real post url from facebook not from links.