我正在为wordpress网站制作Android应用程序,网站安装了woocommerce,而woocommerce有wp rest api等功能,因此我们可以通过拥有它的网站api来访问数据。 但有没有人能告诉我如何制作woocommerce api和android连接,让我的应用程序与网站同步。
答案 0 :(得分:0)
您可以通过在wordpress中启用woocommerce API来实现。通过使用下面的密钥,您可以通过您的移动应用程序验证自己的POST或GET内容。
This is the documentation of the api on how to generate consumer key and secret key
Check it here on the coding to POST or GET from ur mobile apps