securing a REST API accessible from Android

后端 未结 5 852
故里飘歌
故里飘歌 2020-12-07 10:37

We\'re building a game for Android, which needs access to web services - so we wrote a RESTful API in PHP that runs on our own server. What the API offers is: creating u

5条回答
  •  死守一世寂寞
    2020-12-07 11:00

    Follow these guidelines from the Android team to secure your backend, by using Oauth tokens provided through Google's APIs.

提交回复
热议问题