From 8b7b8fc49b6ad3d2fd9972bcbdbe49bbf50171d3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 30 Apr 2012 08:17:48 +0200 Subject: [PATCH] Twitter: little modification of the README - don't use a callback URL! --- twitter/README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/twitter/README b/twitter/README index 12bb6664..ff08976c 100755 --- a/twitter/README +++ b/twitter/README @@ -21,10 +21,13 @@ Online version of this document: http://ur1.ca/35mml ___ Requirements ___ -To use this plugin you have to register your Friendica instance as an -_client application_ for Twitter with _read and write_ access, we do not intend -to use Twitter for login. The registration can be done at twitter.com/apps -and you need to have a Twitter account to do so. +To use this plugin you have to register an application for your friendica +instance on Twitter with + * read and write access + * don't set a callback URL + * we do not intend to use Twitter for login +The registration can be done at twitter.com/apps and you need a Twitter +account for doing so. After you registered the application you get an OAuth consumer key / secret pair that identifies your app, you will need them for configuration.