Facebook API - Invalid signed request. (Invalid signature.)

蓝咒 提交于 2019-12-04 07:27:17

Perhaps you have done this already but I have had the same issue and all I had to do was add my app ID and secret to the web.config.

In the web.config file, my issue was on this line. Ensuring these are populated and accurate should solve the issue.

<facebookSettings appId="xxxxxxxx"  appSecret="xxxxxxx"  cookieSupport="true" />

Hope this helps!

I think you will find this has something to do with cookies.

I was playing around with the different sample web sites that have in the sdk. I cleared my cookies and then I stopped getting that error.

You must check your app settings on facebook. Take care about the URLs and other settings.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!