I create facebook app type game - login from website. Ask for login works fine - i get question for authorization in facebook but after that when Im redirected to my page i get error
exception Signed API request to https://graph.facebook.com/v8.0/me has returned an error. HTTP error 500. Raw Provider API response: {"error":{"message":"Tried accessing nonexisting field (website) on node type (GamesServiceUser)","type":"FacebookApiException","code":100,"fbtrace_id":"A_h9xScff1E02-S_wKA38AN"}}. uri: http://localhost:89/api/user/loginSocial?portal=Facebook
i push to config scope
"scope" => "id, name, first_name, last_name, locale, email, birthday"
(remove unsupported website, about, hometown )
but its not applied