You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
Hi,
In your verifySignature you forgot to encode the payload before sha1.
The payload has to be encoded in unicode like written in Facebook doc:
https://developers.facebook.com/docs/messenger-platform/webhook-reference#security
Be careful, most of time in java, unicode use uppercase encoding and that won't work.
Source file:
https://github.com/spring-projects/spring-social-facebook/blob/master/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/RealTimeUpdateController.java
Thanks
The text was updated successfully, but these errors were encountered: