I started using the new Authorization system for apps.
I seem to be experiencing a problem where Facebook sends the user to the authorization dialog whether I tell it to or not. This presents a problem to me about how to make public pages, ones that should be available to people who haven’t authorized the app.
Even if I kill the app almost immediately in the PHP code, it still sends the user.
Any way to make it so I can not require authorization?
Figured it out. Switch Referrals off.