Succint explanation is here:
http://code.google.com/p/pubsubhubbub/wiki/PSHBAndOAuth
In our case we care about the subscribers having signed our TOS so
this is how we plan on verifying and we dont have usernames and
passwords, we have consumer keys and secrets so the master plan is to
simply oauth sign the topic url
Aka instead of
http://www.myspace.com/ciberch/stream/atom.xml
The subscriber would request topic
http://www.myspace.com/ciberch/stream/atom.xml?oauth_token=ad180jjd733klru7&oauth_signature_method=HMAC-SHA1&oauth_signature=wOJIO9A2W5mFwDgiDvZbTSMK%2FPY%3D&oauth_timestamp=137131200&oauth_nonce=4572616e48616d6d65724c61686176&oauth_version=1.0
I wonder if the initial link rel hub should be modified as well to
specify that oauth signing is required
> 2009/12/14 Teemu Harju <teemu.ha...@gmail.com>
> > > [nkalashni...@myspace-inc.com]- Hide quoted text -
>
> - Show quoted text -
By the way at least in MySpace's case there wouldn't be a oauth token
since we are only interested in identifying the subscriber. A
subscription is not a user specific resource.
Nikita
On Jan 13, 1:48 pm, Monica Keller <monica.kel...@gmail.com> wrote:
> Hi Guys
> Thanks for your help and feedback.
> Nikita has documented a proposal for a very lightweight extension to
> this spec after reading your comments and discussing with Brett.
>
> Succint explanation is here:http://code.google.com/p/pubsubhubbub/wiki/PSHBAndOAuth
>
> In our case we care about the subscribers having signed our TOS so
> this is how we plan on verifying and we dont have usernames and
> passwords, we have consumer keys and secrets so the master plan is to
> simply oauth sign the topic url
>
> Aka instead ofhttp://www.myspace.com/ciberch/stream/atom.xml
>
> The subscriber would request topichttp://www.myspace.com/ciberch/stream/atom.xml?oauth_token=ad180jjd73...
--
--
John Panzer / Google
jpa...@google.com / abstractioneer.org / @jpanzer