Retrofit OkHttp and Signpost (xAuth) on Android -
i wondering if possible able use retrofit okhttp make xauth post call, hashed body of cass part of oauth headers.
i have basic implementation working requests, not have body, service request fails on post requests contain body(where oauth header hashed body) being passed through.
thanks
fixed it, used used combination of urlclient , okclient able manipulate sign request.
Comments
Post a Comment