We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从第三方注册 app,获取信息 
使用 OAuth Swift: 
配置 Deep Link 回 App:
 打开 App 时完成验证,关闭 web view 
把 access token 传入请求的 authorization header 里:

OAuth2: https://www.raywenderlich.com/5034-accessing-data-using-oauth
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目的
方法
例子:Strava
从第三方注册 app,获取信息

使用 OAuth Swift:

配置 Deep Link 回 App:

打开 App 时完成验证,关闭 web view

把 access token 传入请求的 authorization header 里:

扩展阅读
参考资料
OAuth2: https://www.raywenderlich.com/5034-accessing-data-using-oauth
The text was updated successfully, but these errors were encountered: