SmokeyBadger
SmokeyBadger

Reputation: 1

Getting Started: FB C# on WP7

Sorry if this is somewhere in the Discussion history, but I didn't see a "hello world wp7" type sample here or in the Doc section. Is there a sample kicking around that I can use?

Here's what I'd like to do:

Use FB C# to integrate facebook like and facebook wall posts into my games (XNA based... not sure it matters thou).

1 I'd like to allow players to sign in using their facebook account and "like" a game

2 I'd like to save their sign-in state between game play sessions

3 When a player completes an objective e.g. kills a boss, I'd like to post a message along with picture to so their friends can see their accomplishment

... is this doable? Is there a sample for it?

Upvotes: 0

Views: 483

Answers (1)

Den
Den

Reputation: 16826

It is most certainly possible to do this. There are probably not many (if any) samples floating around that would do exactly what you mentioned. I would recommend to go through the API documentation first. Also, remember that with the Mango SDK update, you now have access to ShareStatusTask and ShareLinkTask, that allow Facebook integration to be present in your application as long as an active Facebook account is registered with the device.

Upvotes: 1

Related Questions