I am developing mobile apps that interact with a first party REST API. I want to be able to pull in data from a third party rest API that uses Oauth1.0 authentication, but I don't want to have to host an html page for the redirects and force the native app to open a web browser to login to the API.
Is there any way for the mobile apps to perform the authentication then send their token information to my first party REST API, where I can then use that information to query the third party API?