My goal is to implement the Facebook Push Notifications feature on my app. I am following the Push Campaigns Quickstart guide at https://developers.facebook.com/docs/push-notifications/quickstart. Before starting, I need to add the Facebook SDK to my app. In my build.gradle
file, I have the following line:
compile 'com.facebook.android:facebook-android-sdk:3.23.1'
This means that I am using Facebook SDK version 3.23.1. That version was released on Mar 12, 2015. I was wondering if the Facebook Push Notifications feature is supported by Facebook SDK version 3.23.1. Thank you.