I use facebook application on two servers, dev and live. The dev server is hosted on test.testdev.com , and the live server is hosted on test.testlive.net . Previously, it worked fine on both servers, but now it only works on dev.
When I try to access it on a live server, it displays the following error:
Redirect_uri url is not supported
My Facebook app is configured as follows:
Website URL: http://testlive.net/
Application Domains: testlive.net testdev.com
I tried using different settings, but for me it did not work. What could be the reason for this? Also, if redirect_uri starts with http / https?
facebook facebook apps
Abhimanyu bind
source share