You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We mistakenly documented hub.challenge as part of a subscriber's request to unsubscribe. This is an error, the function of the Hub-generated hub.challenge is to be passed to the subscriber during intent verification and merely echoed by the subscriber as a single confirmation of intent.
This should be modified from the Unsubscribe section:
Only unsubscribes for hub.channel.type=webhook SHALL include the hub.callback, hub.secret, and hub.challenge.
hub.challenge | Conditional | string | Required when hub.channel.type=webhook. SHALL not be present when hub.channel.type=websocket. A Hub-generated, random string communicated during Intent Verification.
We mistakenly documented
hub.challenge
as part of a subscriber's request to unsubscribe. This is an error, the function of the Hub-generatedhub.challenge
is to be passed to the subscriber during intent verification and merely echoed by the subscriber as a single confirmation of intent.This should be modified from the Unsubscribe section:
The text was updated successfully, but these errors were encountered: