-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid OAuth access token signature. #1
Comments
https://github.com/rajbdilip/facebook-php-sdk-v4/blob/master/src/Facebook/Exceptions/FacebookResponseException.php#L101 I'm not sure which token would be invalid, as I have no way of adding one. Just the App ID and App Secret. |
We have released a new version and it works now. We have also update our documentation: https://docs.pdir.de/social-feed.html. |
Theres an 404 for https://docs.pdir.de/social-feed.html 🤔 |
Installing the extension and setting it up was easy, as the documentation explained all the necessary steps. However, the extension doesn't load any content from facebook and has not created the folder within files.
Log:
[2018-07-25 15:48:24] security.INFO: Attempting SimplePreAuthentication. {"key":"backend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} [] [2018-07-25 15:48:24] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\CoreBundle\\Controller\\BackendController::mainAction","_route":"contao_backend"},"request_uri":"https://www.domain.tld/contao?do=socialFeedSetup&ref=1qwIlDrv","method":"GET"} [] [2018-07-25 15:48:24] security.INFO: Attempting SimplePreAuthentication. {"key":"backend","authenticator":"Contao\\CoreBundle\\Security\\ContaoAuthenticator"} [] [2018-07-25 15:48:24] app.CRITICAL: An exception occurred. {"exception":"[object] (Facebook\\Exceptions\\FacebookResponseException(code: 190): Invalid OAuth access token signature. at /www/htdocs/vendor/facebook/graph-sdk/src/Facebook/Exceptions/FacebookResponseException.php:106, Facebook\\Exceptions\\FacebookAuthenticationException(code: 190): Invalid OAuth access token signature. at /www/htdocs/vendor/facebook/graph-sdk/src/Facebook/Exceptions/FacebookResponseException.php:106)"} []
Any ideas what could cause this?
Thanks!
The text was updated successfully, but these errors were encountered: