example/LastFmAuthApp/inc/keys.h
author cgandhi
Mon, 11 Oct 2010 21:59:54 +0530
changeset 26 83d6a149c755
permissions -rw-r--r--
Submitting following changes - AuthApps for Last.fm and Twitter added API for checking ServiceAuthorization added for SMFCredMgrClient API added for forcefully removing credential details from SMFCredMgr Extra argument checks in SMfClient APIs APIs for service login and logout from SMFClient Redundant members removed from SmfServerSymbian DSM bug fixes Test Apps included

/*
 * 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_ */