To use the Delicious connector, add the <delicious.init> element in your configuration before carrying out any other Delicious operations.
Delicious uses single sign-on which allows users to authenticate from another application and automatically be logged in to this software. For more information on authentication, see https://github.com/SciDevs/delicious-api/blob/master/api/oauth.md
<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 .