flickr Questions

1

Solved

I'm trying to create a simple Flickr plugin via the API to show a gallery of photo sets . The way I'd like it to work is something like this: <div id="72157634235266773" class="thumb"><...
Philibeg asked 23/6, 2013 at 6:2

1

Im trying to display the latest 5 images from: http://api.flickr.com/services/feeds/photos_public.gne with the tag "cars" and then output the latest 5 thumbnails into a blank html document as a ...
Izy asked 5/5, 2013 at 13:29

1

Solved

I get this from a sample Flickr response in their api site: jsonFlickrApi({"method":{"_content":"flickr.test.echo"}, "format":{"_content":"json"}, "api_key":{"_content":"8038f7f7d7151ccbf6df2aa10b...
Talamantes asked 10/4, 2013 at 16:5

1

Solved

I am working with Flickr's REST API and it's working fine. By that, I mean I'm making an AJAX call to the Flickr API and getting a JSON object back, parsing the object, etc. etc. But this raises a...
Neckerchief asked 4/1, 2013 at 14:38

0

For those willing to use the Zend_OAuth_Consumer solution, which I highly recommend, as it handles all the trivial steps needed to process an OAuth request, and all the difficult procedures t...
Ray asked 25/7, 2012 at 19:15

2

Solved

I am working on a project in which i have created an app on flickr. my account is free account. using that app. many users connects to my application and i store their access_token in my database. ...
Carob asked 29/2, 2012 at 14:1

2

Solved

I'm trying to authenticate to the Flickr API for a demo application I want to make for myself. Then i will extend this app with new features that i'll learn of the Flick API's. So this is just som...
Occur asked 17/2, 2012 at 14:28

3

Solved

I am working on an Android app that displays photos which are downloaded from Flickr. I obtain a bitmap object from a byte array, which in turn is read from the relevant Flickr URL, as follows: Bi...
Aesthetically asked 2/2, 2010 at 12:4

1

Solved

For my website I use the PHP API for Flickr ( http://www.flickr.com/services/api/ ). This API provides several useful methods to get photos around particular GPS positions. The call to API methods...
Desensitize asked 25/10, 2011 at 22:13

3

Solved

$.ajax({ url: "http://api.flickr.com/services/rest/?method=flickr.photos.getSizes&format=json&api_key=708f179518b2093d23f0aef284b565a4&photo_id=6115633659&jsoncallback=?", type: ...
Cyanohydrin asked 5/9, 2011 at 18:22

1

I am trying to send a photo from an iOS app to Flickr using the API. I have successfully got the authorisation working and have a token ready to use. I am sending the photo data over a HTTP POST an...
Pleasantry asked 13/1, 2011 at 18:11

1

Solved

I am attempting to allow user to upload videos to Flickr from an Asp.net application using the FlickrNet library/API. I've obtained an API key and an API secret from Flickr. Additionally I am retri...
Yeomanry asked 29/6, 2011 at 4:30

1

Solved

When accepting my flickr app, I get the following error message: "Oops! Flickr doesn't recognise the permission set." It seems I am not alone with this problem, see Yang and Yun's Album's on this ...
Feign asked 29/6, 2011 at 7:47

1

Solved

Some popular words, like "food," are used all over the world as loan words. I am trying to use flickr.photos.search to get photos from one specific language or region. I didn't find a setting for ...
Paternal asked 24/6, 2011 at 22:33

1

Solved

I try to develop an Android App which allows the user to fetch data from flickr and show it in a GridView (with some nice 3D-Animation). After some adventures i got it almost running, but now I'm s...
Achlamydeous asked 16/1, 2011 at 11:50

1

I am trying to get a specified set from Flickr and then display the images in that set using the JSON and REST API. Here is the code I am using: $.getJSON("http://api.flickr.com/services/rest/?me...
Decadence asked 8/12, 2010 at 1:58

3

Solved

I'm using jQuery but my problem is that my page variable is being incremented several times even when I'm using "page += 1" in the .ajaxStop callback function because it's being executed more than ...
Lustre asked 23/11, 2010 at 10:10

1

Hi every one I have a weird issue I been working with the Flickr API, in Flickr for make a connection with the server is through url format in my case something like this http://api.flickr.com/se...
Ama asked 24/6, 2010 at 17:32

4

Solved

I have a website and going to extend it, so users will upload their images on this website, i want to save users images in another storage service. Users will save images and view them, and ...
Santoyo asked 7/5, 2010 at 22:58

5

I am using the Web Client Class to download files from the internet (Flickr actually). This works fine as long as I use : WebClient().DownloadData(string) , however this locks up the UI as it is No...
Suasion asked 23/9, 2009 at 12:27

2

Solved

I'd like to save some of my site monthly bandwidth allocation and I'm wondering if I can use Flickr PRO or I should rely on Amazon S3 as an hosting service for my web site images. (My Web Applicati...
Decolorize asked 26/1, 2010 at 23:11

2

Solved

I am using a bespoke JQuery/PHP script which parses a Flickr feed using SimpliePie and outputs an image gallery. I have instructed my client to upload there images into their flickr account. The ...
Disinfectant asked 9/11, 2009 at 12:23

1

Solved

I want to download a set of photos of a particular user in Flickr using the Flickr Java API (flickrj) Does anybody knows how to do it? I've stated with this code: Transport t = new REST(); Flick...
Kentledge asked 13/6, 2009 at 22:5

5

Solved

Reading through the Flickr API documentation it keeps stating I require an API key to use their REST protocols. I am only building a photo viewer, gathering information available from Flickr's publ...
Treytri asked 17/9, 2008 at 18:29

© 2022 - 2024 — McMap. All rights reserved.