Hello, I'm writing a simple app which show items from ebay in a list. Each Item should have photo, price and some buyng info.
I'm now a little confused in the choiche of the API and I'm stucked. For what I have understood:
- Browse API is the modern way but requires approval and Oauth token.
- Finding API is the old way: don't require approval and don't require auhentication.
I will use so Finding API, right?
Regards, Francesco