Re: Django-allauth & Facebook login

2023-04-01 Thread Namanya Daniel
g to use django-allauth to create a facebook login system. i > managed to get it all done but in my local test i get an error where > facebook tells me my app path is not safe. I understand that my > http://localhost is missing the https://localhost. this is so ? How can > I add htt

Django-allauth & Facebook login

2023-04-01 Thread Marcelo A. Robin
Hi, I'm trying to use django-allauth to create a facebook login system. i managed to get it all done but in my local test i get an error where facebook tells me my app path is not safe. I understand that my http://localhost is missing the https://localhost. this is so ? How can I add

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
it is based on social-django but I am using django-allauth. On Wed, Jun 2, 2021 at 10:58 AM Omkar Parab wrote: > try this. 👇 > > https://stackoverflow.com/questions/61868629/page-not-found-error-when-adding-facebook-authentication > > On Wed, Jun 2, 2021, 11:12 AM DJANGO DEV

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
try this. 👇 https://stackoverflow.com/questions/61868629/page-not-found-error-when-adding-facebook-authentication On Wed, Jun 2, 2021, 11:12 AM DJANGO DEVELOPER wrote: > actually I am using django-allauth and it doesn't need to have a form to > login via facebook. > > On Wed,

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
021, 10:12 AM DJANGO DEVELOPER >>> wrote: >>> >>>> do have I to add ngrok url in my facebook app that I created to get >>>> client secret? >>>> >>>> On Wed, Jun 2, 2021 at 9:40 AM DJANGO DEVELOPER < >>>> abubakarbr..

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
AM Omkar Parab wrote: > >> Yes. >> >> On Wed, Jun 2, 2021, 10:12 AM DJANGO DEVELOPER >> wrote: >> >>> do have I to add ngrok url in my facebook app that I created to get >>> client secret? >>> >>> On Wed, Jun 2, 2021 at 9:40 AM

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
> wrote: > >> do have I to add ngrok url in my facebook app that I created to get >> client secret? >> >> On Wed, Jun 2, 2021 at 9:40 AM DJANGO DEVELOPER >> wrote: >> >>> oh, I had to run the local server first. it is running successfully but >>&g

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
do have I to add ngrok url in my facebook app that I created to get client secret? On Wed, Jun 2, 2021 at 9:40 AM DJANGO DEVELOPER wrote: > oh, I had to run the local server first. it is running successfully but > giving the same error of urls. > > On Wed, Jun 2, 2021 at 9:

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
t;> wrote: >> >>> let suppose I have installed ngrok, then should have I to run command of >>> ngrok.exe in project's directory or anywhere? >>> >>> On Wed, Jun 2, 2021 at 8:39 AM Omkar Parab >>> wrote: >>> >>>> Facebook

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
mand in ngrok terminal. > > > On Wed, Jun 2, 2021, 9:23 AM DJANGO DEVELOPER > wrote: > >> let suppose I have installed ngrok, then should have I to run command of >> ngrok.exe in project's directory or anywhere? >> >> On Wed, Jun 2, 2021 at 8:39 AM Omkar

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
8:39 AM Omkar Parab wrote: > >> Facebook login won't work with these local URLs. Only google login will >> work. Don't waste your time. Either host it on Heroku or install ngrok and >> try again. >> >> On Wed, Jun 2, 2021, 7:16 AM DJANGO DEVELOPER >> wrote: &

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
let suppose I have installed ngrok, then should have I to run command of ngrok.exe in project's directory or anywhere? On Wed, Jun 2, 2021 at 8:39 AM Omkar Parab wrote: > Facebook login won't work with these local URLs. Only google login will > work. Don't waste your ti

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
Facebook login won't work with these local URLs. Only google login will work. Don't waste your time. Either host it on Heroku or install ngrok and try again. On Wed, Jun 2, 2021, 7:16 AM DJANGO DEVELOPER wrote: > and last settings of my developer app > > On Wed, Jun 2, 202

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
and last settings of my developer app On Wed, Jun 2, 2021 at 6:44 AM DJANGO DEVELOPER wrote: > site url from my app. > > On Wed, Jun 2, 2021 at 6:43 AM DJANGO DEVELOPER > wrote: > >> I have 2 sites in my django admin side. one is localhost:8000 and other >> is 127.0.0.1:8000 >> >> On Wed, Jun 2

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
site url from my app. On Wed, Jun 2, 2021 at 6:43 AM DJANGO DEVELOPER wrote: > I have 2 sites in my django admin side. one is localhost:8000 and other is > 127.0.0.1:8000 > > On Wed, Jun 2, 2021 at 1:05 AM Kasper Laudrup > wrote: > >> On 01/06/2021 21.49, DJANGO DEVELOPER wrote: >> > I am using

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I have 2 sites in my django admin side. one is localhost:8000 and other is 127.0.0.1:8000 On Wed, Jun 2, 2021 at 1:05 AM Kasper Laudrup wrote: > On 01/06/2021 21.49, DJANGO DEVELOPER wrote: > > I am using django-allauth library and i am following this > > tutorial. > https://medium.com/geekcultu

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Kasper Laudrup
On 01/06/2021 21.49, DJANGO DEVELOPER wrote: > I am using django-allauth library and i am following this > tutorial.  > https://medium.com/geekculture/setup-social-authentication-in-django-rest-framework-1afdb675375f >

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I am using django-allauth library and i am following this tutorial. https://medium.com/geekculture/setup-social-authentication-in-django-rest-framework-1afdb675375f On Tue, Jun 1, 2021 at 10:37 PM Kasper Laudrup wrote: > On 01/06/2021 19.30, DJANGO DEVELOPER wrote: > > I am getting "page not fou

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Kasper Laudrup
On 01/06/2021 19.30, DJANGO DEVELOPER wrote: > I am getting "page not found" error. this error is pretty known to me > but I tried all combinations of urls but still getting page not found error. > You most definitely haven't tried all combinations of URLs since even if you would have automated it

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
VELOPER > wrote: > >> I need to develop a social login functionality for facebook using django >> allauth and django rest auth. I am struggling from 3 days and I would like >> to someone who can refer me a good tutorial or any other written guidance. >> till now I ha

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
What error you're getting? On Tue, Jun 1, 2021, 7:37 PM DJANGO DEVELOPER wrote: > I need to develop a social login functionality for facebook using django > allauth and django rest auth. I am struggling from 3 days and I would like > to someone who can refer me a good tutoria

best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I need to develop a social login functionality for facebook using django allauth and django rest auth. I am struggling from 3 days and I would like to someone who can refer me a good tutorial or any other written guidance. till now I have only implemented some basic code and following this

How to get pages and group information from facebook

2020-04-26 Thread venna venkatReddy
Hi recently I worked with allauth for login with Facebook, when I login with Facebook only username and email,last name, first name, photo are getting but I need user pages and group. Here I need help how to get login user facebook pages and facebook group. I am waiting for your reply. Please

Re: Facebook Like app with Django

2020-01-12 Thread Sky Luv
Thank you Motaz! 2020年1月11日土曜日 14時05分02秒 UTC Motaz Hejaze: > > Ofcourse you can make use of many packages .. > > Djangorestframework > Allauth > > As a start .. > > On Sat, 11 Jan 2020, 3:14 pm Sky Luv, > > wrote: > >> Hi, >> >> I am cre

Re: Facebook Like app with Django

2020-01-11 Thread Motaz Hejaze
Ofcourse you can make use of many packages .. Djangorestframework Allauth As a start .. On Sat, 11 Jan 2020, 3:14 pm Sky Luv, wrote: > Hi, > > I am creating a social app something like facebook with Django. > I do not want to "reinvent the wheel" and I know there are a l

Facebook Like app with Django

2020-01-11 Thread Sky Luv
Hi, I am creating a social app something like facebook with Django. I do not want to "reinvent the wheel" and I know there are a lot of awesome Django packages. Could you kindly list packages that I should install to my app? Thank a lot in advance! Best -- You received this messa

Re: How t do Login using Gmail, twtter or facebook

2019-11-12 Thread Balaji Shetty
Thank You very much to all Django Experts * Andréas Kühne, Nick Sarbicki, Kasper Laudrup, Andréas Kühne *for your nice reply about my Query. On Mon, Nov 11, 2019 at 3:08 PM Nick Sarbicki wrote: > I generally like to implement things like Google auth myself, as it's not > too complex and down th

Re: How t do Login using Gmail, twtter or facebook

2019-11-11 Thread Kasper Laudrup
Hi, On 10/11/2019 23.01, Balaji Shetty wrote: Hi can anyone give me web resource to login into Application using Gmail Account. https://support.google.com/accounts/ If that's not what you're looking for, you probably need to be a bit more specific. Kind regards, Kasper Laudrup -- You

Re: How t do Login using Gmail, twtter or facebook

2019-11-11 Thread Nick Sarbicki
I generally like to implement things like Google auth myself, as it's not too complex and down the line it often makes things easier (e.g. you can easily use a single backend for both a web login and an API login). Google provide plenty of guides on this for their setup e.g: https://www.youtube.c

Re: How t do Login using Gmail, twtter or facebook

2019-11-11 Thread Andréas Kühne
https://simpleisbetterthancomplex.com/tutorial/2016/10/24/how-to-add-social-login-to-django.html Regards, Andréas Den mån 11 nov. 2019 kl 10:27 skrev Balaji Shetty : > Hi > > can anyone give me web resource to login into Application using Gmail > Account. > > -- > > > *Mr. Shetty Balaji S.Asst

How t do Login using Gmail, twtter or facebook

2019-11-11 Thread Balaji Shetty
Hi can anyone give me web resource to login into Application using Gmail Account. -- *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,* *SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India* *Official: bsshe...@sggs.ac.in * * Mobile: +91-9270696267*

Re: How can I make users login to my site with facebook/twitter/google?

2019-03-07 Thread Ryan Nowakowski
For your https problem I recommend a service like localtunnel or ngrok. On March 5, 2019 11:19:16 AM CST, Sandip Nath wrote: >i want users to my site to log log in with facebook, twitter, google. >While >the development server supports only http fb/twitter/google expects >https.

Re: How can I make users login to my site with facebook/twitter/google?

2019-03-05 Thread vineeth sagar
to my site to log log in with facebook, twitter, google. > While the development server supports only http fb/twitter/google expects > https. What to do? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To un

How can I make users login to my site with facebook/twitter/google?

2019-03-05 Thread Sandip Nath
i want users to my site to log log in with facebook, twitter, google. While the development server supports only http fb/twitter/google expects https. What to do? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

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 sig

Create a Facebook like image uploading and updating using django.

2018-12-12 Thread Kuldeep Dhadhwal
I am trying to create a code like facebook image upload in django. My image gets uploaded and it is stored in the media folder under documents , and i like to show that image wherever i want in my template , but the image should be the latest one, to show in the template models.py class

Re: how to access Facebook graph api in django

2018-11-19 Thread Joel Mathew
What's the problem you're facing? Where's your code? Sincerely yours, Joel G Mathew On Mon, 19 Nov 2018 at 19:04, Tushar Nadkar wrote: > i want to access my users email , address , phone number, pincode by face > book graph api > > -- > You received this message because you are subscribed to

how to access Facebook graph api in django

2018-11-19 Thread Tushar Nadkar
i want to access my users email , address , phone number, pincode by face book graph api -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...

Re: django-allauth facebook doesn't collect more information other than "name" and "id"

2018-10-09 Thread Pepal
> > On Monday, November 2, 2015 at 3:57:32 PM UTC+3:30, Saleem Jaffer wrote: >> >> I tried adding facebook login to my application using django-allauth. >> Unfortunately the only fields that get captured are "name" and "id". All >> the other inform

Re: django Facebook integration

2018-08-13 Thread ruban bharath
Thank you sir,but i have done it already ,is there any clear procedure to integrate with Facebook with django On Tuesday, August 14, 2018 at 12:01:59 PM UTC+5:30, Mikhailo Keda wrote: > > You need to add your redirect url to fb app, go to your fb app logging > settings and check fb Va

Re: django Facebook integration

2018-08-13 Thread Mikhailo Keda
You need to add your redirect url to fb app, go to your fb app logging settings and check fb Valid OAuth Redirect URIs Mike -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send

django Facebook integration

2018-08-13 Thread ruban bharath
When i try to login with Facebook using django i got a error like *url blocked: this redirect failed because the redirect uri is not white-listed in the app's client oauth settings. make sure that the client and web oauth logins are on and add all your app domains as valid oauth red

Re: facebook python script

2018-07-09 Thread Masoud Sadri
Hi, you can use youtube-dl module. https://github.com/rg3/youtube-dl On Monday, July 9, 2018 at 10:16:34 PM UTC+4:30, Ahmad wrote: > > Hello everyone, I hope all of you will be fine. > > I want a script to download facebook video (SD or HD) using python. > > if anyone has a

Re: facebook python script

2018-07-09 Thread mottaz hejaze
be fine. >> >> I want a script to download facebook video (SD or HD) using python. >> >> if anyone has already please send me >> >> or if you have any other material which can help me. >> >> Waiting for you reply. Thanks >> > -- > You rece

Re: facebook python script

2018-07-09 Thread Ahmad
Thank you very much dear. It will help alot me. On Monday, July 9, 2018 at 10:46:34 PM UTC+5, Ahmad wrote: > > Hello everyone, I hope all of you will be fine. > > I want a script to download facebook video (SD or HD) using python. > > if anyone has already please send me >

Re: facebook python script

2018-07-09 Thread Kasper Laudrup
Hi Ahmed, On 2018-07-09 19:46, Ahmad wrote: Hello everyone, I hope all of you will be fine. I want a script to download facebook video (SD or HD) using python. I highly suggest using the requests library for doing HTTP client communication: http://docs.python-requests.org It's

facebook python script

2018-07-09 Thread Ahmad
Hello everyone, I hope all of you will be fine. I want a script to download facebook video (SD or HD) using python. if anyone has already please send me or if you have any other material which can help me. Waiting for you reply. Thanks -- You received this message because you are

Facebook-Like Multiple Accounts for a Django Social Media Website

2018-04-30 Thread michele . developer16
Hello Django Users Group! As the title of the topic suggests, I am in the process of creating a Facebook-Like Multiple Account functionality for a Django Social Media Website. With Facebook-Like, I mean that users of the Website will have the opportunity to create multiple "Page Account

Re: Django Facebook APP

2018-01-01 Thread Karol Bujaček
On 01/01/2018 12:20 PM, nikeshpydev wrote: Hello Dears, I am a newbie in Django .I wish to develop a Django application that can post an app result to Facebook. I want to get the likes and shares that the post get. I am developing the app in Django Version 1.11, using Python 3.4 and

Django Facebook APP

2018-01-01 Thread nikeshpydev
Hello Dears, I am a newbie in Django .I wish to develop a Django application that can post an app result to Facebook. I want to get the likes and shares that the post get. I am developing the app in Django Version 1.11, using Python 3.4 and database MySQL(mysqlclient). Please help me. Thanks

Re: django-allauth facebook doesn't collect more information other than "name" and "id"

2017-11-28 Thread Shahab Emami
no one is here to answer my question? On Monday, November 2, 2015 at 3:57:32 PM UTC+3:30, Saleem Jaffer wrote: > > I tried adding facebook login to my application using django-allauth. > Unfortunately the only fields that get captured are "name" and "id". All &

Re: django-allauth facebook doesn't collect more information other than "name" and "id"

2017-11-27 Thread Shahab Emami
], }, } but i don't get phone number and birthday in extra_data i'm am sure google is sending them because he asked about sending phone number and birthday can you heop me in this?plz my environment is ubunto 16 python 3.5 djan

facebook share

2017-07-11 Thread ADEWALE ADISA
hi guys, I am having issues with django-social-share. Am trying to add facebook share to my django app using django-social-share, but the issue is i just want to share a section of my page like div or article. The problem is its share the whole page on facebook instead of section. Please any help

Re: Privacy settings like Facebook in Django.

2017-03-01 Thread C. Kirby
I would create an abstract class to hold the share values, extend from that for your n shared fields, use those as OneToOne in your user profile, and then have methods in the userprofile to determine if the field should be shown. Something like this (assumes you have the code to figure out if a

Privacy settings like Facebook in Django.

2017-02-22 Thread Alex Richards
I want to implement privacy settings on my extended UserProfile Model where the user can decide who can see his field (say email for now). The options looks something like this, *public* - any one can view his email *friends_of_friends* - only friends and friends of friends can view his email *f

How do I implement a Facebook like privacy settings for extended User?

2017-02-22 Thread Alex Richards
I have an extended UserProfile to which I want to add some privacy settings as in Facebook. the options for a single field (say email for now) should be, *public *- any one can view his email *friends_of_friends* - only friends and friends of friends can view his email *friends *- only his

[help] Django allauth - registration using facebook/google , otp varification

2017-01-21 Thread bharatgodam
Hello everyone, I am new to django. i want to use social authentication in my app. i am using python - 3.6.0 django - 1.10.5 django allauth - latest i want custom registration using providers facebook and google. the scenario is user visits registration page. provided the links - register using

Re: What is the best library for Facebook social auth?

2017-01-18 Thread Vijay Khemlani
I like django-allauth http://django-allauth.readthedocs.io/en/latest/ On 1/18/17, christina zou wrote: > Hi, > > I am new to Django and web development in general. I am trying to > incorporate facebook social auth into django. I assume this is a common > need for which there is a

Re: What is the best library for Facebook social auth?

2017-01-18 Thread Christian Ledermann
On 18 January 2017 at 07:13, christina zou wrote: > Hi, > > I am new to Django and web development in general. I am trying to > incorporate facebook social auth into django. I assume this is a common need > for which there is a well supported library. > > I was using d

What is the best library for Facebook social auth?

2017-01-18 Thread christina zou
Hi, I am new to Django and web development in general. I am trying to incorporate facebook social auth into django. I assume this is a common need for which there is a well supported library. I was using django-social-auth and running into a lot of errors. In particular, I am currently

How to set Callback URL for facebook OAuth

2016-07-10 Thread M Hashmi
I am trying to implement django-allauth on local server. I need help to figure out how to set callback url for FaceBook Auth. Regards, Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: django-allauth facebook doesn't collect more information other than "name" and "id"

2015-11-02 Thread Vadim Serdiuk
First you should add SCOPE and FIELDS keys to facebook settings (in file settings.py) to allow allauth your website capture other information SOCIALACCOUNT_PROVIDERS = { 'facebook': { 'METHOD': 'oauth2', 'SCOPE': [

django- allauth facebook login does not return any information other than "name" and "id"

2015-11-02 Thread Saleem Jaffer
I have added django-auth to my application to authenticate a user via facebook. But on authentication, only the name and id is fetched. Other details like first_name, gender, etc are not fetched. This issue has already been raised here: https://github.com/pennersr/django-allauth/issues/1061 I

django-allauth facebook doesn't collect more information other than "name" and "id"

2015-11-02 Thread Saleem Jaffer
I tried adding facebook login to my application using django-allauth. Unfortunately the only fields that get captured are "name" and "id". All the other information is not captured. This issue has already been addressed here: https://github.com/pennersr/django-allauth/issu

Re: please suggest me, related to technologies that I should use for facebook like chat

2015-08-10 Thread Aaron C. de Bruyn
On Mon, Aug 10, 2015 at 7:46 AM, JAI PRAKASH SINGH wrote: > Thank you for replay, so i just want to know, if i want to implement in > django will it work fine ? That's not really a question about the language. Developers can do all sorts of amazing stuff with Django. I was surprised to find

Re: please suggest me, related to technologies that I should use for facebook like chat

2015-08-10 Thread JAI PRAKASH SINGH
om/MrJoes/tornadio/tree/master/examples/chatroom > > On Mon, Aug 10, 2015 at 8:56 AM, JAI PRAKASH SINGH > wrote: > >> Hello all, >> >> >> I want to to make a facebook like chat application in django. >> can you guys suggest me, what technology should I

Re: please suggest me, related to technologies that I should use for facebook like chat

2015-08-10 Thread Andrew Farrell
This is orthogonal to Django, but I would take a look at TornadIO and https://github.com/MrJoes/tornadio/tree/master/examples/chatroom On Mon, Aug 10, 2015 at 8:56 AM, JAI PRAKASH SINGH < jaiprakashsingh...@gmail.com> wrote: > Hello all, > > > I want to to make a

please suggest me, related to technologies that I should use for facebook like chat

2015-08-10 Thread JAI PRAKASH SINGH
Hello all, I want to to make a facebook like chat application in django. can you guys suggest me, what technology should I use to make it , or can you give me some links to learn it for this I will be very thankful to you guys with regards jai -- You received this message

Suggestion needed: user registration without a username but with email + Facebook authentication + Linking profiles together + REST API

2015-07-13 Thread Andrey Shipilov
oOne field) - Users should be able to log in using Facebook authentication. - Active users should be able to Connect with Facebook any time after the registration for them to be able to use Facebook extended permissions from the mobile app. Basically, the problems that I had trying to

Re: django-allauth without username, login with facebook doesn't work

2015-05-14 Thread Fellipe Henrique
;http://fhbash.wordpress.com/>* >> *GitHub: https://github.com/fellipeh <https://github.com/fellipeh>* >> *Twitter: @fh_bash* >> >> On Wed, May 13, 2015 at 12:26 AM, Mario Gudelj >> wrote: >> >>> What do you mean by nothing happens? Do you get t

Re: django-allauth without username, login with facebook doesn't work

2015-05-13 Thread Mario Gudelj
wordpress.com/ <http://fhbash.wordpress.com/>* > *GitHub: https://github.com/fellipeh <https://github.com/fellipeh>* > *Twitter: @fh_bash* > > On Wed, May 13, 2015 at 12:26 AM, Mario Gudelj > wrote: > >> What do you mean by nothing happens? Do you get taken to FB? >&

Re: django-allauth without username, login with facebook doesn't work

2015-05-13 Thread Fellipe Henrique
https://github.com/fellipeh <https://github.com/fellipeh>* *Twitter: @fh_bash* On Wed, May 13, 2015 at 12:26 AM, Mario Gudelj wrote: > What do you mean by nothing happens? Do you get taken to FB? > > Here's what I have in my setup which may help: > > The template link looks like

Re: django-allauth without username, login with facebook doesn't work

2015-05-12 Thread Mario Gudelj
What do you mean by nothing happens? Do you get taken to FB? Here's what I have in my setup which may help: The template link looks like this: Facebook Make sure you have the following line in your urls.py: url('', include('social.apps.django_app.urls', namespac

Re: django-allauth without username, login with facebook doesn't work

2015-05-12 Thread Fellipe Henrique
l login... > > I have a custom user profile and custom usermanage [1] > > But, when I click on html template facebook link, anything happen! with > username, works fine. > > Here is my settings [2] > > My settings is wrong? any idea why this problem happens? > > Thanks, &g

django-allauth without username, login with facebook doesn't work

2015-05-12 Thread Fellipe Henrique
Hello, I'm trying to use Django-AllAuth social login... I have a custom user profile and custom usermanage [1] But, when I click on html template facebook link, anything happen! with username, works fine. Here is my settings [2] My settings is wrong? any idea why this problem ha

Re: Choosing an auth module: Login via Facebook, Google, ...

2015-05-07 Thread guettli
can even check that support request for >> 1.8 is already closed at github ( >> https://github.com/pennersr/django-allauth/issues/858). >> >> -- >> wbr, >> rush. >> >> >> >> 06.05.2015, 09:17, "guettli" >: >> >&

Re: Choosing an auth module: Login via Facebook, Google, ...

2015-05-06 Thread Filipe Ximenes
support 1.8 now. You can even check that support request for 1.8 > is already closed at github ( > https://github.com/pennersr/django-allauth/issues/858). > > -- > wbr, > rush. > > > > 06.05.2015, 09:17, "guettli" : > > I need a library to let

Re: Choosing an auth module: Login via Facebook, Google, ...

2015-05-05 Thread rush
Hi, What kind of issues do you have?It should support 1.8 now. You can even check that support request for 1.8 is already closed at github (https://github.com/pennersr/django-allauth/issues/858). -- wbr,rush.   06.05.2015, 09:17, "guettli" :I need a library to let users loging via Facebo

Choosing an auth module: Login via Facebook, Google, ...

2015-05-05 Thread guettli
I need a library to let users loging via Facebook, Google, ... I looked at this page: https://www.djangopackages.com/grids/g/authentication/ It's hard for me to decide which one to use. I have no special requirements except the end user experience should be good. The login for new

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
Yes, you can develop a website were some data is processed and presented in the template by the backend, and some is fetched using AJAX (Javascript/Angular) from the frontend. I do not know a specific tutorial to point you, but from a quick search, this one seems to cover a lot of things: https://

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
> > > Thank you very much for the professional advice :) I have more questions.. Is there a way to develop a web site by combining MPA and SPA ? And.. Can you please recommend a tutorial of django+angularjs that is about configuration, building structure, and etc for dividing backend and

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
1) The Facebook WEBSITE is a MPA, but some of it's content is loaded via ajax (like the newsfeed). The Facebook mobile app is a native application. The Android one is developed in Java, and the iOS is developed in Objectve-C 2) If you use a cross-paltform framework like Cordova you wi

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
Thank you very much for replying my question. I'm a student in Korea, so my english grammar is not good. I'm sorry for that. I'm wondering to create a web site as Facebook. I have 3 questions. 1) Is facebook developed as SPA? or Is it developed as SPA+MPA ? 2) Last time, I under

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
Thank you very much for replying my question. I'm a student in Korea, so my english grammar is not good. I'm sorry for that. I'm wondering to create a web site as Facebook. I have 3 questions. 1) Is facebook developed as SPA? or Is it developed as SPA+MPA ? 2) Last time,

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
Hi, I think I partially answered this to you in your previous question: https://groups.google.com/forum/#!topic/django-users/B8v9wjR4-M0 Can you tell me if you didn't understand something? Mobile and AngularJS apps don't work exactly the same as a normal web page. While in a normal web page, the

How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
I want to develop a web site and mobile apps(iOS/Android) as Facebook.by using Django REST Framework AND Angularjs. I'm confused about what steps should I follow.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group a

Collaborative project and facebook canvas

2015-02-08 Thread Douglas Cerqueira
Hello friends, I am developing a collaborative project and the idea would be that it works within the canvas on facebook. And for that I tried to use the django-facebook, its use outside the canvas is super quiet, but once again try to log in being there did not seem too simple. I have

Facebook permisson - django-allauth

2014-08-16 Thread Julo Waks
I have this problem, i am working in an app that uses django-allauth for login with facebook. When i ask for login i need to ask for publish_stream scope. In local environment this work great. In production does not. Does anyone have a clue? here my settings/base.py SOCIALACCOUNT_PROVIDERS

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( &g

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:

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 &g

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 Failu

Re: django-facebook

2013-12-20 Thread Duncan Bates
ge library > problems when I've added the django-facebook to my project; > ImproperlyConfigured: Neither Pillow nor PIL could be imported: No module > named Image > > Using python v2.7 win64 / Django 1.6, and Microsoft Python Tools for > Visual Studio v2.0.11016.00 > >

Re: django-facebook

2013-12-19 Thread Hajime Branko Yamasaki Vukelic
On Thu, Dec 19, 2013 at 10:26 AM, Michał Pasternak wrote: > How about a log with the failure from the installation and some basic > information on your platform and operating system? Information about the platform is listed in the original post: > Using python v2.7 win64 / Django 1.6, and Micros

Re: django-facebook

2013-12-19 Thread Michał Pasternak
when I've added the django-facebook to my project; > ImproperlyConfigured: Neither Pillow nor PIL could be imported: No module > named Image > > Using python v2.7 win64 / Django 1.6, and Microsoft Python Tools for > Visual Studio v2.0.11016.00 > > Tried to install PIL

Re: django-facebook

2013-12-17 Thread Mike Dewhirst
On 18/12/2013 12:05am, Duncan Bates wrote: Testing django for my next web app, but encountering image library problems when I've added the django-facebook to my project; ImproperlyConfigured: Neither Pillow nor PIL could be imported: No module named Image I installed pre-compiled Pillow

Re: django-facebook

2013-12-17 Thread Hajime Branko Yamasaki Vukelic
On Tuesday, December 17, 2013 2:05:08 PM UTC+1, Duncan Bates wrote: > > Testing django for my next web app, but encountering image library > problems when I've added the django-facebook to my project; > ImproperlyConfigured: Neither Pillow nor PIL could be imported: No modu

Re: django-facebook

2013-12-17 Thread Vibhu Rishi
ing django for my next web app, but encountering image library > problems when I've added the django-facebook to my project; > ImproperlyConfigured: Neither Pillow nor PIL could be imported: No module > named Image > > Using python v2.7 win64 / Django 1.6, and Microsoft Python To

django-facebook

2013-12-17 Thread Duncan Bates
Testing django for my next web app, but encountering image library problems when I've added the django-facebook to my project; ImproperlyConfigured: Neither Pillow nor PIL could be imported: No module named Image Using python v2.7 win64 / Django 1.6, and Microsoft Python Tools for V

Re: Libraries for Facebook login

2013-11-22 Thread carlos
try https://github.com/omab/python-social-auth Cheers, On Fri, Nov 22, 2013 at 5:00 PM, coded kid wrote: > Use django_social_auth by Arneb. It rocks! > > > On Friday, 22 November 2013 06:02:30 UTC+1, sk wrote: >> >> I have seen few posts on various Facebook librari

  1   2   3   >