Updated app id for development not to be the same as release

pull/14/head
Tim Su 13 years ago
parent 2363fc9525
commit 2799829d55

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

Loading…
Cancel
Save