Hi, Slideshare API requires all API calls now with https, so Zend/Service/SlideShare.php should be updates with new URLs.
const SERVICE_UPLOAD_URI = 'https://www.slideshare.net/api/1/upload_slideshow'; const SERVICE_GET_SHOW_URI = 'https://www.slideshare.net/api/1/get_slideshow'; const SERVICE_GET_SHOW_BY_USER_URI = 'https://www.slideshare.net/api/1/get_slideshow_by_user'; const SERVICE_GET_SHOW_BY_TAG_URI = 'https://www.slideshare.net/api/1/get_slideshow_by_tag'; const SERVICE_GET_SHOW_BY_GROUP_URI = 'https://www.slideshare.net/api/1/get_slideshows_from_group'; br, Marko ----- br, -------------------------- Marko Korhonen Technical Consultant -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF1-Zend-Service-SlideShare-API-change-tp4659096.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
