I'm developing a PHP/Javascript application integrated with Facebook.
When a user accepts to share his information with my application, I need to store some small data about this user, for a future purpose. So, yes, I can use a simple MySql on my server... but there are some information I'd like to store into my MySql server, and others information I'd like to store (in "some way"...) into the user's Fb account (in other word, into the Facebook's database).
Maybe, I can store this data as a "Note" message or something, but in this case, the user must share his Note messages with my application, and I don't want this.
There is any way to do that?
thank you very much, any suggest is appreciated.
EDIT: Thank you Vijay for your help. I'd like to add data to the user's account in facebook only for privacy & security purpose... because I think there is no best place to store the data. Maybe I'm just a little bit paranoid :-) 'cause my application is just a little game, and there is no big privacy issue, but I'd like to store the data in a safe place. I'm not sure a MySql database in a big hosting farm would be a safe place, so I'm looking for a different technical solution. Thank you.