Here is a brief set of bullet points on what I am trying to accomplish:
- Use the Facebook C# SDK with asp.net MVC
- Post custom form data from a Facebook canvas iframe app to server
- I am currently building off of the MVC sample provided
Them problem I am having is that when I submit the form on the iframe canvas app the only data I get back from Facebook is the signed_request form parameter . What I need is the data from the form.
I have looked at various solutions to the issue (see this link) but I cannot get them to work. When I access the FacebookSession object there is no session key returned so I cannot follow the links guidence.
Any guidence that can be provided on how to do this would be very much appreciated.