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.

I have created a django application. The application has an option to login with facebook id also. And it is working fine with my app. But now when testing the application, i found the login actually works fine only with the id i created api kets and app id. I created the app id and api kery with my personal id. Now when i log in with that id using the facebook connect, it is getting signed in and the auth page redirects to my application's signed in page.So its working the way i needed with that id. But when i try to connect facebook login some other facebook id, this error is shown in the auth page :Invalid ArgumentGiven URL is not allowed by the Application configuration.". But when i click the ok button, it is getting signed in,but without actually closing the auth page and redirection to my application singed in page; it is going inside the facebook profile in that auth page. I am stuck with this weird error. I guess the redirection is not actually happening on using other facebook id's to login. Is there anything i have to do to make it working ? Please help me to solve this problem. Please tell me what all code i should show here to make it clear.

share|improve this question
is there any solution ? – rv_k Apr 14 '11 at 10:08
What Facebook SDK are you using? Are you using a third-party django/facebook integration app, or your own code? What is the Site URL setting in your app's settings on Facebook(go to facebook.com/developers, click on your app's name in the right hand sidebar) – Chris Lawlor Apr 14 '11 at 12:47
i was following this tutorial. teebes.com/blog/13/… . I have set my site's url in facebook app settings. My problem is, only the facebook user from which i created the facebook app gets the page redirection to my django user signed page after facebook connect. – rv_k Apr 14 '11 at 16:54
any solution??? – rv_k Apr 17 '11 at 12:07
Assuming you are running this using 'runserver', you are giving Facebook a callback URL of "localhost:8000/xd_receiver.htm";. It sounds like your Facebook app isn't set to consider that to be a valid URL. Your Site URL in the Facebook app settings should be 'localhost:8000/';. – Chris Lawlor Apr 26 '11 at 16:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.