semantic_forms icon indicating copy to clipboard operation
semantic_forms copied to clipboard

Get data from social networks

Open jmvanel opened this issue 10 years ago • 3 comments

There is an example with Google API: https://github.com/jmvanel/semantic_forms/blob/master/scala/social_web/src/test/scala/WSClient.scala

jmvanel avatar Aug 14 '15 14:08 jmvanel

Connectors for social networks is a big issues that involves:

  • permissions (OAUTH, etc)
  • general semantization of REST API

and the list of wanted data sources is big too:

  • github
  • twitter
  • G+
  • LinkedIn
  • Facebook

jmvanel avatar Oct 20 '16 17:10 jmvanel

Coordination needed with semantic bus project ! either

  • some JS code can be reused in browser
  • some JS code can be reused in server with Rhino or other JVM JS engine
  • some web services can be reused

jmvanel avatar Jan 10 '18 14:01 jmvanel

Semantic form can used JS component library but i think that it's properer to use the bus to produce semantic flow consumed by semantic form https://github.com/assemblee-virtuelle/Semantic-Bus/tree/master/webServices/workSpaceComponentDirectory

simonLouvet avatar Jan 10 '18 14:01 simonLouvet