Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook One or more of the given URLs is not allowed by the App's settings

Result in console:

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.

Basically what I am trying is to enable user to login on my blog on blogspot.com, and to post on his wall some message.

here is how I configure app on facebook:
App Domains:blogspot.com
Sandbox Mode:disabled
Site URL:my_blog_name.blogspot.com/p/publishing.html

like image 976
jasin_89 Avatar asked Dec 05 '12 22:12

jasin_89


People also ask

What does it mean when it says URL not supported?

Unsupported URL" You would receive this error if you are having issues with your data or internet connection, especially with certain WiFi connections. We would advise turning Airplane mode on, then off, to help reset your connection.


1 Answers

after putting site url to begin with http:// it resolve my issue. Now my Site URL looks like this: http://my_blog_name.blogspot.com/p/publishing.html

like image 179
jasin_89 Avatar answered Sep 22 '22 01:09

jasin_89