Hi
The Javascript SDK only lets you authenticate on facebook. You still
need to authenticate the user in Django.
The difficulty is keeping the two logins in sync.
The django-facebook-graph has a Django backend for facebook login:
https://github.com/feinheit/django-facebook-graph
I use a javascri
I would do it server side. Some people might have JavaScript disabled,
so I wouldn't rely on the JavaScript SDK. Does django-social-auth
support OAuth2 for Facebook? I can only see OAuth from the docs.
On Oct 18, 5:18 pm, Vijay Khemlani wrote:
> Hello,
>
> I'm just starting with a project that re
Hello,
I'm just starting with a project that requires users to be able to
authenticate directly using their Facebook accounts.
I know this is an old problem, but I noticed there are two quite distinct
ways to solve it, and I wanted to ask for the group's opinion
1. Using FB JavaScript SDK
==
3 matches
Mail list logo