我正在研究本机应用程序。我想将我的应用程序连接到woocommerce api,因为我需要在发出网络请求时传递消费者密钥,时间戳,身份验证签名。所以我的网址应该如下所示:
http://quflip.com/wp-json/wc/v1/products?oauth_consumer_key=ck_75a6b3f5cf97e03a2bd42c8e4dffaefe07538bfb&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1480656796&oauth_nonce=2qL1ca&oauth_version=1.0&oauth_signature=6AJyrlsjcm2BxlMS1HSo3b0TTek=
那么,如何实现上面显示的url请求 ?