Hy, i am currently working on a facebook game,the game is good and ready except the storing part!How do you suggest i should store my data!I will use a database, but what is the best way to get data from facebook and into my database trough flash?Thanks a lot!
A:
u can use database, by using get and set method.
Example:
Set: set the user data into database ( www.mysite.com/fb/game/store.ashx?uid=&score=&level=__; )
return: success or failed
Get: get the user data from database ( www.mysite.com/fb/game/getUserData.ashx?uid=__; )
return: user data
mkayyali
2010-09-29 15:57:31