Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
OEmbed for private slideshow
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Antonio Bertucci  
View profile  
 More options Mar 27 2012, 6:20 am
From: Antonio Bertucci <arch...@gmail.com>
Date: Tue, 27 Mar 2012 03:20:04 -0700 (PDT)
Local: Tues, Mar 27 2012 6:20 am
Subject: OEmbed for private slideshow

Hi all! I'm working on a sample project using the SlideShare API in order
to retrieve each slide of a slideshow and showing it via a custom player in
Flex. My target is to retrieve each slide as an image, but it seems like
oEmbed is not available for private slideshows. There is a different way to
achieve the same result with private slideshows?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Antonio Bertucci  
View profile  
 More options Mar 27 2012, 8:43 am
From: Antonio Bertucci <arch...@gmail.com>
Date: Tue, 27 Mar 2012 05:43:46 -0700 (PDT)
Local: Tues, Mar 27 2012 8:43 am
Subject: Re: OEmbed for private slideshow

I would like to report also that since this morning I cannot use oEmbed API
properly for new uploaded slideshows, even if they are public. I can
retrieve the API response in XML/Json correctly, but it seems something
changed in the url composition of each slide. I used to build each url like
this:

$slide-image-baseurl + "-slide-" + $slide-nr + $slide-image-baseurl-suffix

but this pattern seems broken for new uploaded slideshows. Any hint?
Thanks in advance


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jai Pandya  
View profile  
 More options Mar 29 2012, 5:38 am
From: Jai Pandya <jaipan...@gmail.com>
Date: Thu, 29 Mar 2012 15:08:30 +0530
Local: Thurs, Mar 29 2012 5:38 am
Subject: Re: [SlideShare Dev] Re: OEmbed for private slideshow
Hello Antonio,

We made some major changes in our conversion stack a few days back,
which has resulted in broken base-url and suffix tags as you have
noticed. We are actively working on a fix for this and we'll report
back soon. It should be correct for older slideshows, the problem
arises for the slideshows uploaded after 23rd March.

-Jai Pandya,
SlideShare


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Antonio Bertucci  
View profile  
 More options Mar 29 2012, 5:59 am
From: Antonio Bertucci <arch...@gmail.com>
Date: Thu, 29 Mar 2012 02:59:37 -0700 (PDT)
Local: Thurs, Mar 29 2012 5:59 am
Subject: Re: [SlideShare Dev] Re: OEmbed for private slideshow

Hello Jai,

first of all I want to thank you for the reply. I'll wait for an update
here (do you have a rough timing estimation about that?).
Also I would like to know if the new oEmbed will be available for the
private slideshows (even only for PRO acounts). It would be great :)

-Antonio


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jai Pandya  
View profile  
 More options Mar 29 2012, 8:12 am
From: Jai Pandya <jaipan...@gmail.com>
Date: Thu, 29 Mar 2012 17:42:54 +0530
Local: Thurs, Mar 29 2012 8:12 am
Subject: Re: [SlideShare Dev] Re: OEmbed for private slideshow
It might take 2-3 more days to get the fix deployed. I'll update the
list accordingly.

About private slideshows, we don't plan to support it via oEmbed. It
falls in the last case of oEmbed specification, 2.3.5 [1]
Instead, I would advice you to use our API[2] as an authenticated user
to access private slideshow.

[1]: http://oembed.com
[2]: http://www.slideshare.net/developers/documentation

-Jai


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jai Pandya  
View profile  
 More options Apr 3 2012, 1:09 am
From: Jai Pandya <jaipan...@gmail.com>
Date: Tue, 3 Apr 2012 10:39:54 +0530
Local: Tues, Apr 3 2012 1:09 am
Subject: Re: [SlideShare Dev] Re: OEmbed for private slideshow

Hello Antonio,

Our sincere apologies for oEmbed API bug which caused your application to
break. We worked on it, and the problem has been addressed now.

Going forward now, you'll find an additional field named as
'conversion-version' in the oEmbed API response. Here is what your updated
application logic should be:

for i in total-slides do
  if conversion-version == 2
     url_slide[i] = slide-image-baseurl + i + slide-image-baseurl-suffix
  else
     url_slide[i] = slide-image-baseurl + '-slide-' + i +
slide-image-baseurl-suffix
end

We are soon going to update all the slideshows to the version 2 in a time
frame around a month. Then you'll be able to do away with the else part of
the application logic. I'll update the group with new changes.

-Jai Pandya,
SlideShare Engineer

slideshare-developers@googlegroups.com.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »