I'm trying to implement Facebook's RTU functionality to subscribe to page's conversations. So far I've gotten through all the steps - creating an app, subscribing to a page's conversations, connecting the page to my web-app. RTUs work on my local, but not on my Heroku app.
Here's a link to the facebook bugs page: https://developers.facebook.com/bugs/822517191155290/
Here's how far I've got: When I enable the Facebook App to send POST requests to: https://..../fb_callback (https), we don't see anything in the logs.
On the other hand, when I enable the app to send POST requests to: http://...com/fb_callback I see that the request comes in and then there's a 301 redirect.
My guess is that the 301 redirect is to https... but I'm not sure of this.
What I can't figure out is why I can't see the POST requests to our log when they're sent to https.
Thanks for your help.