Want Latest Laptops in India's content in realtime?
- Send an
POSTrequest tohttp://laptoppriceindia.superfeedr.com, with the following params :hub.mode:subscribeorunsubscribehub.verify:syncorasynchub.callback: http://domain.tld/your/callbackhub.topic: http//feed.you.want.to/subscribe/to
- The hub will send a request to your callback url, to verify your intent : your callback must respond with
200and must echo thehub.challengeprovided by the hub. - If the hub returns
204, you're subscribed!, If it returns202, the hub will check the subscription later. If it returns anything else, something was wrong, you may want to check thebodyof hub's the response. - When you're subscribed, as soon as the hub sees a new entry in a feed, it will send a
POSTrequest with the feed's new entries in the body. - [Optional]: you can also use Superfeedr's track to filter content on this hub matching a given keyword, a boolean expression, and even geo-filtering.
This service is provided by Superfeedr. And yes, this is real-time.

