Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Gentlemen, I am creating a facebook login on my site, following this guide: https://developers.facebook.com/docs/howtos/login/getting-started/

I started out by creating an app on facebook, then used the app ID in my code. After completing step 2 in the guide, i wanted to test for errors. I keep getting the above error "Given URL is not permitted by the application configuration.: One or more of the given URLs is not allowed by the App's settings...."

To resolve the issue, i tried to change the app website URL to http://www.mywebpage.com/index.html. That didn't do anything....

Any ideas?

Thanx index.html

share|improve this question
check if this will help you. – ifaour Jan 19 at 11:32
It didn't help. – user1163859 Jan 19 at 14:17
1  
what exactly have you tried? what's your App Domains settings? is it mywebpage.com? – ifaour Jan 19 at 14:19
It's very simple, really. I put mywebsite.com in the app domain settings. Let me paste my index file for you in my original question – user1163859 Jan 19 at 14:33
Ok, i tried again with mywebsite.com in the 'app domain' field. Strange that facebook didn't put this in their tutorial....:/ – user1163859 Jan 19 at 14:44
show 2 more comments

1 Answer

Double check your App settings. Usually absolute URLs can cause errors. Adding the root URL (without www if you have subdomains) mywebsite.com in your App domain would probably solve your issue.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.