Updating the information for test applications and results.
/*
* 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_ */