Open p37307 opened 8 years ago
Still not working. I have made the changes as stated above as well as made sure the keys are in the /protected/config/config.ini file and it's telling me: Missing OAuth consumer key and secret, these should be added to the Storytlr config.ini file. More details here.
I fixed my issue with Twitter Source failure of migrating from the API 1.0 to the API 1.1.
I simple went into protected/library/TwitterOAuth/Client.php
and change
public $host = "https://api.twitter.com/1.0/ to public $host = "https://api.twitter.com/1.1/
Since we already used Oauth, nothing else needed fixed.