facebook / facebook-java-business-sdk

Java SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
402 stars 332 forks source link

Fixed and refactored Java SDK samples. #273

Closed samsonych closed 1 year ago

samsonych commented 4 years ago

Checklist

Pull Request Details

The facebook-java-business-sdk-samples build is compiling and packaging now.

  1. Renamed samples artifact id to facebook-java-business-sdk-samples;
  2. Added the missed package to examples classes;
  3. Refactored the ExampleConfig class (reused the API context from the ExampleConfig class);
  4. Moved media resources to the src/main/resources folder.

Test Plan

cd ./examples
mvn clean package