Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created September 29, 2012 14:40
Show Gist options
  • Save Eugeny/3804220 to your computer and use it in GitHub Desktop.
Save Eugeny/3804220 to your computer and use it in GitHub Desktop.
HashMap<String, String> params = new HashMap();
params.put("addBroadcast", "1");
params.put("auth_login", username);
params.put("auth_key", accessKey);
params.put("text", text);
params.put("expires", expires);
return new JSONObject(query(params));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment