File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 223223 "method" : " GET" ,
224224 "header" : [],
225225 "url" : {
226- "raw" : " https://graph.threads.net/refresh_access_token?grant_type=th_refresh_token" ,
227- "protocol" : " https" ,
226+ "raw" : " {{api_host}}/refresh_access_token?grant_type=th_refresh_token" ,
228227 "host" : [
229- " graph" ,
230- " threads" ,
231- " net"
228+ " {{api_host}}"
232229 ],
233230 "path" : [
234231 " refresh_access_token"
18871884 "method" : " GET" ,
18881885 "header" : [],
18891886 "url" : {
1890- "raw" : " https://graph.threads.net/v1.0/profile_lookup?username=threads" ,
1891- "protocol" : " https" ,
1887+ "raw" : " {{api_host}}/profile_lookup?username=threads" ,
18921888 "host" : [
1893- " graph" ,
1894- " threads" ,
1895- " net"
1889+ " {{api_host}}"
18961890 ],
18971891 "path" : [
1898- " v1.0" ,
18991892 " profile_lookup"
19001893 ],
19011894 "query" : [
33023295 "method" : " GET" ,
33033296 "header" : [],
33043297 "url" : {
3305- "raw" : " https://graph.threads.net/debug_token?input_token={{input_token}}" ,
3306- "protocol" : " https" ,
3298+ "raw" : " {{api_host}}/debug_token?input_token={{input_token}}" ,
33073299 "host" : [
3308- " graph" ,
3309- " threads" ,
3310- " net"
3300+ " {{api_host}}"
33113301 ],
33123302 "path" : [
33133303 " debug_token"
You can’t perform that action at this time.
0 commit comments