You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: