Hi there,

First time using pyFacebook. I've literally copied the example
application [https://github.com/sciyoshi/pyfacebook/tree/master/
examples/fbsample] and put it up onto my server. I've created an FB
app and now when I try to load the app basically what happens is that
the browser keeps refreshing. I noticed in the url (for example)

    https://apps.facebook.com/myapp/?auth_token=8f826cae31717068c18fb16fd7f0a758

Keeps refreshing with the auth_token changing. If I remove the
@facebook.require_login() decorator then the page displays without a
problem.
I've also commented out the
'django.middleware.csrf.CsrfViewMiddleware', but not sure if that's
relevant at all.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to