github facebook/facebook-java-business-sdk v0.2.0
v0.2.0 (API v2.6)

latest releases: v19.0.3, v19.0.2, v19.0.1...
8 years ago

v0.2.0 SDK makes API calls to Facebook Marketing API v2.6.
This is still a beta testing version, however, we'll lock down most of the programming interface. Official release will be announced when we have most of documentations ready.

BREAKING CHANGES:

  1. New version calls Facebook Marketing API v2.6 endpoints. Classes are
    modified to use new fields/params/endpoints and remove deprecated
    fields/params/endpoints.
  2. Improved Enum Handling: Enums are moved to their proper parent
    classes. e.g., previously we use "AdAccount.EnumCampaignStatus" for
    campaign status in creation, now we use "Campaign.EnumStatus" instead.
    This help us reduce duplicated code and have better code structure.

Breaking changes will result in compilation errors, which will help you identify changes needed.

Improvements:

  1. Added VideoUtils.java to ease video upload.
  2. Decoupled network in APIRequest and now you can customise how
    GET/POST/DELETE requests are executed, such as adding proxy or retry
    logic.
  3. bug fixing

Other changes:

  1. Re-ordered class fields and apis alphabetically

Don't miss a new facebook-java-business-sdk release

NewReleases is sending notifications on new releases.