Posted on: 6/9/2014 7:26:33 PM | Views : 1257

Over the past several months Facebook made changes to their application development APIs that were incompatible with the MVC Facebook support.
We have been working on updates while the Facebook API kept evolving, and on 4/30/2014 Facebook announced a two-year stability guarantee. This was a fantastic announcement because this ensured a similar stability for ASP.NET MVC developers developing Facebook applications. We've fixed the Facebook package and renamed it to Microsoft.AspNet.Facebook. You can try out the updated package on the ASP.NET Webstack nightly NuGet package feed: https://www.myget.org/F/aspnetwebstacknightly.  Instructions on how to use the feed are here.
We encourage all of the Facebook application developers to go and try out our updated Microsoft.AspNet.Facebook API with new F ...

Go to the complete details ...