veskuh / Tweetian

A feature-rich Twitter app for smartphones developed using Qt/QML
GNU General Public License v3.0
50 stars 26 forks source link

Flickr now SSL-only #159

Closed hugovk closed 10 years ago

hugovk commented 10 years ago

Flickr images weren't being loaded in Tweets because the Flickr API is now SSL-only.

http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/

The fix is to simply add a s to the http.

Tested on Symbian/Nokia 808.

veskuh commented 10 years ago

Thanks. Merging.