I am trying to build an app which has Django DRF Backend and React Frontend. I used 'oauth2_provider' and 'rest_framework_social_oauth2' on Backend.
I succeeded to get the facebook access_token by only using React Frontend. Send it to Backend and get the converted token.
In case of twitter, is it possible to get tha access_token by only using React?
Looking forward to your adivce. :)