When a visitor tries to access my facebook canvas app url (http://apps.facebook.com/appname) while not being logged in to facebook, facebook tries to display my canvas url but results in "this content cannot be displayed in a frame".
I geuss this is caused by the fact that I'm trying to redirect the user to the auth dialog.
I did a quick fix by just redirecting the parent window.
problem is now that not logged in facebook users don't get the see the public app preview.
How can I detect the difference between user not logged in to facebook vs user has not authenticated app yet? Can I see that from signed request? (I'm not using javascript SDK to authenticate, instead I'm using server side implementation)
Thanks in advance,