Facebook redirect url issue OAuthException

前端 未结 8 1979
北海茫月
北海茫月 2020-12-05 14:23

My app was working well for long time, but now I am getting the error from Facebook saying:

Content: {\"error\":{\"message\":\"Error validating verification c

8条回答
  •  天命终不由人
    2020-12-05 15:02

    It's important to note that if you use https:// however in your login URL you are using http://, then it will throw a OAuthException about a url issue.

    So you must use https:// in your login URL if you are using it.

    This solved my problem.

提交回复
热议问题