Re: django 1.6 + django-allauth facebook authentication error

2019-02-05 Thread sachit adhikari
Anyone having a issue, look at this tutorial : https://www.youtube.com/watch?v=PtVu04V027c On Tuesday, December 24, 2013 at 6:05:26 PM UTC+11, Nobin Mathew wrote: > > Hi, > > I am writing a django website using django-allauth for facebook > authentication. > > When I sign into facebook(after giv

Re: django 1.6 + django-allauth facebook authentication error

2013-12-24 Thread Scot Hacker
On Monday, December 23, 2013 11:05:26 PM UTC-8, Nobin Mathew wrote: > > Hi, > > I am writing a django website using django-allauth for facebook > authentication. > > When I sign into facebook(after giving username and passwd) from my local > development server( > `<`http://127.0.0.1:8001/galler

Re: django 1.6 + django-allauth facebook authentication error

2013-12-24 Thread Avraham Serour
facebook can indeed redirect to localhost, I've done it before, the problem is: 1 - you need to use localhost, 12.7.0.0.1 won't work 2 - you need a separate app id for that, just create a general one for localhost development On Tue, Dec 24, 2013 at 11:58 AM, Timothy W. Cook wrote: > My guess i

Re: django 1.6 + django-allauth facebook authentication error

2013-12-24 Thread Timothy W. Cook
My guess is because FB can't redirect to a localhost URL. You could probably use something like no-ip.org and setup a reachable URL. HTH, Tim On Tue, Dec 24, 2013 at 5:05 AM, Nobin Mathew wrote: > Hi, > > I am writing a django website using django-allauth for facebook > authentication. > > Whe

django 1.6 + django-allauth facebook authentication error

2013-12-24 Thread Nobin Mathew
Hi, I am writing a django website using django-allauth for facebook authentication. When I sign into facebook(after giving username and passwd) from my local development server( `<`http://127.0.0.1:8001/gallery/`>` ) I get following error: *** Social Network Login Failure An erro