¿Cuál es la diferencia entre reply_count y post_count?

The value of reply_count you get from /session/current.json is the count of posts the user has created in other users’ topics. To get the total number of posts a user has created, excluding the first post in each topic, use the post_count value from the user_summary section of /u/<username>/summary.json.

4 Me gusta