Releases: roundrop/facebook4j
Releases · roundrop/facebook4j
2.4.13
2.4.12
Changes
- #117 Add sticker support by @felipeAndrade0918
- #118 Add page backed instagram account (PBIA) parameter to Page node by @felipeAndrade0918
- #119 Fix Travis-CI to use openjdk6 by @roundrop
2.4.11
2.4.10
2.4.9
2.4.8
Topics
- Conversation API Support
- Nested reply comments to top-level comments
- Attachment Enhancement
- Attachments on Messages
- Additional PictureSizes
- Attachments on Posts
#103 Contributed by Oliver Schmid [email protected]
Changes
- Fix page picture #101 by @aberbenni
2.4.7
2.4.6
2.4.5
Topics
Sharedposts API Support
Added /{id}/sharedposts endpoints support.
You can get sharedposts for a Post, Photo, and Video via Facebook.get****Sharedposts() methods.
Changes
- #94 Add method for downloading post shares by @igorekpotworek
- #96 Add method for searching public objects of given type by @igorekpotworek
2.4.4
Topics
Reactions API Support
Facebook has added a new reactions edge for objects that were previously likable.
We can get reactions via API. (cannot post)
With Facebook4J, you can get reactions for a Post, Photo, … via Facebook.get****Reactions() methods.
Changes
- Fix bug when no auth_type supplied #92 by @roundrop
- Implementation facebook reactions #93 by @matheusaugusto1994