Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Questions about routing within ASP.NET (including MVC).
0
votes
1answer
94 views
Routing Facebook AppRequests in ASP.Net MVC 4
My mobile web site allows users to send an AppRequest to their Facebook friends. This is working.
When the friend accepts the AppRequest, Facebook sends the friend to my web site. This too is ...
0
votes
1answer
490 views
Facebook C# SDK , .NET MVC , passing parameters to ActionResults with facebook app URL
I been working on a .NET MVC / Azure / SQL Azure / Facebook app using the facebook c# sdk.
Took a while but I seem to have it logging users in, im able to capture the relevant data needed to use the ...
1
vote
1answer
367 views
RedirectToAction / CanvasRedirectToAction Giving 404 Error Because Virtual Directory Name is Repeated in URL
I am just getting started with ASP.Net MVC 3 with the Facebook C# SDK. I've had pretty good luck so far, but I am having an issue when returning RedirectToAction or CanvasRedirectToAction in a ...