jacob1044 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

Renewing subscription with different verify_token doesn't work #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>
> Subscriptions work.  Although I think I have found a hub bug?
>
> It looks like the hub doesn't like when you change the verify_token on
> it.  I seem to be having an issue where I can't subscribe to something
> unless I know the old verify_token.  Here's what I did:
>
> 1) Subscribe to http://www.blogger.com/feeds/14107862/posts/default
> with some verify_token ($old).
> 2) Wiped my database (I was testing, ended up nuking the old data).
> 3) Subscribe to the same topic with a NEW verify_token ($new).
> 4) The hub contacts my callback with the OLD token.
> 5) The hub retries, using my OLD token...
>
> I'm not able to actually complete the subscription.  I no longer know
> about the old token, so my site will just return errors, and the hub
> never contacts us using the NEW token.

Original issue reported on code.google.com by bslatkin on 4 Sep 2009 at 9:00

GoogleCodeExporter commented 9 years ago
This was fixed in r256

Original comment by bslatkin on 21 Sep 2009 at 8:03