Native app (hybrid) to use django-social-auth

Viewed 268

I already have implemented social authentication using facebook and google in my web application (Django + used django-social-auth). I want my native app built with (Kendo UI + Icenium) to re-use the Oauth from my web application.

What is the best way to do this? I've used django-tastypie in my web app, but not sure how i can integrate rest API with Oauth.

1 Answers
Related