I've created an app that I'm going to be using as an iframe app for a tab inside my company's facebook page. On my side of things I've got a MVC 2 web app. I have two Views one that I want to display if the user already likes the page, and another when they don't. I've been looking at this entry which pretty much describes my issue.
Read OAuth2.0 Signed_Request Facebook Registration C# MVC
In the signed_request there is a page property which contains a boolean names liked which is the item I need to check. In the answer Nathan says you can use the SDK to not have to do it 'manually'. My question is how. I've got the SDK and I'm trying in ernest to figure out how to get the data I need out and also whether I need to decorate my Actions with any attributes?
Hoping someone can shed some light on this.