我的网站使用Jetpack
JSON
插件获取JSON
想要在 iOS 应用程序中使用的数据。
现在我可以访问我的网站 JSON 数据,并且可以开发 iOS 应用程序,而无需OAuth Authentication
使用以下URL
.
https://public-api.wordpress.com/rest/v1/sites/www.mywebsite.com/posts/
现在我阅读了有关这些 API 的文档,我看到OAuth2 Authentication
了 API。
我的应用程序仅使用 JSON 数据显示。
我想知道我真的需要做什么OAuth2 Authentication
才能使用 JSON 数据吗?