Posted 26 May 2015 - 08:51 AM
CC 1.73
i trying to decode pastebin's api system it gets me errors -_-/>
file source: http://pastebin.com/UHvi7TNH
"test" file to debug my api
list usernames i test: red color is result
[email protected]<script cf-hash='f9e31' type="text/javascript"> /* */</script>
Error
davidgumazon03
Invalid Post Parameters
how can i Valid Post Parameters and Login as Google Account?
someone help me i'm confused i dont like to be alone in my SinglePlayer D: i'm making CC's IRC project
i trying to decode pastebin's api system it gets me errors -_-/>
file source: http://pastebin.com/UHvi7TNH
function getUser(username,password)
write("Login to pastebin.com...")
local response=http.post(login,
api_dev_key..key.._n..
api_user_name..textutils.urlEncode(username).._n..
api_user_password..textutils.urlEncode(password))
if response then
local sResponse=response.readAll() response.close()
print("Success.")
print("user key: "..sResponse)
return response
else
print("Failed.") print(sResponse) return false
end
end
"test" file to debug my api
os.loadAPI("papi")
print(papi.getUser(blablablabla,blablabal))
list usernames i test: red color is result
[email protected]<script cf-hash='f9e31' type="text/javascript"> /* */</script>
Error
davidgumazon03
Invalid Post Parameters
how can i Valid Post Parameters and Login as Google Account?
someone help me i'm confused i dont like to be alone in my SinglePlayer D: i'm making CC's IRC project