How can I prevent other iOS/Android apps from using my RESTful API?
问题 I have a pre-existing iOS & Android app, that I'm making an update for that includes a RESTful services API and Facebook login for user authentication. The general flow of the app is: Users "logs in" to my app, via Facebook's SDKs, which return an access token to my app. App calls a RESTful service, including the Facebook access token as a parameter (using HTTPS and SSL) Service that is called, sends the received access token (and app secret stored only on my servers) to Facebook to verify