문제

I was wondering if its possible to be able to use Retrofit with OkHttp to make a xAuth post call, with the hashed body of the cass as part of the oauth headers.

I have a basic implementation working for get requests, which do not have a body, however the service request fails on post requests which contain a body(where the oauth header which is the hashed body) is being passed through.

Thanks

도움이 되었습니까?

해결책

Fixed it, basically I used used a combination of URLClient and OkClient to be able to manipulate where I sign my request.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top