java - Spring social Authorisation Exception with Facebook -
my website has started reporting error when ever logs in facebook:
http status 500 - authorization required operation, api binding created without authorization.
type exception report
message authorization required operation, api binding created without authorization.
description server encountered internal error prevented fulfilling request.
exception org.springframework.social.missingauthorizationexception: authorization required operation, api binding created without authorization.
i have not changed relating facebook logging in recently, why might website giving error?
it seems version 2.2 of facebook's graph api (which used kind of thing) ceased available on 25/3/17: see https://developers.facebook.com/docs/apps/changelog. hence, sudden change in behaviour in spite of there being no change website.
my website uses v1.1.0 of spring-social-facebook library. suspect problem , ought using v2.0.3: http://projects.spring.io/spring-social-facebook/. however, don't have skills take further.
Comments
Post a Comment