spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

Modifying user data programmatically through APIs using spring-social #244

Open datastorm1337 opened 6 years ago

datastorm1337 commented 6 years ago

Summary

I am interested in getting guide lines to implement content update and creation through APIs using spring-social. For example, I would like to add an assignee to github issue or create a new post via linkedin.

As far as I know, this is not possible nor the intention of spring-social. But I want to build a custom version that supports this and these libraries seem like a good starting point.

Please give me some tips and guide me. I am sure that this would be possible with this code and that this library is good for this. Which classes should I look into?

Actual Behavior

There is no implementation of this in any spring-social, as far as I am aware.

Expected Behavior

Guide lines on how to be able to modify user data programmatically using spring-social.

Configuration

Standard configuration.

Version

1.0.3

Sample

None