Kieran, I believe Youtube is re-working their current PubSubHubbub implementation (as per this post : http://code.google.com/apis/youtube/forum/discussion.html?place=msg%2Fyoutube-api-gdata%2FBXPaFBj99Bo%2FeEIQ3TjjXZgJ )
In the meantime, I believe you will have to resort to polling :( or use a 3rd party service like superfeedr (shameless promotion!) Julien -- *http://superfeedr.com* On Tue, Oct 25, 2011 at 9:53 PM, Kieran Farr <[email protected]> wrote: > We have been working on pubsubhub integration to reduce our back-end > server load and increase sync speed as we synchronize multiple YouTube > accounts on behalf of our users. > > However, we're running into some difficulties: > - We attempted to subscribe to a video channel based on the feed of a > users' most recent videos. The hub we are trying to subscribe to is the one > at "https://pubsubhubbub.appspot.com" with the feed structure being " > http://gdata.youtube.com/feeds/api/users/CHANNEL_NAME/uploads?v=2". > - We have noticed that while using the publisher diagnostic provided at > https://pubsubhubbub.appspot.com, that changes made to the YouTube upload > feeds are not being pushed to the hub. > - We can manually publish a feed at > https://pubsubhubbub.appspot.com/publish, but the feeds doesn't appear to > auto self publish. > - While debugging, came upon this thread which seems to be identifying > similar problems to the ones that we're facing: > > http://groups.google.com/group/pubsubhubbub/browse_thread/thread/3898fe38c5e750ee?pli=1 > > Have others encountered similar difficulties? > > Thanks, > Kieran (and team) >
