Saturday, 2 February 2019

Error : Can't Load URL: The domain of this URL isn't included in the app PHP Facebook OAuth 2 Login

Simply upgrade facebook/graph-sdk to 5.7 solves the problem.

{
    "require" : {
       "facebook/graph-sdk" : "^5.7"
    }
}

No comments:

Post a Comment