tags:

views:

247

answers:

1
+1  Q: 

Use of ebay API

I am given a task to R& D ebay api. As i have tried to explore on net i still have no clear idea that how and why to use it in my apps. Also are there many ebay api's for different purposes? Any sample code available using this api in objective c for iPhone. Any doc available providing general info about it.

A: 

You can find this information on eBay's developer site. They have a pretty good explanation of the various API's they offer as well as sample code and plenty of documentation. You can sign up for a free account and get a sandbox to play in as well.

Ryan Elkins