Re: Handling Facebook development in Django

2010-01-25 Thread Emily Rodgers


On Jan 25, 8:26 am, Hassan Baig  wrote:
> Howdy folks,
>
> I was wondering if you could give me any pointers in this regard. I'm a
> Facebook developer and I'm facing the following problem:
>
> I have a flash file which calls up a url sayhttp://test.com/createXML/which
> is caught and used up by a python/django code and it creates and redirects
> to an XML. which is loaded by flash, to get values from the database.
>
> The setup works fine when outside facebook, but as soon as I put the setup
> in facebook, it stops loading the XML completely.
>
> Any clues?

Not sure I know how to help, but I don't think you are giving enough
information for those who may be able to help to answer this.

What happens? does the url actually get called (and fail to return
useful data)? Is something being returned that isn't valid xml?

If the url isn't actually getting requested, then the problem is
probably outside of django.

Em

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Handling Facebook development in Django

2010-01-25 Thread Hassan Baig
Howdy folks,

I was wondering if you could give me any pointers in this regard. I'm a
Facebook developer and I'm facing the following problem:

I have a flash file which calls up a url say http://test.com/createXML/ which
is caught and used up by a python/django code and it creates and redirects
to an XML. which is loaded by flash, to get values from the database.

The setup works fine when outside facebook, but as soon as I put the setup
in facebook, it stops loading the XML completely.

Any clues?

-Hassan Baig

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.