I was trying to change the 'Created By' for a publishing page but it does not work, it does now throw error neither.
pageItem.FieldValues["Created_x0020_By"] = "i:0#.w|america\\xxxxx";
pageItem.Update();
clientContext.ExecuteQuery();
any idea? Is this field not able to be updated?