I'm wondering whether I would be able to share the user's high score from tablet? There is currently a 'Share Score' button and upon clicking the button I would like it so that it takes the user to a link with a facebook status update ready with something along the lines of "I just scored [userHighScore] in this awesome app!", is this at all possible?
I found some information on the facebook documentation about using the graph API and php: https://developers.facebook.com/docs/php/howto/postwithgraphapi/