-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add postUserStatus(status_text[,appid], callback) #200
Comments
|
I've also discovered that the max length for |
I've noticed that quite a few times it returns an error for unable to parse JSON. Perhaps check what data says in those cases and return a more meaningful error. Actually, I'll try to help you with this. |
It seems body is empty. Perhaps you are not following all redirects? |
Nevermind, I checked out the code and it seems you are following all redirects. |
Any idea why |
Nope. |
This function will post your user status to https://steamcommunity.com/my/home
It could be done along the lines of this:
Maybe support callback that includes any error that may have happened and the
postid
if success forpostUserStatus()
.Thank you
The text was updated successfully, but these errors were encountered: