Search code examples
androidasp.net-web-apiopenidsteamsteam-web-api

Steam OpenId4Java in Android


I need to authenticate a Steam user by using OpenId. And i've found this example here but i dont know how to use it in my Android project. Any suggestions?


Solution

  • The problem with Steam is that there is a JavaScript function that is called once correct credentials are obtained from the user. You can look at the example app I made of a pretty simple way of doing it right here. This doesn't necessarily authenticate them with OpenID but it does authenticate them to you because it returns with their Steam ID in the url. Hope this helps.