Emme Developer Well-Known Member Licensed User Longtime User Apr 18, 2018 #1 Hi to all! I'm tryng the API of etsy(https://www.etsy.com/developers/documentation/getting_started/oauth). Is possible to use oAuth and Okhttp request? It's the first time that i use oauth, but seems is not compatible with okhttp in current version. Am i wrong? Thanks
Hi to all! I'm tryng the API of etsy(https://www.etsy.com/developers/documentation/getting_started/oauth). Is possible to use oAuth and Okhttp request? It's the first time that i use oauth, but seems is not compatible with okhttp in current version. Am i wrong? Thanks
Erel B4X founder Staff member Licensed User Longtime User Apr 18, 2018 #2 The OAuth library works with the old Http object. Note that you can still use it however you will need to use android.jar from api level 22 or below. Upvote 0
The OAuth library works with the old Http object. Note that you can still use it however you will need to use android.jar from api level 22 or below.