October 2011 - Posts

4
Comments

Simple Way To Check If User Has Liked Your Facebook Page with ASP.NET by fallen888

Facebook provides a signed request with every postback to your page. Inside that request is some basic info, including whether or not the user has liked the profile page that is hosting the canvas application. Here’s a quick way to retrieve it: bool liked...
More Posts