We have native iOS and Android apps which interacts with Facebook native app on and gets a token. We want to send that token to the asp.net web api to authenticate and add that user account to db if necessary.
All the examples I have noticed opens up a web browser. Is there a way to make this work with the token ?
Any help is really appreciated.