H hanyelmehy Active Member Licensed User Longtime User Jun 10, 2019 #1 any idea how to Use OAuth 1.0 with OkHttp
Erel B4X founder Staff member Licensed User Longtime User Jun 11, 2019 #2 Which web service are you communicating with? Upvote 0
H hanyelmehy Active Member Licensed User Longtime User Jun 11, 2019 #3 Erel said: Which web service are you communicating with? Click to expand... i want to connect to woocommerce rest api , Authentication over HTTP must use OAuth 1.0a "one-legged" authentication to ensure REST API credentials Upvote 0
Erel said: Which web service are you communicating with? Click to expand... i want to connect to woocommerce rest api , Authentication over HTTP must use OAuth 1.0a "one-legged" authentication to ensure REST API credentials
Erel B4X founder Staff member Licensed User Longtime User Jun 12, 2019 #4 Why not use the much simpler https option: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication-over-https ? Upvote 0
Why not use the much simpler https option: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication-over-https ?
H hanyelmehy Active Member Licensed User Longtime User Jun 12, 2019 #5 Erel said: Why not use the much simpler https option: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication-over-https ? Click to expand... i already use the method for https ,but i need solution for sites that still use http Upvote 0
Erel said: Why not use the much simpler https option: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication-over-https ? Click to expand... i already use the method for https ,but i need solution for sites that still use http
Erel B4X founder Staff member Licensed User Longtime User Jun 13, 2019 #6 With some work you should be able to implement all these steps. Code for the signature algorithm: https://www.b4x.com/android/forum/threads/hmacsha1-hash-generation.18600/#post-106868 Upvote 0
With some work you should be able to implement all these steps. Code for the signature algorithm: https://www.b4x.com/android/forum/threads/hmacsha1-hash-generation.18600/#post-106868