I have a website built using ASP.NET MVC 4.5 which uses the built-in oauth provided by the starter template so users can click on Facebook, Twitter, Microsoft or Google to log in.
How do I or what do I need to do in order for uses of my mobile app to initially sign-up and also get authenticated (if they are already a user on my website) just like they do when they are using my website?
I want them to upload pictures, make comments just like they are using my website.
- I also understand that I'll have to or may need to create an API to handle all of the call so will I need to pass over the oauth token or what is best practice *