As I am new to facebook games is there any third party API for flash games.
Actually I used mochi highscore API but I don’t want to login through mochi. Direct submission through facebook id. Let me know any third party API or suggest any tutorials.
regards,
chandu
It is fairly easy to post a score to the highscores in Facebook, check out the following code. All you need is a userID which you get from facebook when you log the user in and the value that you use in your game as a score like experience, points or whatever.
https_post function looks like this :
You can put this in your index.php after you get the facebook user ID and their score will be sent every time they come to the game.
Hope that helps.