I don't really know much about Facebook Connect... but I assume the xd_reciever is called by Facebook? As in they make requests to it? Well then they will need access to it so localhost wont work. If you have set up your network to allow it, they could access you via your IP address? http://123.123.123.123/xd_reciever/ ? However, you will need to make the django dev server viewable externally (other than from the localhost) - I'm not sure how/if you can do that.
Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/3/17 Roboto <robc...@gmail.com> > > Hey guys, > > I'm trying to get facebook connect to work on my django site. I've > hit a little snag where I imagine many of you just walked passed, but > I'm clueless right now. > > My runserver runs on localhost:8000 --- but when I setup facebook > connect the app is looking for http://<site_url>/xd_receiver > > Any ideas how I jump this hurdle? > > Thanks > > Actual error message below > Invalid Argument > > The Facebook Connect cross-domain receiver URL (http://localhost:8000/ > xd_receiver.htm#fname=_opener&%7B%22t%22%3A3%2C%22h%22%3A > %22fbCancelLogin%22%2C%22sid%22%3A%220.982%22%7D) must have the > application's Connect URL (http://www.<sitename>) as a prefix. You can > configure the Connect URL in the Application Settings Editor. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---