Results 138 comments of Wagner de Lima

I am sorry you had a bad experience. I think you were using a very old version. The latest version is 3.4.0 and the last commit is from Jun 21,...

Yes, it seems you have figured out what you have to do. So, let's try to change the order of your installed apps to: ``` ... 'oauth2_provider', 'social_django', 'drf_social_oauth2', 'rest_framework',...

Hey @cheslijones can you please show me what are these weirdly looking users?

mm.. that's interesting. Integration Oauth2 with facebook generates users such as: NameSurname etc, instead of this unique id? Perhaps this is something from Azure itself? Did you manage to generate...

@cheslijones do you have any news on this?

@cheslijones any feedback here?

Hi @MilanZiaran This is due to a user having the same email in the database. Then, once the user signs on with social OAuth, the integrity error is raised. This...

@MilanZiaran thank you for commenting. There might be an issue with the azure tenant from the social python. Not necessarily with drf-social-oauth2 framework. I will investigate this in the future...

I didn't have time to look into this yet. I promise I will. Did you manage to resolve it?

Hi @crozarakamilla. Thank you. I have seen this error before. I realised it was because I didn't have an Application called `facebook` in production. Can you cehck that please?