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

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

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

0 comments:

Post a Comment