I can see there are other similar topics, but they are old and in the world on Facebook any advice seems likely out of date after about a week! So I wanted to check afresh. My app is all working fine, and authenticating without any problems. However after authenticating you are redirected outside of the Facebook frame. I'm doing this with the PHP method, using the examples on their site.
top.location.href='http://www.facebook.com/dialog/oauth?...&redirect_uri=http://www.myhosting.com/'
Is this redirect_uri correct? I know it is meant to match something in your app settings but they keep changing the names of everything - Is it meant to match my Canvas Page https://apps.facebook.com/myappname/ or my Canvas URL http://www.myhosting.com ? As you can see I have got it matching the second, the Canvas URL. If I try to make it match the Canvas Page I get an error (simply says an error occurred). Can someone please confirm what exactly the redirect_uri is meant to match?