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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     1
/*
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     2
 * keys.h
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     3
 *
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     4
 *  Created on: Jul 20, 2010
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     5
 *      Author: sidd
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     6
 */
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     7
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     8
#ifndef KEYS_H_
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
     9
#define KEYS_H_
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    10
//#define EMULATORTESTING
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    11
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    12
static const QString kAPIRestURL = "http://ws.audioscrobbler.com/2.0/";
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    13
static const QString kMinitokensuccessURL = "http://www.last.fm/api/grantaccess";
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    14
static const QString kUrlChk = "http://www.last.fm/home";
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    15
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    16
static const QString kApiKey = "6c401b39076d1ad6d6932fb74e6300ea";////"1d5c574ea10fae4a8d1d5d65435b8568";
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    17
static const QString kApiSecret = "940b7a59c558a626db7100cda198517a";//"7fc210f897d4c4c32a47608e45cd3025";//
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    18
83d6a149c755 Submitting following changes -
cgandhi
parents:
diff changeset
    19
#endif /* KEYS_H_ */