iOS - Facebook - You must upgrade this app to Graph API v2.x

后端 未结 3 1546
别跟我提以往
别跟我提以往 2021-01-19 01:59

upon Facebook login, I am getting this message on the Facebook side: \"You must upgrade this app to Graph API v2.x. v1.0 will be deprecated on April 30, 2015.

I hav

相关标签:
3条回答
  • 2021-01-19 02:31

    I was having the same problem. I updated the framework through Xcode and nothing. What I found was that the FacebookSDK.framework in my application folder was not being updated. I deleted and updated with the new framework that I download from Facebook website. It worked. No more warning. I hope that helps

    0 讨论(0)
  • 2021-01-19 02:32

    It's all in the docs. Have a look at

    • https://developers.facebook.com/docs/apps/changelog
    • https://developers.facebook.com/docs/apps/upgrading#v1tov2
    • https://developers.facebook.com/docs/ios/upgrading#313to314
    • https://developers.facebook.com/docs/reference/ios/current/class/FBRequest/#overrideVersionPartWith:
    0 讨论(0)
  • 2021-01-19 02:33

    sorry for the delayed response but what camus wrote above was my solution as well. I found i was not linking in plist to the same framework that i had downloaded.

    0 讨论(0)
提交回复
热议问题