example/LastFmAuthApp/inc/keys.h
changeset 26 83d6a149c755
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/LastFmAuthApp/inc/keys.h	Mon Oct 11 21:59:54 2010 +0530
@@ -0,0 +1,19 @@
+/*
+ * keys.h
+ *
+ *  Created on: Jul 20, 2010
+ *      Author: sidd
+ */
+
+#ifndef KEYS_H_
+#define KEYS_H_
+//#define EMULATORTESTING
+
+static const QString kAPIRestURL = "http://ws.audioscrobbler.com/2.0/";
+static const QString kMinitokensuccessURL = "http://www.last.fm/api/grantaccess";
+static const QString kUrlChk = "http://www.last.fm/home";
+
+static const QString kApiKey = "6c401b39076d1ad6d6932fb74e6300ea";////"1d5c574ea10fae4a8d1d5d65435b8568";
+static const QString kApiSecret = "940b7a59c558a626db7100cda198517a";//"7fc210f897d4c4c32a47608e45cd3025";//
+
+#endif /* KEYS_H_ */