Skip Navigation Links

​​The Cloud Connector for Microsoft Office 365 and SharePoint 2010 connects almost any on-premise data source, e.g. ODBC, OLEDB, Microsoft .NET based providers, Files (Excel, XML, CSV), SQL databases like SQL Server, Oracle, MySQL, IBM DB2, IBM AS/400, IBM Informix, Notes, SharePoint, Exchange, Active Directory, Navision, SAP and many more directly to native SharePoint lists in the Microsoft Cloud - or any other Microsoft SharePoint 2010 installation - in just minutes without any programming. This FAQ is about Twitter integration.

For any questions please use the FAQ Web or contact sales@layer2.de directly.

How to replicate Twitter feeds to native SharePoint lists, e.g. in Office 365

​You can use the follwing sample connection file for replication:

<?xml version="1.0" encoding="utf-8" ?>
<connection xmlns="http://www.layer2.de/schemas/cloudConnections" interval="60" version="1.2" enabled="true">
 
<dataEntities>
<dataEntity name="Twitter"
 type="source"
 provider="System.Data.RSSBus.Twitter"
 connectionString="User=myUsername;Password=myPassword;Auto Cache=False"
  primaryKey="ID"
 selectStatement="Select * from FriendsTimeline">
</dataEntity>

<dataEntity name="SharePointDestination"
 type="destination"
 provider="Layer2.SharePoint.Provider"
    connectionString="Data Source=https://mydomain.sharepoint.com/sites/mySite/;
Initial Catalog=Twitter; 
Authentication=Office365;
User Id=myUser@myDomain.onmicrosoft.com;
Password=myPassword;"
    selectStatement="">
</dataEntity>

</dataEntities>
 
<fieldMappings autoMapping="true" >
 <fieldMapping>
  <field entity="Twitter" name="Text"/>
  <field entity="SharePointDestination" name="Title" />
</fieldMapping>
 
</fieldMappings>
 
</connection>

 

The RSSBus Twitter Driver for ADO.NET is used as data source provider. You can use several views to access certain feeds, search for keywords, connect the followers list or the list of persons you are follow. See documentation for this. This example uses an Office 365 list as data destination. Updates are every hour in this case, but can be done more frequently if required.


Fig.: Twitter feed in a native SharePoint list.
 

Please note: After synchronization with Cloud Connector you have the content in a native SharePoint list, on-premise or in the cloud. That means, you have full integration with search, lookups, workflow, RSS, email notification etc. You can place list web parts wherever you want.

In the same way you can replicate almost any data sources to almost any destinations using the Cloud Connector. Here is a sample configuration file entry, that replicates Twitter to a SQL Server table TwitterFeed:

<dataEntity name="SQL"
 type="destination"
 provider="System.Data.SqlClient"
 connectionString="Data Source=srvsql01; Initial Catalog=Northwind; User Id=MyUserID; Password=MyPassword"
 selectStatement="Select * from TwitterFeed">
</dataEntity>

Please read more about the Cloud Connector here

       "You can integrate almost any data sources to native SharePoint lists using the Layer2 BDLC or Cloud Connector.

News

Microsoft Office 365 Business Connectivity Services now available with Layer2’s Cloud Connector V2.0

​Layer2 today has announced V2.0 of its Cloud Connector replication service to integrate corporate on-premise data - e.g. files, SQL databases, ERP/CRM, Microsoft Dynamics CRM or NAV, SAP etc. - with the Office 365 cloud.

Office 365 and SharePoint: Layer2 Awarded Microsoft Gold ISV Partner Status

A Microsoft Gold Partner since 2009, Layer2 has again achieved the highest level of Microsoft certification as ISV partner and met the Microsoft Partner Network requirements with new SharePoint 2010 and Office 365 web parts and extensions for the Cloud.
Related Downloads

pdf ImageFlyer: Layer2 Partner Program

Partner with us as a software reseller or SharePoint service provider. There is a free partner program with up to 30% discount. Download as PDF.

pdf ImageGet in the Cloud – With your corporate data sources connected

Download this step-by-step instruction to connect your corporate or cloud data sources bi-directional to any Microsoft SharePoint Server 2010 in the cloud, including Microsoft Office 365.

pdf ImageProductflyer: Cloud Connector for Microsoft SharePoint 2010 & Office 365

Flyer with features, benefits & pricing info for download as PDF.

xml ImageSharePoint Cloud Connector PAD File

This XML-based PAD file offers a Cloud Connector product description for resellers to download and publish.

Related Links

Are you looking for resellers & implementation partners?

​Australia:

Web Cloud Solutions (Melbourne)

 

France:

Censio (especially SAP intgration)

 

Netherlands:

Wortell (Lijnden)

 

Spain:

Syntax.es  (Madrid)

 

Sweden:

NetIntegrate Sweden AB

 

United States:

Buchanan & Edwards

Aquilent

 

Cloud Connector @ Microsoft Office 365 Marketplace

Please share your Cloud Connector experience with other customers and rate us at Microsoft Office 365 Marketplace:

Microsoft-Office-365-Marketplace.png