I don't have the solution for your issue, didn't used pyfacebook, yet. But if
you are looking to register users using Facebook OAuth, then django-social-auth
may fit your needs:
http://github.com/omab/django-social-auth/
Then you can use any other Facebook API around to access users content and it
integrates with django auth system easily.
Also, not related with your work, but I'm glad to announce that it gained
Google OAuth2 support recently :-)
Regards,
Matías
Excerpts from mongoose's message of Tue Mar 15 08:03:07 -0300 2011:
> 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.
--
Matías Aguirre <[email protected]>
--
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.