Using a combination of Jon Beebe’s 2-3 year old tutorial and some posts I’ve discovered on here, I’ve finally managed to setup a rough Facebook Leaderboard. However as this post claims, I’m trying to get hold of the JSON data and use within my app as opposed to showing everything in a web view like Beebe’s tutorial outlines.
The mentioned post talks about modifying the PHP scripts to get hold of the JSON as opposed to putting the data to HTML, however I haven’t got a clue how to handle this. I believe I need to look at the PHP script that handles the HTML output, but how my lua file gets hold of this I’m not sure.
Any help would be appreciated.