just starting with facebook api in .net, anyone knows how i can set my canvas url, it was installed in facebook application and here is my code
public class HomeController : BaseController
{
[CanvasAuthorize(Permissions = "email")]
public ActionResult Contest()
{
I am using .net 4.0 and mvc3
thank,
source
share