Search code examples
javafacebookfacebook-graph-apifacebook-marketing-api

Accessing Facebook Marketing API from Java


We have Java based CRM and want to integrate facebook campaign management. I checked facebook marketing api and they provide PHP and Python based SDKs. I'm wondering how we can access/consume facebook marketing api in Java, there should be some rest interface which I could not find.

Anyone have idea?


Solution

  • There is newly released Java SDK (beta) for Marketing API: https://github.com/facebook/facebook-java-ads-sdk. You can give a try.