Ricerche recenti
Nessuna ricerca recente

Will Munn
Data ingresso 30 nov 2022
·
Ultima attività 01 dic 2022
Seguiti
0
Follower
0
Attività totali
3
Voti
0
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Will Munn
Will Munn ha commentato,
If I set that I get
Uploading app... Uploaded
Deploying app... Failed
› Error: Error: oauth parameter cannot be set to be secure.
Visualizza commento · Data ultimo post: 01 dic 2022 · Will Munn
0
Follower
0
Voti
0
Commenti
Will Munn ha commentato,
Hi I'm having a lot of problems with this too. In my manifest I have:
```
{
"parameters": [
{
"name": "token",
"type": "oauth"
}
],
"oauth": {
"client_id": "XXX",
"client_secret": "XXX",
"authorize_uri": "https://XXX/oauth2/authorize",
"access_token_uri": "https://XXX/oauth2/token",
"scope": "email profile offline_access"
}
}
```
and my code does
```
client.request({
url: 'https://xxx.com/some/endpoint',
type: 'GET',
secure: true,
headers: {Authorization: 'Bearer {{setting.token}}'},
})
```
The app seems to authorise fine when I go through the process but I still get this proxy error.
One detail is that I've installed the app in a zendesk sandbox to test it. Is this expected to work?
Visualizza commento · Data ultimo post: 30 nov 2022 · Will Munn
0
Follower
0
Voti
0
Commenti