I’m trying to find out what version of the graph api the current FB plugin would target. In my original post I said that it appeared that the plugin was using FB SDK 4.15.0.
In this list the last change I can see is that 4.11.0 targets API v2.6, so presumably the plugin targets at least that since it’s a later SDK version.
The reason I’m checking this is because I’ve just had an alert for each of our apps saying:
“Your App is currently accessing Graph API v2.3 which will reach the end of its 2-year lifetime on 10 July, 2017. We estimate 6 endpoints that QuizTix: Pop Music calls will be impacted by this change and may stop working after the automatic upgrade push. To ensure a smooth transition, please migrate all calls to Graph API v2.4 or higher.”
We also have some REST calls in our code so we can use Login for Devices on TV builds. I’m going to update those but wanted to be sure that the plugin was definitely up to date too.