User Set Info Old
From EveryTrail API Developer Documentation
You set attributes in a user profile by sending a HTTP post request to http://www.everytrail.com/api/user/setuserinfo with the following variables:
- uid (required)
- activities
- first_name
- last_name
- intro
- city
- state_province
- country
- zipcode
Upon success, we return a <user>###</user> with the uid field for ###. Upon error one or more of following error codes are returned
4 - Invalid Email Address 10 - Unknown Error
