我正在尝试连接到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。
答案 0 :(得分:0)
通过在Twitter流程组件 之后添加一个Object-To-JSON转换器 来解决。