1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Add our swanky new Twitter OAuth credentials

This commit is contained in:
Jeff Mitchell
2011-02-11 19:22:29 -05:00
parent 3144ae76cf
commit 1ef02210d6

View File

@@ -25,11 +25,11 @@
#include "oauth.h"
#ifndef CONSUMER_KEY
#define CONSUMER_KEY ""
#define CONSUMER_KEY "B92heFT38GQtmnVnAzAdg"
#endif //CONSUMER_KEY
#ifndef CONSUMER_SECRET
#define CONSUMER_SECRET ""
#define CONSUMER_SECRET "nDJpSsXXBIFFIB2XrkwBL48h0ztsBUZ939CX1sh1U"
#endif //CONSUMER_SECRET
/**