I created a Facebook application (game) in JavaScript. I used Facebook php-sdk. I use sdk well, except to display the name of the registered user and his data.
I want to save each userβs rating in a specific place. Checked by FQL. As I understand it, it does not allow data storage, only the SELECT query is available. So, is there a way by which we can add a rating to user information or something like that.
In short, we can store data on Facebook
OR
We should use our own database server for data storage only.
source share