php - Getting flickr thumbnail -


i'm trying thumbnail of flickr pictures in php.

all saw in api: http://www.flickr.com/services/api/misc.urls.html

which overkill. in instagr.am/twitpic , others found easy way of doing (just adding url request).

is there option flickr i'm missing?

if have url flickr image, have modify suffix different size of photo. example:

http://farm1.staticflickr.com/2/1418878_1e92283336_m.jpg

this url loads medium sized photo. if change _m _t, thumbnail:

http://farm1.staticflickr.com/2/1418878_1e92283336_t.jpg

you can use s small, z medium, , b large.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -