首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一种使用SlideShare API java库

一种使用SlideShare API java库

  • 资源大小:118.54 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 使用

资 源 简 介

JSlidesShare is a Java wrapper around the SlideShare API. It can be used for mashing up slides in your own Java Web application. An example Using JSlideShare is very easy. For example, if you need to get the code for embedding a specific presentation starting from its SlideShare id: SlideShareAPI ssapi = SlideShareAPIFactory.getSlideShareAPI( API_KEY, // Your API key SHARED_SECRET // Your shared secret ); Slideshow slideshow = ssapi.getSlideshow("142806"); String embedCode = slideshow.getEmbedCode(); Current features At present you can: Retrieve a slideshow by its id or url Retrieve the slideshows of an user Retrieve the slideshows with a specific tag Retrieve the slideshows from a group Upload of a new presentation Usage Simply
VIP VIP
0.190775s