DataStore and Facebook problems
Hi everybody.
I hope someone can help me with my problems:
1. I want to store a value into the Data Store and I can't get it to work with the given example. This two lines give me the errors:
string loadedJsonData = drClient.DataStore.GetLoadedData();
Hashtable loadedData = drUtil.drJSON.JsonDecode(loadedJsonData);
The GetLoadedData function isnt existing in the v1.3 of dimeRocker. What do I need to save and load values to the Data Store?
2. Is there an example of how to fetch the Userinformation from the Facebook User who is currently playing the game? Every example is only for a Local User.
3. I setup a Store with an Item. When I open the RTM Store, the minimum quantity I can buy from my Item is 50000. How can I change that value to for example 1 or 10?
Thanks again.
Danny
P.S.: Nice API by the way. But I wish it is more documented with Tutorials and C# example code.
fanbullet.com sells very real facebook fans and likes that will certainly like your products and are most likely to be turned as your customers. Traffic in this way will be huge, as many of those who are connected with your facebook fans will also visit your site.


Have you tried putting your data into an excel sheet and applying certain excel functions before storing a value in the data store? I have found that having my data routed into excel and saving it as a csv file, I can load it easily into the data store. Maybe the same solution will work for you.