Here's a webservice question for David, or anyone familiar with that CC API
When submitting content via the API, I call cs.AddCommunityCredit(Earner,Task,Date), for some reason whenever I do this, my earner always seems to only pass in the first name.
When I configure my earner I do new CommunityCredit.Components.Earner("Firstname","LastName","Email"), though first name is the only thing that shows up with my submission.
ex: if you see my current points on the left side of the page it shows "chris" now instead of "chris hammond" because the last thing submitted was from the web service
Anyone have any thoughts why this might be? Bug in my code, or API?