我有一个使用 facebook 登录来登录自身的网站。我需要在安卓应用程序中登录我的网站。登录过程很正常:
1. request to /auth/login
2. redirect to facebook
3. response from facebook
4. redirect to /auth/login
5. response from /auth/login has a set-cookie header which basically is all the authentication
如何在应用程序中登录网站? 例子。使用开发者工具的网络面板来观察这个过程。