-
Notifications
You must be signed in to change notification settings - Fork 150
Description
When using setReplyContent, this does not show up in the browser. For example, we can extend the facebookdemo by adding the following line to FBDemo::FBDemo
o2Facebook_->setReplyContent("You have succesfully authenticated to Facebook. ");
Expected behaviour:
After authenticating to Facebook, the browser displays the content "You have succesfully authenticated to Facebook."
Actual behaviour:
An empty page is shown. HTTP headers also do not seem to be received by the browser.
I tested this on MacOS High Sierra 10.13.3, using Firefox, Chromium and Safari. It also doesn't work when using a webview such as in the facebookexternalinterceptordemo.
Previously, I was on commit c0e33a8. It did work back then, but after pulling in all changes since then, it stopped working. I don't know which change/changes caused this problem.