...
Code Block | ||||
---|---|---|---|---|
| ||||
<delicious.init> <client_id>{$ctx:client_id}</client_id> <client_secret>{$ctx:client_secret}</client_secret> <username>{$ctx:username}</username> <password>{$ctx:password}</password> <authType>{$ctx:authType}</authType> <uri>{$ctx:uri}</uri> </delicious.init> |
Properties
client_id : id of the application given by api.
client_secret : secret key of application given by api.
username : username .
password : password.
authType : select Authentication type {Basic|Bearer}.
uri : api url.
Configuring the operations
Now that you have connected to Delicious, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the Delicious Integration .
...