我的网站使用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 数据吗?