Qual è la differenza tra reply_count e 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 Mi Piace