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";