facebook is showing error could not load url / https error
@antonioccnt3 жыл бұрын
How to create a custom provider?
@cookiesup2music4 жыл бұрын
With Linkedin OAuth, I keep getting this Error page on Login Redirect: Bummer, something went wrong. The redirect_uri does not match the registered value
@atulpunde47864 жыл бұрын
I got same error.. Have you got any solution? Please help..
@blesscheriyan24403 жыл бұрын
Just Allow to app in setting for linked developer site
@akashtalware79953 жыл бұрын
How can we implement Microsoft authentication, here??
@programmingpython5843 жыл бұрын
Please make a video on how to combine it with react native as we cannot use the web application type for that and also we cannot use the localhost.
@atulpunde47864 жыл бұрын
Can anyone guide me..? I got following error.. Bummer, something went wrong. The redirect_uri does not match the registered value
@blesscheriyan24403 жыл бұрын
Bro Just open linked developer site and product site just allow it
@kibi49794 жыл бұрын
Very good video! I learnt something thank you 🙏
@parzivallopez12724 жыл бұрын
how can i get profile pic of the user once he is logged in using social-auth
When i click the link it is not showing any error but it is not redirecting to facebook plz helpp
@vincentroye4 жыл бұрын
That may be a stupid question but is it possible to expose these authentication APIs to a mobile? Is there any recommended tutorial?
@parthshady59814 жыл бұрын
serach retrofit library for android and for ios there maybe another library
4 жыл бұрын
Well done. Obrigado.
@prateeksarangi91873 жыл бұрын
Thanks parwiz
@vinaykakanuru4 жыл бұрын
Hey Parwiz, I am getting Page not found error, while trying to sign in to the app using 'sigin with facebook'. Request Method: GET Request URL:localhost:8000/accounts/profile/ can you please help me how to resolve this.!
@vinaykakanuru4 жыл бұрын
Do we need to create another URL for path('accounts/profile/', profile, name='user_profile') and another view to render our profile page.?