According to new facebook policy. You cannot redirect to URLs that are not stated in **Valid OAth Redirect URI** from March onwards.
In March, we're making a security update to your app settings that will invalidate calls from URIs not listed in the Valid OAuth redirect URIs field below.This update comes in response to malicious activity we saw on our platform, and we want to protect your app or website by requiring a new strict mode for redirect URIs. Learn More
Here are 5 out of the 8 of your URIs that will be invalidated by this change.
But my problem is that my uris are dynamic. It has get parameters after it.
http://www.website.com/fb/login.php?redirect=http%3A%2F%2Fwww.website.com%2Fapps%2F456
http://www.website.com/fb/login.php?redirect=http%3A%2F%2Fwww.website.com%2Fapps%2F123
http://www.website.com/fb/login.php // This alone does not seem to work