Twitter Bundles

Revision as of 09:47, 2 July 2018 by Khgras (talk | contribs) (Created page with "= Using Twitter with Open-Xchange = == Preparation == You MAY want to replace the standard configuration of twitter integration. This depends on whether you want your own co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Using Twitter with Open-Xchange

Preparation

You MAY want to replace the standard configuration of twitter integration. This depends on whether you want your own company-name to be shown to users during the twitter authentication process. If you want this please follow these steps:

Twitter new 01.png

  • Enter appropriate Information in "Name", "Description", "Website" and "Callback URL". "Callback URL" should be the URL by which the Server is reachable (This is not checked at this moment but may be in the future).
  • Enter the text displayed in the captcha into the textfield below
  • Check "Yes, I agree" under "Developer Rules Of The Road"
  • Click "Create your Twitter application"

Twitter new 02.png

Twitter new 03.png

  • In the following overview click "Settings"

Twitter new 04.png

  • Change "Access" from "Read only" to "Read and Write"
  • Fill "Organization name" and "Organization website" if wanted
  • Upload a custom application icon if wanted
  • Click "Update this Twitter application´s settings"

Twitter new 05.png

  • Copy the String under "Consumer key" and paste it into the file "twitter.properties" as parameter "com.openexchange.twitter.consumerKey" (replacing the existing key there)
  • Copy the String under "Consumer secret" and paste it into the file "twitter.properties" as parameter "com.openexchange.twitter.consumerSecret" (replacing the existing key there)

Twitter new 06.png

Twitter new 07.png

Install on OX App Suite

Debian GNU/Linux 10.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/appsuite/stable/backend/DebianBuster/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/backend/updates/DebianBuster/ /

and run

$ apt-get update
$ apt-get install open-xchange-oauth open-xchange-messaging

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/appsuite/stable/backend/DebianBullseye/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/backend/updates/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install open-xchange-oauth open-xchange-messaging


Install on OX AppSuite

Debian GNU/Linux 10.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/stable/DebianBuster/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/stable/updates/DebianBuster/ /

and run

$ apt-get update
$ apt-get install open-xchange-oauth-twitter open-xchange-twitter open-xchange-messaging-twitter

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/stable/DebianBullseye/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/stable/updates/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install open-xchange-oauth-twitter open-xchange-twitter open-xchange-messaging-twitter


Configuration