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?
I’m building an ASP.NET MVC application that shows information from Facebook. However, if I’m
Share
If you mean running in localhost . . . take a look at this question:
Running Facebook application on localhost