i can't see the confirmation for permissions
Asinox opened this issue · 6 comments
Asinox commented
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
jgorset commented
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
Asinox commented
Im sorry, yes, im having problem with this
jgorset commented
Have you decorated your view with the @facebook_authorization_required
decorator?
@facebook_authorization_required()
def view(request):
pass
Asinox commented
Yes, like you example
Asinox commented
im sorry, my fault :)