8

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 just generally secure the ASP.NET Web API with a DelegatingHandler to read for the access token?

Currently my core architecture is as follows:

  • MyApp.Domain : My domain models in a Class Library Project
  • MyApp.DataAccess: My Repositories and Entity Framework Contexts
  • MyApp.WebAPI : ASP.NET Web API Project for a RESTful Service

My Clients are

  • MyApp.Website: ASP.NET MVC 4 Website
  • MyApp.iPhoneApp - Native iOS App for the iPhone
  • MyApp.AndroidApp - Native Android App
1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.