I'm working on a native WP7.1 app. One requirements is to give the user the possiblity to perform a Facebook Like or Subscribe operation from within the app.
For example I show a post (not through the browser ma in xaml) and I would like to add a like button that make the user like that post on facebook (previous authentication of course). The same for Subscribe, Post and Share functionalities.
I'm trying to dig into Facebook C# SDK but I haven't found any documentation.
Do you know if it is possible and how ?
Regards
Luca