Click here to Skip to main content
15,908,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone, i have developed a generic facebook app for fan pages. This app can be installed on any page and on each page you see custom content relevant only for this page. In order to do this, i need to receive signed_request from facebook and get fan page id from it. But in some cases in IE7 facebook doesn't transfer signed_request at all.
I have tried to add headers like:
Response.AddHeader("p3p", "CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"");
or like: Response.AddHeader("P3P: CP", "CAO PSA OUR HONK");

But have so far I do not success to fix it.

Can anyone help me understand why doesn't facebook transfer signed_request in IE7?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900