Youtube playlists

edited December 2013 in General Discussion
When creating android apps using other systems, I successfully entered  this Youtube playlist URL format:
This does not work with Andromo.  Does anyone jhave any advice please?

Comments

  • edited December 2013
    @mikemesure Try using the following:

    http://gdata.youtube.com/feeds/api/playlists/C836B0D7BDE6B1F3?v=2

    You can find out how to do this in the support topic for the YouTube activity: http://support.andromo.com/kb/activities/youtube-activity

    E.g.:
    You can get the feed URL for your playlist by using your
    playlist URL to get the playlist ID eg:


    http://www.youtube.com/playlist?list=PLQIkRevU6k8XJUjoQ2qmjyl6Vovwa6npR

    In that case the playlist id is after the ?list=PL.
    So the playlist ID would be:
    QIkRevU6k8XJUjoQ2qmjyl6Vovwa6npR

    Then we add our playlist ID onto the base feed URL to get the
    following feed URL:


    http://gdata.youtube.com/feeds/api/playlistsQIkRevU6k8XJUjoQ2qmjyl6Vovwa6npR?v=2

    In general get your playlist ID and then replace XXXX in the
    following feed with it:


    http://gdata.youtube.com/feeds/api/playlists/XXXX?v=2

Sign In or Register to comment.