From 2799829d55668c421e909f77b25ac445e5ede3ee Mon Sep 17 00:00:00 2001 From: Tim Su Date: Fri, 2 Sep 2011 00:59:34 -0700 Subject: [PATCH] Updated app id for development not to be the same as release --- .../plugin-src/com/todoroo/astrid/actfm/sync/ActFmInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmInvoker.java b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmInvoker.java index f251a13b6..f2f3a9391 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmInvoker.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmInvoker.java @@ -25,7 +25,7 @@ public class ActFmInvoker { /** NOTE: these values are development values & will not work on production */ private static final String URL = "http://10.0.2.2:3000/api/"; - private static final String APP_ID = "bf6170638298af8ed9a8c79995b1fc0f"; + private static final String APP_ID = "a4732a32859dbcd3e684331acd36432c"; private static final String APP_SECRET = "e389bfc82a0d932332f9a8bd8203735f"; public static final String PROVIDER_FACEBOOK = "facebook";