I am using the JSONObject class but it doesn't seem to recognize the outer []'s. I replaced them with {} as the JSONObject expects a { as the first character.
I am not getting this error:
- Code: Select all
09-19 14:03:24.985: WARN/System.err(806): org.json.JSONException: Expected a ':' after a key at character 1128 of ...
I can't see anything wrong at that point, has anyone else had success with grabbing twitter feeds using JSONObject?