Troi URL Plug-in > Functions reference > TURL_AuthorizeWithCallbackScript
TURL_AuthorizeWithCallbackScript |
Talks with a web service to get an authorization URL. With the returned URL the user can authorize the plug-in (in a web browser) to use this service.
Syntax
TURL_AuthorizeWithCallbackScript( switches ; method ; requestTokenURL ;
authorizationURLbegin ;
accessTokenStepURL ; fileName ; scriptName )
Troi URL Plug-in > Script steps reference > Delete URL
Delete URL |
Sends request to delete an item at a specified place on the web server, using the DELETE method.
Syntax
Delete URL [ Select ; Result ; Switches ; URL ]
Troi URL Plug-in > Script steps reference > Get URL
Get URL |
Gets the raw data of the specified URL. This can be for example the HTML of a web page.
Syntax
Get URL [ Select ; Result ; Switches ; URL ]
Troi URL Plug-in > Script steps reference > Post URL
Post URL |
Sends data to the server, using the POST method, and returns the result as raw data.
Syntax
Post URL [ Select ; Result ; Switches ; URL ; Post data ]
Troi URL Plug-in > Script steps reference > Put URL
Put URL |
Sends data to the server or transfers a file to the server, using the PUT method.
Syntax
Put URL [ Select ; Result ; Switches ; URL ; Put data ]
Troi URL Plug-in > Script steps reference > Reinitialize URL Plug-in
Reinitialize URL Plug-in |
Restarts the plug-in
Syntax
Reinitialize URL Plug-in
Troi URL Plug-in > Script steps reference > Send Authorization PIN URL
Send Authorization PIN URL |
This will send the PIN (obtained while granting access) to the web service to complete the authorization.
Syntax
Send Authorization PIN URL [ Select ; Result ; Switches ; Method ;
AccessTokenURL ; PIN ]


