Set a subscription key to use for the current callback request manually. Required if usePathParameter is enabled for the Subscriber.
| Parameters: | string – |
|---|---|
| Return type: | ZendFeedPubSubHubbubSubscriberCallback |
Handle any callback from a Hub Server responding to a subscription or unsubscription request. This should be the Hub Server confirming the the request prior to taking action on it.
| Parameters: |
|
|---|---|
| Return type: | void |
Checks validity of the request simply by making a quick pass and confirming the presence of all REQUIRED parameters.
| Parameters: | array – |
|---|---|
| Return type: | bool |
Sets a newly received feed (Atom/RSS) sent by a Hub as an update to a Topic we’ve subscribed to.
| Parameters: | string – |
|---|---|
| Return type: | ZendFeedPubSubHubbubSubscriberCallback |
Check if any newly received feed (Atom/RSS) update was received
| Return type: | bool |
|---|
Gets a newly received feed (Atom/RSS) sent by a Hub as an update to a Topic we’ve subscribed to.
| Return type: | string |
|---|
Check for a valid verify_token. By default attempts to compare values with that sent from Hub, otherwise merely ascertains its existence.
| Parameters: |
|
|---|---|
| Return type: | bool |