Slideshare.net (beta)

 
Post to TwitterPost to Twitter
Post: 
Myspace Hi5 Friendster Xanga LiveJournal Facebook Blogger Tagged Typepad Freewebs BlackPlanet gigya icons

All comments

Add a comment on Slide 1

If you have a SlideShare account, login to comment; else you can comment as a guest


Showing 1-50 of 2 (more)

Slideshare API

From boucher, 5 months ago

A quick summary of the Slideshare API. Unfinished.

175 views  |  1 comment  |  2 favorites  |  1 download
 

Categories

Add Category
 
 
 
 

Groups / Events

 

 
Embed
options

More Info

This slideshow is Public
Total Views: 175
on Slideshare: 175
from embeds: 0

Slideshow transcript

Slide 1:Slideshare API A Brief Summary

Slide 2: API Validation For Slideshare All requests must have the following: •api_key: The key provided by Slideshare •ts: The current UNIX timestamp •hash: Set to the SHA1 hash of the concatenation of the shared secret and the timestamp

Slide 3: Authentication Using the API All requests needing authentication (marked auth_needed in the documentation) require the following parameters: •username: The Slideshare username of the user the request is on the behalf of. •password: The Slideshare password for the provided username.

Slide 4: Uploading Slideshows You can upload by sending a post request to this url: http://www.slideshare.net/api/1/upload_slideshow This requires the standard parameters: •api_key, ts, hash, username, password As well as the following required parameters: •slideshow_title, slideshow_srcfile Additionally, the following par