Hi,
first I was using signedRequests to perform requests with custom header and payload data. But then there is this issue that I cannot refresh a token.
Then I had to use [NXOAuth2Request performMethod] to overcome this issue.
But now I am not able to modify the headers or send JSON body payload.
So I have to choose between using signedRequests and having trouble refreshing the token or performMethod and not being able to modify the request?
How do you solve that?
Thanks!