i would Like to ask you for help because I'm struggling with a particular problem that i cannot resolve.
I'm using the django app "socialregistration" which works fine for connecting on different social platforms.
The problem is that when you register an application on theses platforms you can only have on single callback and redirect_uri.
Taking Facebook for example. What do i have to do manage all my websites with the same FB APP_ID : I don't want to create 5 apps for 5 different domain extensions.
When a user logs in on ".com" he has to be redirected to ".com", ".fr" must be redirect to ".fr" and so on...
Thank you in advance!