I recently received an email from Facebook stating that my APP is making some outdated calls that will stop working on August 8th.
Using the Facebook API Migration Tool, it doesn't show me any calls to the old APIs, so I'm good to go
I use the PHP SDK for Facebook in my application and in all places where "graph_version" appears, it is forced v2.5
The Facebook Developer Toolbar in my APP displays API version 2.0 (there was an API at the time of creation)
So do I need to worry? When the date comes, will my version of the APP API be changed automatically? How to update APP information on the toolbar to install API version 2.5 or higher?
Thank you in advance
source
share