Mule twitter-状态更新版本1.1不工作

Mule twitter-状态更新版本1.1不工作,twitter,mule,mule-studio,Twitter,Mule,Mule Studio,我正在尝试连接到twitter 1.1 REST api进行状态更新,但出现以下异常: Root Exception stack trace: twitter4j.internal.org.json.JSONException: JSONObject["text"] not found. at twitter4j.internal.org.json.JSONObject.get(JSONObject.java:395) at twitter4j.internal.org.json

我正在尝试连接到twitter 1.1 REST api进行状态更新,但出现以下异常:

Root Exception stack trace:
twitter4j.internal.org.json.JSONException: JSONObject["text"] not found.
    at twitter4j.internal.org.json.JSONObject.get(JSONObject.java:395)
    at twitter4j.internal.org.json.JSONObject.getString(JSONObject.java:509)
    at twitter4j.internal.json.StatusJSONImpl.init(StatusJSONImpl.java:166)
    + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
请帮我解决这个问题。 我正在使用Mule Studio 3.4 CE


TIA。

通过在twitter流组件之后添加一个对象到JSON transformer进行修复