In order to use the Zend_Service_SlideShare component you must
first create an account on the slideshare.net servers (more information can be found
here) in order to receive an
API key, username, password and shared secret value -- all of which
are needed in order to use the Zend_Service_SlideShare component.
Once you have setup an account, you can begin using the
Zend_Service_SlideShare component by creating a new instance of
the Zend_Service_SlideShare object and providing these values as
shown below:
<?php
// Create a new instance of the component
$ss = new Zend_Service_SlideShare('APIKEY',
'SHAREDSECRET',
'USERNAME',
'PASSWORD');




