I'm trying to make a facebook app around the game Miscrits: World Adventure The idea is to make a PVP ladder.
In order for this to work I want the app to get the player information automatically. The info is stored here: http://miscrits.brokenbulbstudios.com/player/info (unique to each player) The result that it returns looks like this > http://pennygasm.com/info.htm
there is a bold area and I have separated the info to make it easier to read. I need each of the bold values to be stored in a variable. so that I can do some calculations and create a player rank etc.
The player would visit my app and click "Join the Ladder" then it would get the info from the miscrits url. I'm guessing the player would need to return periodically to update their information? it could auto update when the user visits the page...
Anyway... how do I turn that information into some variables?