Skip to content

Commit 848146c

Browse files
authored
Add apiURL to Instagram Auth
parse-community/parse-server#6398
1 parent e00a1e1 commit 848146c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/parse-server/third-party-auth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ Google oauth supports validation of id_token's and access_token's.
184184
{
185185
"instagram": {
186186
"id": "user's Instagram id (string)",
187-
"access_token": "an authorized Instagram access token for the user"
187+
"access_token": "an authorized Instagram access token for the user",
188+
"apiURL": "an api url to make requests. Default: https://api.instagram.com/v1/"
188189
}
189190
}
190191
```

0 commit comments

Comments
 (0)