Can Rollbase do sharing to social network sites?

Posted by Rollbase User on 15-Apr-2010 01:38

Is it possible for Rollbase to do sharing with social network sites like facebook or twitter?

All Replies

Posted by Admin on 16-Apr-2010 20:36

We do not provide built-in capabilities for particular networks, but this should be fairly easy to do using various integration tools, especially Integration Links and templates.

Posted by Admin on 23-Oct-2011 08:39

Many social networks like Facebook and Twitter have changed the authorization method required to use their API (this happened in 2010).



We now need to use OAUTH instead of a username and password pair.

Among other things, OAUTH imply the use of secret keys and the generation of a signature proving the legitimacy of the REST / HTTP requests.



In order to support publishing to Facebook and Twitter from Rollbase, the use of HTTP GET and HTTP POST triggers supporting OAUTH seems the way to follow.



(Here are some simplified implementation examples: https://dev.twitter.com/docs/auth/oauth/single-user-with-examples)



This would be a great addition to Rollbase.



Posted by Admin on 25-Oct-2011 14:11

We can consider this as request for future development.

Posted by Admin on 07-Jun-2013 00:45

This would be a great addition, adding both support for OAUTH and ability to pass basic auth as header for http-get

This thread is closed