Facebook Graph API rejects newly created access token

前端 未结 7 1244
孤独总比滥情好
孤独总比滥情好 2020-12-24 05:57

Earlier today, the Facebook login flow of our web application stopped working for some users. When we try to fetch the current profile, an error is returned. It claims that

7条回答
  •  情话喂你
    2020-12-24 06:55

    TEMPORARY SOLUTION For iOS you need to change SDKs code to support "reauthorize". In order to change source code you will need to download it using CocoaPods. Then copy the following functions over pods: https://github.com/mavris/FacebookFix

提交回复
热议问题