I got my app removed by Facebook last week.
Now I'm trying to build a new one correcting the problems, but I always get an error authenticating the user.
SECURITY WARNING: Sharing the above URL with anyone is the same as sharing your Facebook password with them - it will give them access to your Facebook account. Despite what you may have been promised, you will not receive cash, a gift card, or free airline tickets in exchange for this URL.
I'm calling the API this way:
https://www.facebook.com/dialog/oauth?
client_id=MY_APP_ID
&display=popup
&redirect_uri=http://www.my-url.com/823/
&scope=user_about_me
My Facebok app config is: http://i.stack.imgur.com/s9WSW.png
I'm trying to use the same domain used in that removed app.
Does Facebook has a domain blacklist? I can't create a new app with that domain anymore (in the example "www.my-url.com/823/")?
Or am I just missing something in the settings?