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

Twitter API version changed #89

Closed lisvane closed 9 years ago

lisvane commented 10 years ago

Twitter has updated to version 1.1 for all related api: See

https://blog.twitter.com/2013/api-v1-retirement-update

I have found various locations to change the version number in storytlr but it still isn't working 100%. I am still going through to find more.

A single variable needs to be defined somewhere that can be changed whenever there is an update.

eschnou commented 10 years ago

This has been fixed a while ago. Which version of storytlr are you using? The ideal is to use the code from the master branch.

lisvane commented 10 years ago

Claims to be version 1.2.0

lisvane commented 10 years ago

Files dated 20 Jan 2013. The latest version has files dated 25 Mar 2013. Can I copy certain ones over rather than do a complete reinstall. The earlier files were loaded via Softaculous.

eschnou commented 10 years ago

Yes, unpacking a new release and overwriting an old one should work. Although I'm not sure how softaculous is managing the files. Thus, best to do a backup of the files/foder before you attempt anything.