Given URL is not allowed by the Application configuration Facebook application error
Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
I have researched the most popular questions on SO already (Question 1, Question 2, Question 3, Question 4, and Question 5)... None of them help with my situation.
I have the application settings laid out like this...
App Domains: azeverything.com
Sandbox Mode: Disabled
Website with Facebook Login
Site URL: http://azeverything.com
****App Domains*** requires that no protocol be identified and Site URL requires that a protocol be identified.*
I have tried using www.azeverything.com and that didn't work either. Everything seems to match up. By the way, this is a WP site. I'm not developing locally either. It's all live.
Solution 1:
Try to check at Settings > Advanced. At Valid OAuth redirect URIs, make sure you have a correct domain.
Hope it works.
Solution 2:
You need to add the URL to your app:
- Go to the app, you want for user login, on the Facebook Developers page
- Click on the settings tab
- Click add platform
- Select Website
- After selection it will ask for some details such as URL for your website which uses login with facebook feature, fill the form and submit it
That's all and you are done. Make sure that the app's URL is the same from where you're logging in.
Solution 3:
Under Basic settings:
- Add the platform - Mine was web.
- Supply the site URL - mind the http or https.
- You can also supply the mobile site URL if you have any - remember to mind the http or https here as well.
- Save the changes.
Then hit the advanced tab and scroll down to locate Valid OAuth redirect URIs its right below Client Token.
- Supply the redirection URL - The URL to redirect to after the login.
- Save the changes.
Then get back to your website or web page and refresh.