Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我目前正在开发一款 facebook 游戏,除了存储部分之外,这款游戏很好并且准备就绪!你建议我应该如何存储我的数据!我将使用数据库,但是从 facebook 获取数据的最佳方法是什么?通过闪存进入我的数据库?非常感谢!
你可以使用数据库,通过使用get和set方法。
例子:
设置:将用户数据设置到数据库中( www.mysite.com/fb/game/store.ashx?uid= &score= &level=__; )
返回:成功或失败
获取:从数据库中获取用户数据( www.mysite.com/fb/game/getUserData.ashx?uid=__; )
返回:用户数据