mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
Remove twitter api keys from oauth.cpp, they've been regenerated
This commit is contained in:
4
thirdparty/qtweetlib/src/oauth.cpp
vendored
4
thirdparty/qtweetlib/src/oauth.cpp
vendored
@@ -25,11 +25,11 @@
|
||||
#include "oauth.h"
|
||||
|
||||
#ifndef CONSUMER_KEY
|
||||
#define CONSUMER_KEY "B92heFT38GQtmnVnAzAdg"
|
||||
#define CONSUMER_KEY ""
|
||||
#endif //CONSUMER_KEY
|
||||
|
||||
#ifndef CONSUMER_SECRET
|
||||
#define CONSUMER_SECRET "nDJpSsXXBIFFIB2XrkwBL48h0ztsBUZ939CX1sh1U"
|
||||
#define CONSUMER_SECRET ""
|
||||
#endif //CONSUMER_SECRET
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user