简体   繁体   中英

Unable get the date of each facebook like Using facebook4j

Trying to get the date of each facebook like using facebook4j: using the following code :

ResponseList<Reaction> reacts = facebook.getPostReactions(postId);
for (Reaction react : reacts) {
System.out.println(react);
}

but it returns the object with without the date在此处输入图片说明

不幸的是,facebook4j 目前不支持 createdDate 来点赞

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM