Reputation: 53
I have a facebook iframe app, and I have just noticed that a basic permission dialog is fired for every new visitor. This dialog is launched by Facebook, not by my application (index.php hasn't been called yet).
This behavior is new, and not wanted : users are allowed to visit some pages of the app and later are asked for extended permissions.
At first I though it was the new open graph feature, but removing it didn't help. I don't use the new Enhanced Auth Dialog either. I tried turning social discovery on and off also.
Does anyone else has experienced this behavior ?
Thanks!
Upvotes: 4
Views: 560
Reputation: 43816
Check you haven't enabled Authenticated Referrals in your app settings
Upvotes: 1