Hey all

I'm trying to update my user information a la
http://develop.github.com/p/users.html examples

Under "Authenticated User Management" the example is as follows:

curl -F 'login=schacon' -F 'token=XXX'
https://github.com/api/v2/json/user/show/schacon -F 'values[email]=
[email protected]'

I swap out schacon and XXX for my username and token and switched the email
value to be "[email protected]" and ran it on the command line
curl -F 'login=ctshryock' -F 'token=XXX'
https://github.com/api/v2/json/user/show/ctshryock -F 'values[email]=
[email protected]'

 Everything appeared fine because the user object returned showed "email": "
[email protected]", but when I view my account online at
https://github.com/account the information is the same.

I get the same (non) results when updating the name, blog, company or
location values.

Thoughts?

+Clint

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to