Facebook Game Development - storing items in (which) database?
I'd like to develop a small Facebook game with some graphics involved (not that many). Within that game, the users will be able to buy/sell c开发者_高级运维ertain items and I wonder WHERE I can save those items/virtual money ...? Does Facebook offer me a database I can use?
You will need to host your own database for your game. Facebook just provides the frontend, it's up to you to manage and run the backend services.
精彩评论