We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6f3946 + 3b4b203 commit fb8b68aCopy full SHA for fb8b68a
forcetk.js
@@ -98,6 +98,7 @@ if (forcetk.Client === undefined) {
98
$j.ajax({
99
type: 'POST',
100
url: (this.proxyUrl !== null) ? this.proxyUrl: url,
101
+ cache: false,
102
processData: false,
103
data: 'grant_type=refresh_token&client_id=' + this.clientId + '&refresh_token=' + this.refreshToken,
104
success: callback,
@@ -151,6 +152,7 @@ if (forcetk.Client === undefined) {
151
152
type: method || "GET",
153
154
contentType: 'application/json',
155
156
157
data: payload,
158
0 commit comments