This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

init
<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 .

  • No labels