Corporate Headquarters (972) 407-0688 1 (877) 492-9484
International Headquarters +44 (0)203 178 3010
I think there is a minor bug in AnsweredThreadsWidget.js
It should be
var restAuthHeader = readCookie("AuthorizationCookie");
rather than
var restAuthHeader = readCookie("RestAuthorizationCookie");
You are correct as per this documentation: telligent.com/.../add-rest-authorization-code-header-for-ajax-requests.aspx
Same goes for similar code in the SearchWidgets example.
I'll update the SDK code.