I have a site built using ASP.NET MVC 4 with its built-in login OAuth integration to Twitter.
I also have an iOS native app that uses social.Framework and twitter's reverse auth to get an oauth token+secret for a twitter account stored on the device.
How can use the iOS credentials to pages and web services hosted on my ASP.NET MVC 4 site?