How to create multiple tokens for different client type in ASP .NET Web API – Facebook api
I am working on an application with Web API and different clients(Mobile app, browser). I want to have different access token for each client type for same user. The reason is, so that the user can sign-out from one device…