I'm trying to put together an age gate for an alcohol website using facebook connect.
I want users to be able to login with their facebook details and then be redirected to a success page if they are old enough in their locale and a failure page if they are too young in their locale.
I've set up an app on facebook and on the advanced settings have selected 'Contains alcohol' under 'content restrictions'. So in theory when a user logs in on my website facebook should check to see if they are old enough but I appear to be able to login with an account with the current location set to New York and a dob of 16 September 1993, (age 20).
I'm using the method from this page:
https://developers.facebook.com/docs/facebook-login/getting-started-web/
Can anyone help me with where I'm going wrong and where to put the two redirect URLs?
Any help much appreciated, thanks.