0

我正在尝试连接到 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。

4

1 回答 1

0

通过在 twitter 流组件之后添加 Object-To-JSON 转换器来修复。

于 2013-06-26T00:44:19.153 回答