Created
September 29, 2012 14:40
-
-
Save Eugeny/3804220 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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