I'm trying to get the actions the facebook user made himself. It's easy to get the information about other friends who like the user picture, comment his status.
What I want to know is, which tables store the information about the user's actions. I want to know if the user liked a picture/status/checkin, if the user wrote on his friend wall, if a user commented on his friend status/picture.
I found the like table which gives me the user's likes. But what about the comments, where can I find if the user wrote on his friends wall?
Thank you all.