OAuth "Open Authorisation" is a method of sharing resources you own with third party apps.
API "Application Programming Interface" is simply a method for one application to call another application in an authorised, logged and optionally billable way.
API's are generally used machine to machine, O...