Hi everyone,
I know this one is an oldie, but since Twitter changed their API, I would like to try to still get the feeds in our mobile site. We are using version 1.5 and while we update to Kurogo's newest version, we would like to have Twitter working back again. This is what I have so far, it won't give me any error, but just nothing happens:
[twitter]
TITLE = "MySite on Twitter"
ACCOUNT = "MyTwitterUserAccount"
RETRIEVER_CLASS = "TwitterDataRetriever"
API_VERSION = 1.1
OAUTH_CONSUMER_KEY = "XXXXXXXXXXXXXXXXXXXXX"
OAUTH_CONSUMER_SECRET = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
tokenSecret = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
Any help/advise, or if I am missing anything is greatly appreciated!
Sylvia