Biju
Biju

Reputation: 31

Adding Facebook Like and Comment Button in Windows Phone 7 Application

We are working on a new game to be deployed in Windows Phone 7. A Facebook page has been created for this purpose and we want to do the following Operations:

a. Create a Like button for the page in Facebook b. Scores should be shared in that page.

We have downloaded the SDK provided by the Codeplex.com but we are clueless when it comes using this page in that. Please let us know how to go about it

Regards Biju Melayil

Upvotes: 0

Views: 1508

Answers (1)

alf
alf

Reputation: 18530

Facebook does not allow to 'like' anything through the API, regardless of the SDK you're using.

Maybe you could use the usual like button in an embedded WebBrowser control to guide the user through the liking process.

Upvotes: 1

Related Questions