Posts Tagged Api
Adding Item to Ebay using API
Posted by in General on January 15th, 2011
- Here’s a nice resource on how to get started. http://developer.ebay.com/support/docs/tutorials/
- Get application keys http://developer.ebay.com/DevZone/account/
- You need to register SandBox user https://developer.ebay.com/DevZone/SandboxUser/
Google maps code sample
Posted by in PHP code on June 20th, 2009
This article is a sample for google maps. You just need to download the code here. In the example, I show Google Headquarters in Google Maps. But before you download, you need to sign up for Google Maps API here and get a key that you will use in the code. From the code that you have download, find the following code:
<script src=”http://maps.google.com/maps?file=api&v=2&key=change-this-to-your-google-api” type=”text/javascript”></script>
and change “change-this-to-your-google-api” to your key. If you have any problem just comment below.









