I am developing a facebook similar wall, and im a bit corious, is it safe to use a hidden input storing the stream id?
So in my db for comments i have 4 fields, the comment id, stream id, user id, and comment text
stream id is for to locate which wall post has comment, and i would store this in a hidden input for the form.
is it safe? or i should think a nother idea?
Thank you