I've posted an issue on the Facebook C# SDK website, the problem statement and all the details can be found there: http://facebooksdk.codeplex.com/workitem/5927 Please help me :(
|
|
This may be just a simple answer, but have you tried deleting the cookies of your browser? I was having the same problem and deleting the cookies solved it. Update: Nop sorry, this makes this work just the firts time, when I request a page again I get the "Invalid signed request". |
|||||||
|
|
You can resolve this by setting cookie: 'yourbasedomain' instead of cookie: true in init. |
|||
|
|
We are discontinuing support of parsing cookies in the Facebook C# SDK. Facebook no longer recommends that developers or SDKs attempt to read the cookies directly. We will provide more documentation and guidance on this on the Facebook C# SDK documentation (http://docs.csharpsdk.org) in the near future. See details about Facebook's recommendation for not using cookies here: https://developers.facebook.com/blog/post/624/ |
|||
|
|