jgorset/fandjango

i can't see the confirmation for permissions

Asinox opened this issue · 6 comments

Hi there, im trying to use fandjango, but i have problem with you simple example, i cant see the confirmation permission...

im missing something?
thanks you

Hi @Asinox,

I'm not sure what you mean by "confirmation permission" - are you saying that you aren't being redirected to Facebook to authorize the application?

Regards,
Johannes

Im sorry, yes, im having problem with this

Have you decorated your view with the @facebook_authorization_required decorator?

@facebook_authorization_required()
def view(request):
    pass

Yes, like you example

That's odd - would you mind sending me your source code by e-mail?

im sorry, my fault :)