I am developing an JS game. I expected to save game results using user id from FB and twitter.
FB implementation is very easy.
Is it possible to get user id and screen name using Web Intents?.
I can’t use server side solutions and OAuth, because a third-party company manages backend. I just send ajax calls to it.
Also I don’t want to show my secret key and use proxy solutions, like firebase.
thanks