Skip to content

Commit

Permalink
flickr API uses https
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstarks committed Nov 28, 2014
1 parent 5b9e150 commit 2bb7108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f50/f50.go
Expand Up @@ -49,7 +49,7 @@ var (
)

const (
apifmt = "http://api.flickr.com/services/rest/?method=%s&api_key=%s&%s=%s&per_page=50&sort=interestingness-desc"
apifmt = "https://api.flickr.com/services/rest/?method=%s&api_key=%s&%s=%s&per_page=50&sort=interestingness-desc"
urifmt = "http://farm%s.static.flickr.com/%s/%s.jpg"
apiKey = "YOURKEY"
textStyle = "font-family:Calibri,sans-serif; font-size:48px; fill:white; text-anchor:start"
Expand Down

0 comments on commit 2bb7108

Please sign in to comment.