SilverlightShow: Facebook Graph API and Silverlight Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) Re: Facebook Graph API and Silverlight This was really helpful. http://www.silverlightshow.net/items/Facebook-Graph-API-and-Silverlight.aspx#comment7468 Singles55 http://www.silverlightshow.net/items/Facebook-Graph-API-and-Silverlight.aspx Wed, 01 Feb 2012 06:15:29 GMT Re: Facebook Graph API and Silverlight <pre>it dos not work for me<br /><pre>{ "error": { "message": "Error validating application.", "type": "OAuthException" } }<br />or:</pre> <br /> <br /> { "error": { "message": "Error validating access token: Session has expired at unix time 1318374000. The current unix time is 1322173147.", "type": "OAuthException" } }</pre> http://www.silverlightshow.net/items/Facebook-Graph-API-and-Silverlight.aspx#comment7255 ReinhardZwisler http://www.silverlightshow.net/items/Facebook-Graph-API-and-Silverlight.aspx Fri, 25 Nov 2011 00:20:09 GMT Re: Facebook Graph API and Silverlight <p>Hm...nice question. According to the Graph API docs you can like any object that has a <em>/likes</em> connection. And, again, the page has <em>/likes</em> connection, so you might be able to post a like...However, I have not faced this so far. Having in mind all this, you should be able to make a button, style it as FB like button and like a page in the code behind. If docs say right. But, eventually, you will have to deal with authentication forms...tough stuff..</p> <p>The easiest way to do this is to use the social plugin - <a href="http://developers.facebook.com/docs/reference/plugins/like/">http://developers.facebook.com/docs/reference/plugins/like/</a>. Right, you must use the generated html and place it in the host page, but, in my opinion, this is the best you can do. I used the like button social plugin several months ago and it worked just fine!</p> <p>Your last option may be to use some of the FB API wrappers from codeplex. </p> <p>This is all I can think about. If anyone has a better solution, please share it here.</p> http://www.silverlightshow.net/items/Facebook-Graph-API-and-Silverlight.aspx#comment6950 lnikolov http://www.silverlightshow.net/items/Facebook-Graph-API-and-Silverlight.aspx Fri, 21 Oct 2011 02:46:31 GMT Re: Facebook Graph API and Silverlight <p>Thanks for your post. But could you explain us how to add a FB like button in a SL page ? (without using windowless of course).</p> <p>Thanks</p> http://www.silverlightshow.net/items/Facebook-Graph-API-and-Silverlight.aspx#comment6948 MaximeLamure http://www.silverlightshow.net/items/Facebook-Graph-API-and-Silverlight.aspx Thu, 20 Oct 2011 13:06:46 GMT