flickr
Flickr PHP API help using oAuth?
I want to get backup of the users photos who has permitted my appication to get Backup. I tried phpflickr, phlickr a开发者_运维知识库nd Pear_Flickr_API. Please suggest me which one is better and any t[详细]
2023-04-04 12:38 分类:问答Getting the height of an image with jQuery from Flickr without loading the image file?
I\'m currently working on a jQuery solution where I want to load images from a Flickr RSS-feed. I\'m not satisfied with the default size I get from the feed though - I want the images I load to be equ[详细]
2023-04-04 07:43 分类:问答Calling flickr api using jquery ajax - IE Dilemma
wondering if anyone can help me out. I\'m trying to call the flickr api. I\'m using the following code, which works great in everything but Internet Explorer. Does anyone have any idea where I\'m goin[详细]
2023-04-03 03:44 分类:问答jQuery, JSON, Flickr API
$.ajax({ url: \"http://api.flickr.com/services/rest/?method=flickr.photos.getSizes&format=json&api_key=708f179518b2093d23f0aef284b565a4&photo_id=6115633659&jsoncallback=?\",[详细]
2023-04-02 08:22 分类:问答Resize content of HTML image markup with PHP
My HTML page displays an image with the following code (using Flickr) <?php echo \'<img src=\"http://farm\' . $photo[\"farm\"] . \'.static.flickr.com/\' . $photo[\"server\"] . \'/\' . $photo[\"[详细]
2023-04-02 05:52 分类:问答Get flickr photos with YQL with multiple parameters
I\'m trying to create a Flex app to get photos from flickr(using YQL) of \"something\" near a given ZIPCODE and ordered by interestigness.[详细]
2023-03-30 21:42 分类:问答flickr json rest call not working
Im usingthe flicker api on an iphone app, its working fine if I use the search method NSString *urlString = [NSString stringWithFormat:[详细]
2023-03-29 08:38 分类:问答OAuth call for a request token yields a 404 error
I am having an incredibly difficult time getting the OAuth gem working correctly for the Flickr API. I\'m trying to generate a request token u开发者_如何学Gosing this code:[详细]
2023-03-28 16:18 分类:问答+20 photos flickr api
I am trying to get +20 photos in a flickr feed. On another forum, someone posted the following code as an answer. I inserted my API + setID in the lines 2-3, but it didn\'t work.[详细]
2023-03-27 13:28 分类:问答Jquery: Pulling flickr set + getting item.title
I\'m trying to pull a set of images from flickr: <ul class=\"thumb\"> <li> <p class=\"artisan-name\">item.title</p> 开发者_开发知识库[详细]
2023-03-27 01:17 分类:问答