Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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,

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.