1

I'm building an ASP.NET MVC application that shows information from Facebook. However, if I'm debugging the website locally without a public HTTP endpoint, how can I test the authentication to grab the OAuth token to ensure my app can pull the correct information?

Jason N. Gaylord
  • 7,910
  • 15
  • 56
  • 95
  • I've a PHP tutorial about this [here](http://www.masteringapi.com/tutorials/how-to-develop-your-facebook-application-locally/6/). It *may* help you get the idea.. – ifaour Mar 10 '11 at 14:56
  • Is it a standalone web app or is it a canvas/iFrame app? – jimmystormig Mar 10 '11 at 15:02

1 Answers1

0

If you mean running in localhost . . . take a look at this question:

Running Facebook application on localhost

Community
  • 1
  • 1
enthusiastic
  • 1,702
  • 4
  • 19
  • 31