example/LastFmAuthApp/inc/keys.h
changeset 26 83d6a149c755
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
       
     1 /*
       
     2  * keys.h
       
     3  *
       
     4  *  Created on: Jul 20, 2010
       
     5  *      Author: sidd
       
     6  */
       
     7 
       
     8 #ifndef KEYS_H_
       
     9 #define KEYS_H_
       
    10 //#define EMULATORTESTING
       
    11 
       
    12 static const QString kAPIRestURL = "http://ws.audioscrobbler.com/2.0/";
       
    13 static const QString kMinitokensuccessURL = "http://www.last.fm/api/grantaccess";
       
    14 static const QString kUrlChk = "http://www.last.fm/home";
       
    15 
       
    16 static const QString kApiKey = "6c401b39076d1ad6d6932fb74e6300ea";////"1d5c574ea10fae4a8d1d5d65435b8568";
       
    17 static const QString kApiSecret = "940b7a59c558a626db7100cda198517a";//"7fc210f897d4c4c32a47608e45cd3025";//
       
    18 
       
    19 #endif /* KEYS_H_ */