Expired access token after openActiveSession for Facebook iOS SDK

后端 未结 2 1659
时光取名叫无心
时光取名叫无心 2020-12-09 12:19

I\'m using the 3.1 Facebook SDK with iOS 6 Facebook set up in Settings and my app authorized.

This executes flawlessly:

[FBSession openActiveSessionW         


        
2条回答
  •  情歌与酒
    2020-12-09 12:59

    So it's addressed, but I've been calling /me from our backend to verify since you can't trust the device.

    So I make a call to FBSession's + (void)renewSystemAuthorization when the backend comes back with an authorization error.

提交回复
热议问题