Hello
My app with spring social facebook was working well and the token expired today, so i tried to re authorize but i now get the error

Code:
WARN : org.springframework.web.client.RestTemplate - POST request for "https://graph.facebook.com/oauth/access_token" resulted in 400 (Bad Request); invoking error handler
WARN : org.springframework.social.ConnectSupport - HttpClientErrorException while completing connection: 400 Bad Request
WARN : org.springframework.social.ConnectSupport -       Response body: {"error":{"message":"Missing client_id parameter.","type":"OAuthException","code":101}}
WARN : org.springframework.social.ConnectController - Exception while handling OAuth2 callback (400 Bad Request). Redirecting to facebook connection status page.

Can you please explain this ? Am i doing something wrong?

Sincerely