Author Topic: Using Social Media (Twitter & Facebook) with Platform SDK 8.0  (Read 3560 times)

Offline luchosrock

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
Hi,

Is there a way to use Platform SDK (for .NET) to connect to Social Media (Twitter,Facebook)?  If there's not, then what component should I use?

Thanks in advance,

Regards.


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Using Social Media (Twitter & Facebook) with Platform SDK 8.0
« Reply #1 on: June 13, 2014, 06:21:44 PM »
It is another multimedia interaction only, you should treat them just like that.

Offline luchosrock

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
Re: Using Social Media (Twitter & Facebook) with Platform SDK 8.0
« Reply #2 on: July 01, 2014, 02:55:08 PM »
Thanks for your reply,

There are two concepts that confuse me, Open Media (through Interaction Server) and Web Media (through Web Media Server). Which one of those should I use for social media interaction?


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Using Social Media (Twitter & Facebook) with Platform SDK 8.0
« Reply #3 on: July 01, 2014, 03:05:34 PM »
Open Media states as you can integrate almost anything that could arrive to IXN Server, for example, a Fax sent as email.
Web Media is chat, email, etc.
Social Media is that, interactions created directly on IXN Server via the FB and tW plugins. The management is the same as you interact with IXN server, not the Gateways

Offline luchosrock

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
Re: Using Social Media (Twitter & Facebook) with Platform SDK 8.0
« Reply #4 on: July 01, 2014, 04:53:48 PM »
Let me know if I got it right:
Chat and  e-mail interactions are handled by WebMedia Server, while other interactions like Facebook, Twitter or else are handled by Interaction Server.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Using Social Media (Twitter & Facebook) with Platform SDK 8.0
« Reply #5 on: July 01, 2014, 06:09:54 PM »
No.
You don't need WebMedia Server for email...it is handled by Email Server Java (ESJ). Check the Multimedia Components description so you can understand better.
WebMedia Server provides an API so services like chat (HTTP protocol) can have a way to connect to IXN (TLib).


Offline luchosrock

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
Re: Using Social Media (Twitter & Facebook) with Platform SDK 8.0
« Reply #6 on: July 01, 2014, 08:05:10 PM »
Now I get it.
Thanks