I have a web app that reads info from eBay via an XML doc to retrieve
info like Title, Location, CurrentPrice, etc using the GetSingleItem
API.This API access is being deprecated and replaced with AOuth2.My web
app runs on ASP.NET VB.NET.Looking at t...