When I call the Facebook OAuth endpoint like this:
https://www.facebook.com/dialog/oauth
?client_id=xxxxxxxxxxxxxxxxx
&redirect_uri=http%3A%2F%2Fexample.me
&scope=email%2Cpublish_stream
&state=aa48a8a575a0e308123b7f178047dd87
I get a Server Error even before I get the FB Dialog.
However, if I change the redirect_uri to example.com, it works fine (in that I get to FB and then get the 'incorrect redirect uri error, because I do not own example.com).
So, basically, it seems that when my redirect_uri is .me, I get the server error.
Is this is a known issue with OAuth / Facebook, or am I doing something else wrong?