Occassional (OAuthException - #200) (#200) User must have accepted TOS

前端 未结 2 1571
自闭症患者
自闭症患者 2021-01-21 05:00

I am confident my application is coded correctly (at least mostly), as it works about 98% of the time. However, about 2% of the time, I get what appears to be a valid auth toke

2条回答
  •  不要未来只要你来
    2021-01-21 05:34

    Is it possible that a person is shown the permissions page (on Facebook) and rejects it, so the user is then redirected back to your website, but with the Oauth error - which you need to handle.

    Basically, I want to log in via Facebook, but I don't accept their conditions (eg. you might be asking for too many things). Thus I'll reject the login, and the source website (you) needs to handle the refusal.

提交回复
热议问题