I am a php startup,

trying to test pubsubhubbub on local by using the example code on 
https://github.com/pfefferle/pubsubhubbub-php ,

It use online hub  https://pubsubhubbub.appspot.com 

I have following questions,

   1. I develop a localhost .php file which can write the present time to 
   my local laptop as a ".txt file" and set it as "callback_url". Every time I 
   run "subscriber_example" the hub will access "callback_url" and record the 
   time to my local laptop. But every time I try to run "publisher_example", 
   nothing is recorded in my localhost .txt file. It seems like the publish 
   isn't success, what should I do with this problem?
   2. Is it correct that every time we run publish_example, the hub will 
   access the callback_url whatever there is new update?
   3. Is "http://pubsubhubbub.appspot.com/"; a realtime hub that whenever I 
   publish new update the hub will notify the subscriber and access the 
   callback_url ?

The attachments are my test files, thanks for help !

P.S hello.php is a easy php file that I use to set as callback_url, I use 
localtunnel to set my websever port to a accessible URL 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pubsubhubbub" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

<<attachment: hello.php>>

<<attachment: publisher.php>>

<<attachment: publisher_demo.php>>

<<attachment: subscriber.php>>

<<attachment: subscriber_demo.php>>

Reply via email to