Facebook Graph API rejects newly created access token

前端 未结 7 1205
孤独总比滥情好
孤独总比滥情好 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:38

    The bug persist according to discussion

    According to a user's comment of mentioned discussion, we revoked permissions of every user of our app and it worked. For this we used next graph api endpoint. We had to persist the users' facebookIDs.

    Regards

提交回复
热议问题