aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_lib.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-06-11 18:50:26 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2011-06-11 18:50:26 +0100
commitc0f33f1ea6aa05543b81f4eb0b9cc3a11446f996 (patch)
tree47cbbe3a19bbf591c6f6405a9aafda7faba95a73 /protocols/twitter/twitter_lib.h
parentde923d59e15bb650c2cb98a6254c79aa7c6af96e (diff)
Change the default base_url to something that works. Change the default for
identi.ca to HTTPS while I'm at it. Pretty important since I can't use OAuth for it yet.
Diffstat (limited to 'protocols/twitter/twitter_lib.h')
-rw-r--r--protocols/twitter/twitter_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/twitter/twitter_lib.h b/protocols/twitter/twitter_lib.h
index fa039ede..c33b2dfc 100644
--- a/protocols/twitter/twitter_lib.h
+++ b/protocols/twitter/twitter_lib.h
@@ -28,8 +28,8 @@
#include "nogaim.h"
#include "twitter_http.h"
-#define TWITTER_API_URL "http://twitter.com"
-#define IDENTICA_API_URL "http://identi.ca/api"
+#define TWITTER_API_URL "http://api.twitter.com/1"
+#define IDENTICA_API_URL "https://identi.ca/api"
/* Status URLs */
#define TWITTER_STATUS_UPDATE_URL "/statuses/update.xml"