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.
ASP.NET Web API is a framework for building HTTP services for clients like browsers and mobile devices. It is based on the Microsoft .NET Framework and ideal choice for building RESTful services.
3
votes
1answer
256 views
Facebook Authentication for a Web API service/mobile app
I have an ASP.NET MVC Web Api web service and some mobile applications that use it.
I'm struggling to implement an identity provider and security for my app and web service. Can I use Facebook ...
5
votes
1answer
534 views
OAuth Facebook Authentication with ASP.NET Web API
So I guess this question is sort of two folds
1) What should I store when granted Facebook OAuth rights into my User Domain Entity (facebook userid? or token? or both or something else)
2) Can I ...
3
votes
3answers
3k views
ASP.NET Web API login with Facebook & Twitter
I'm going to be diving into ASP.NET Web API and would like to know if there is an easy way to have my users login with Facebook and Twitter?
0
votes
1answer
157 views
Web Api returns garbage for text files unless run from the browser bar
I am writing a file service using Asp.Net’s Web Api. The service retrieves files (Css, Excel, Csv, etc.) from SQL Server and serves them up in response to Get requests.
My first test case is for Css ...