Template:Social adapter

From GreenVulcano Wiki
Revision as of 08:56, 17 September 2012 by Anonymous (talk) (Created page with "The Social adapter is an adapter which gives {{GVESB}} the ability to interact with social platforms. The configuration is specified into the GVSocialAdapter-Configuration.xml, a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Social adapter is an adapter which gives GreenVulcano® ESB the ability to interact with social platforms. The configuration is specified into the GVSocialAdapter-Configuration.xml, and the file has the following structure: <GVSocialAdapterManager name="GV_SOCIAL" type="module">

  <SocialAdapters>
      <TwitterSocialAdapter class="it.greenvulcano.gvesb.....TwitterSocialAdapter"
                            social="twitter" type="social-adapter">
           <Accounts>
               <Account name="PIPPO" consumer_key="..." consumer_secret="..." oauth_access_token="..." oauth_access_token_secret="..."	twitteruserid="..."/>
               ...
           </Accounts>
           ...
           <Proxy proxyHost="" proxyPassword="" proxyPort="" proxyUser=""/>
      </TwitterSocialAdapter>
  </SocialAdapters>

</GVSocialAdapterManager>