msecilmis
msecilmis

Reputation: 358

Facebook api version deprecation

I have a facebook app that uses api v2.2 and got noticed that 2.2 will be deprecated mar 27th. When I follow the link to the version upgrade tool, I get

Your app hasn't made enough calls to the Graph API to show any info, or there are no changes for the methods you selected between v2.2 and v2.8

My android sdk is up-to-date. Should I ignore it or what?

Upvotes: 1

Views: 340

Answers (1)

MarcGV
MarcGV

Reputation: 1262

enter image description here

This message means that your app is not using the deprecated code, you don't have to do nothing, all is ok.

Upvotes: 1

Related Questions