方形寄存器 API 删除了 oauth 流程,如何使用寄存器 API 启动 oauth
Square register API removed oauth flow, how to initiate oauth using the register API
自从注册 API 删除了 oauth 流程,对于我的 android 应用程序,使用注册 API 启动方形 oauth 流程的最佳方法是什么。
您希望像启动 Web 应用程序一样启动 OAuth 流程。为您的用户提供 link 到 https://connect.squareup.com/oauth2/authorize?<PARAMETERS>
以供他们点击。这可以说 "Connect to Square",是一个按钮或任何对您的应用程序有意义的东西。
在此处查看更多信息:
https://docs.connect.squareup.com/api/oauth/#oauthflowrequestpermission
自从注册 API 删除了 oauth 流程,对于我的 android 应用程序,使用注册 API 启动方形 oauth 流程的最佳方法是什么。
您希望像启动 Web 应用程序一样启动 OAuth 流程。为您的用户提供 link 到 https://connect.squareup.com/oauth2/authorize?<PARAMETERS>
以供他们点击。这可以说 "Connect to Square",是一个按钮或任何对您的应用程序有意义的东西。
在此处查看更多信息: https://docs.connect.squareup.com/api/oauth/#oauthflowrequestpermission