If I open this url:
And click "Allow", the browser should be redirected to an URL like
https://www.facebook.com/connect/login_success.html#access_token=...
And I did see that happen, earlier. However, now what it's actually pointed to is always
So it says I clicked "Deny", even if I didn't. The page even says "Success" (though it might just be a static file, as the URL implies)
I don't think I'm doing anything wrong (I get the information from this page, at the bottom, "Desktop apps"), but it would be foolish to immediately lay the blame on a Facebook bug.
I also couldn't create new apps on Facebook right now though (I get a nondescript "Sorry" error message). Could that have something to do with it?
FB.login()from the Javascript SDK which was basically what I needed. – Bart van Heukelom Sep 27 '11 at 8:41