Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update/upgrade a Facebook App API version on Facebook's Developers Panel? I even need to do it?

I received, recently, an e-mail from Facebook telling me that my APP is doing some deprecated calls that will stop working on August, 8th

Using the Facebook API Migration Tool, it shows me no calls to older APIs, so, I am good to go

I use the Facebook PHP SDK in my application and all places where "graph_version" appears, it is forced to v2.5

In Facebook's Developers Dashboard, my APP is showing API version 2.0 (was the API at the creation time)

So, do I need to worry? When the date comes, will my APP API Version change automaticly? How can I update my APP info on Dashboard to set the API version to 2.5 or above?

Thank you in advance

like image 926
Wagner Barongello Avatar asked Jul 16 '16 14:07

Wagner Barongello


1 Answers

You can upgrade the Facebook API version of your app simply by going to the app dashboard, then Settings -> Advanced (in a drop-down menu under Settings) or use the URL: https://developers.facebook.com/apps/YOUR_APP_ID_HERE/settings/advanced/

like image 179
Valera Tumash Avatar answered Oct 13 '22 21:10

Valera Tumash