User-1433993064 posted
I need to make calls out to a couple of different API servers.
The user will login using the standard facebook/twitter membership login.
Once on my application they can choose to share their data with a 3rd party API.
In order to use the API they must go through auth get a token which I can then save and reuse to make requests on their behalf.
They will need authorize a couple of APIs.
What is the bests pattern to implement the oAuth calls for the APIs?