Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为一个wordpress网站制作android应用程序,网站已经安装了woocommerce,而woocommerce具有wp rest api之类的功能,这样我们就可以通过拥有我们网站的api来访问数据。但是有没有人可以告诉我如何使 woocommerce api 和 android 连接并使我的应用程序与网站同步。
您可以通过在 wordpress 中启用 woocommerce API 来实现。通过使用以下密钥,您可以验证自己以通过您的移动应用程序发布或获取某些内容。
这是关于如何生成消费者密钥和秘密密钥的api文档
在此处检查从您的移动应用程序发布或获取的编码