Is there a way to use the Facebook App Events with a backend integration, without integrating the Facebook SDK?
https://developers.facebook.com/docs/app-events/android
We have a SaaS solution with a common API shared by all of our client devices. I was hoping to extend our API to include the new metrics (FB add clicks resulting in our app installs), and then integrate with FB on our backend. Is something like this possible? I’m not clear on how the Facebook SDK works, from what I could tell from the docs the idea is that you update your application to make calls to the FB SDK, but that was about it. Is integrating with the FB SDK on the client my only option?
Just curious to know what experience others have with this
2
Answers
You can use this API
https://graph.facebook.com/<API_VERSION>/<APP_ID>/activities
View the documentation here