eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
http://storytlr.org
Other
216 stars 57 forks source link

Fix for Twitter API migrating from 1.0 to 1.1 #102

Open p37307 opened 8 years ago

p37307 commented 8 years ago

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.

kreativmind commented 7 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.