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
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
It's all in the docs. Have a look at
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.