Restfb Versions Save

RestFB is a simple and flexible Facebook Graph API client written in Java.

v2024.3.0

1 month ago

2024.3.0 (April 14, 2024)

  • Add missing MessageContact fields
    Thanks to @BernardoGiordano for the PR
  • Threads API added:
    • Issue #1398: new Threads permissions added
    • Issue #1399: profile type added
    • Issue #1400: media type added
    • Issue #1401: rate limit type added
    • Issue #1402: reply type added
    • Issue #1403: insights checked
  • build deps updated:
    • Issue #1385: bump version.junit from 5.10.1 to 5.10.2
    • Issue #1386: bump org.assertj:assertj-core from 3.25.2 to 3.25.3
    • Issue #1387: bump org.mockito:mockito-junit-jupiter from 5.10.0 to 5.11.0
    • Issue #1391: bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
    • Issue #1392: bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2
    • Issue #1394: bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
    • Issue #1395: bump org.projectlombok:lombok from 1.18.30 to 1.18.32
    • Issue #1396: bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12

v2024.2.0

3 months ago

2024.2.0 (January 31, 2024)

  • Issue #1382: Graph API 19.0 added
  • Issue #1383: mark publish_to_groups and groups_access_member_info as deprecated
  • Issue #1378: update mockito-junit-jupiter
  • Issue #1377: update maven-surefire-plugin
  • Issue #1376: update maven-failsafe-plugin
  • Issue #1375: update assertj-core
  • Issue #1372: update maven-compiler-plugin

v2024.1.0

4 months ago

2024.1.0 (January 1, 2024)

  • Issue #1349: Move inner types to own classes
  • Issue #1342: sender_id and sender_name removed because it is deprecated since api 2.11

v2023.17.0

4 months ago

2023.17.0 (December 19, 2023)

  • Issue #1365: added contacts and unsupported to MessageType
    Thanks to @mikedeswert for the hint and the JSON
  • Issue #1367: Add biz_opaque_callback_data to whatsapp messages
  • Issue #1366: Add copyright_check_information to IgMedia
  • Issue #1363: update mockito-junit lib
  • Issue #1364: update maven-javadoc-plugin
  • Issue #1369: update maven-surefire-plugin
  • Issue #1370: update maven-failsafe-plugin

v2023.16.0

5 months ago

2023.16.0 (November 26, 2023)

  • Issue #1359: Remove duplicate getter from Story
  • Issue #1360: fix javadoc generation
  • Issue #1361: WhatsApp Message Template contains one language instead of an array
  • Issue #1350: bump version.junit from 5.10.0 to 5.10.1
  • Issue #1351: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
  • Issue #1352: bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.2
  • Issue #1353: bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
  • Issue #1354: bump org.mockito:mockito-junit-jupiter from 5.6.0 to 5.7.0

v2023.15.0

5 months ago

2023.15.0 (December 19, 2023)

  • Issue #1357: Add Facebook Story type

v2023.14.0

6 months ago

2023.14.0 (November 12, 2023)

  • Issue #1347: add flexible summary field to connection class
  • Issue #1348: profileId getter and possible FB bug in DebugTokenInfo fixed

v2023.13.0

6 months ago

2023.13.0 (October 31, 2023)

  • Issue #1344: Add errors field to WABP webhook status update Thanks to @lennehendrickx for the link
  • Issue #1332: Facebook reel support (check our docs) Thanks to @saunders-d for the hint
  • Issue #1341: make error_data accessible in FacebookException Thanks to @walschap and @lennehendrickx for the hint
  • Issue #1338: support WABP reaction mapping in webhook Thanks to @walschap for the hint
  • Several build lib updates

v2023.12.0

7 months ago

2023.12.0 (September 19, 2023)

  • Issue #1330: Instagram: Support for mentioned media
  • Issue #1328: InstagramCommentsValue.IgCommentMedia should have ad related field
    Thanks to @gurkein for the hint
  • Issue #1327: Add Version 18.0 to version enum

v2023.11.0

8 months ago

2023.11.0 (September 14, 2023)

  • Issue #1321: add missing fields to Group type
  • Issue #1322: enhance MessagingAttachment
    Thanks to @An1s9n for the PR
  • Issue #1324: User object needs is_work_account field
  • Issue #1325: user_access_expire_time field missing in some objects
  • Issue #1311: Missing app_secret proof.
    Thanks to @walschap for the hint and the information