Trying to get the existing example/reference apps working without doing too much work.
I have replaced all occurrences and instances of pubsuhhubpub to MYpubsubhubbub. I have deployed the entire suite (hub, subscriber, publisher) to the app engine. No problems so far. Everything appears to be deployed and running. I have this page to create a topic url: http://MYpubsubhubbub.appspot.com/publish http://MYpubsubhubbub-publisher.appspot.com is this my topic url? (no error. However, if I select the publish diagnostics, it says topic url not found.) I have this page to publish the content: http://MYpubsubhubbub-publisher.appspot.com (no error, publishes something with a title and a message...says published) I have this page to create a subscriber: http://MYpubsubhubbub.appspot.com/subscribe (no error, in asynch mode, confirmation error in synch mode.) I have this page to receive the updates (callbacks): http://MYpubsubhubbub-subscriber.appspot.com (The aggregation page: receives nothing. says "nothing yet" even if I manually refresh.). What am I missing? I truly appreciate some suggestions/pointers here. Thanks, Mo
