Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a facebook application running in canvas page. For last few hours I have started recieving strange signed requests. Earlier I was just getting "Unknown Algorithm" error. But, I made some changes in PHP SDK to record signed requests in error log. Here is what I got:

[22-Mar-2012 16:02:27] Unknown algorithm. Expected HMAC-SHA256. Request: !���j��%W�my���B
[22-Mar-2012 16:02:27] Unknown algorithm. Expected HMAC-SHA256. Request: !���j��%W�my���B
[22-Mar-2012 16:03:39] Unknown algorithm. Expected HMAC-SHA256. Request: 2�$sXE�] �p-Q�
[22-Mar-2012 16:03:39] Unknown algorithm. Expected HMAC-SHA256. Request: 2�$sXE�] �p-Q�
[22-Mar-2012 16:03:41] Unknown algorithm. Expected HMAC-SHA256. Request: ix5��^[Q4��X��Vr�����
[22-Mar-2012 16:03:41] Unknown algorithm. Expected HMAC-SHA256. Request: ix5��^[Q4��X��Vr�����

I don't understand what is the problem.

And yes, I do not have SSL certificate on my server. Therefore, I am using Social-Server page, which has an iframe that displays my unencrpted page. Can that be a problem?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.