Post p = ...
PagableList<Reaction> reactions = p.getReactions();
// reaction.size() == 0 even if I have reactions to the post.
p.getLikes(); // works like a charm.
<dependency>
<groupId>org.facebook4j</groupId>
<artifactId>facebook4j-core</artifactId>
<version>[2.4,)</version>
</dependency>