I'm trying to restrict content on a canvas app to users who have liked the page. To do this we're decoding the signed_request and using the liked property of the page object. The problem I have is that as part of my testing, I removed the app from my facebook account and now whenever I try to go to the page, the signed_request comes back without a page object, so I see my page that tells visitors to like the page, however, there is no like button on the page anymore as it has already been liked.
Has anyone seen this before and is there a sensible way to handle this situation that I'm not seeing?
It sounds very similar to the issue described in How to get the if the Page is Liked in my Facebook Application page but I'm decoding the signed request using the application secret and I am seeing values for other objects like so:
{"algorithm":"HMAC-SHA256","issued_at":1317741105,"user":{"country":"gb","locale":"en_GB","age":{"min":21}}}