Where is redirect uri set? (Using Django on Heroku with django-la-facebook)
Hi!
I'm using Django with Heroku and django-la-facebook (https://
github.com/cartwheelweb/django-la-facebook)
I'm having trouble allowing Facebook authentication, but I actually
don't think my problem is very difficult.
When I try to sign-in with facebook, it throws me to the following
uri:
That redirect uri there is obviously not correct, but I can't find
where to set it? Would anyone have any idea? In my Django code,
Facebook or ?
Thanks for any help. That page gives me the following error:
{
"error": {
"message": "Invalid redirect_uri: Given URL is not permitted by
the application configuration.",
"type": "OAuthException"
}
}
Thanks a lot!
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home