WebHooks: How to work hub.secret algorithm?

I am using C # and I can’t figure out how to check the request using “hub.secret”.
How should I generate my sha256 using secret? I mean, I can get the hash of the string. I think I should use something like:
string + secret or secret+ string

Any ideas?

Which language you working in?

C#

May help.

1 Like

Oh. Thank you very much! :kissing_closed_eyes:
That helped.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.