Sri
Sri

Reputation: 568

How to create a facebook publish button to post the scores?

I have created a game that runs in the browser. After the game is over, I want the score to be posted on Facebook. Can anyone help me out with this, by giving sample code?

Upvotes: 3

Views: 1408

Answers (1)

Marcis
Marcis

Reputation: 4617

Create simple html button with onclick event wich creates FB.ui dialog.

Upvotes: 2

Related Questions