Tagged Questions
Flickr image and media file hosting, with various public APIs for embedding images on external sites.
10
votes
4answers
12k views
Android: BitmapFactory.decodeByteArray gives pixelated bitmap
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:
...
7
votes
5answers
6k views
Why do I need a flickr api key?
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 public ...
5
votes
1answer
2k views
jQuery $.getJSON - How do I parse a flickr.photos.search REST API call?
Trying to adapt the $.getJSON Flickr example:
$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?",
function(data){
...
5
votes
4answers
206 views
Using flickr to get photos of a specific location and put together a model
I've read about systems which use the Flickr database of photos to fill in gaps in photos (http://blogs.zdnet.com/emergingtech/?p=629).
How feasible is a system like this? I was toying with the idea ...
4
votes
1answer
443 views
flickr plugin for CKEditor / CKFinder
I've done a google search and can't seem to find one anyone know if one exists or not ?
Hopefully it would allow the user to select a photo from flicker to put into the ckeditor area with the correct ...
4
votes
2answers
649 views
Get Flickr Sets
Usual stuff, Googled forever, looked on here, no help. Yet.
What I want is to list the sets of photos I have on Flickr. Nice & simple, it would seem.
I want the 'title image' (the one used as the ...
4
votes
1answer
667 views
Flickr api vs. Picasa api
I'm building an application where users can upload pictures. All I require is for the user to upload the initial photo, and manage the title, description, tags and spatial data for kml. The ability to ...
4
votes
2answers
1k views
Rails Photo Gallery Plugin for 3rd Party Hosting on Flickr or Picasa
I don't want to store photos on the server. I'd prefer to use picasa or flickr, etc. I'm wondering what solutions are popular and work well. I've found:
http://code.google.com/p/picasaonrails/
...
4
votes
4answers
890 views
Shared secret with API in an Ajax Adobe AIR app
I'm pretty new to developing AIR apps, so maybe this is a dumb question, but I can't seem to find any answers from google. Any help you can give me is greatly appreciated.
I'm building an AIR app ...
3
votes
3answers
114 views
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 equal ...
3
votes
2answers
74 views
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["id"] ...
3
votes
1answer
369 views
Using Flickr API to search photos by location or language
Some popular words, like "food," are used all over the world as loan words.
I am tried to use flickr.photos.search to get photos from one specific language or region.
I didn't find a setting for this ...
3
votes
2answers
570 views
Displaying Flickr photos using the Galleria jQuery plugin
I'm trying to import/show the photos from the Flickr photostream (or set) using Galleria (http://galleria.aino.se/). I couldn't find any useful info in the Galleria documentation. How to go about ...
3
votes
1answer
105 views
Including twitter/flickr api calls on every page load (WordPress)
I want to include my latest flickr photos and twitter status updates in a wordpress sidebar or footer using JSONP requests. The problem is of course each page reload will perform a new ajax call, and ...
3
votes
2answers
75 views
Big sites showing less data
I look after a large site and have been studying other similar sites. In particular, I have had a look at flickr and deviantart. I have noticed that although they say they have a whole lot of data, ...
3
votes
2answers
110 views
Is there any Flickr Image search API for ActionScript\MXML developers?
Is there any Flickr Image search API for ActionScript\MXML developers? (if special keys are not needed for using it will be big +)
3
votes
1answer
328 views
flickr API calls
im interested how many api calls per second or per minute i can do with my flickr API Key?
is there a limit or is it unlimited?
3
votes
1answer
159 views
How to detect if a user has logged in to flickr?
What is the right way to find out if a user has logged in to Flickr? I have an iframe in my application which lets user's download their images from Flickr. But if the user is not logged into flickr, ...
3
votes
3answers
244 views
How to check if a flickr url is valid
We need the user to be able to enter URLs in our media section . However since users can make mistakes in entering the URLs , we need to ensure that the URLs are valid flickr URLs .
Valid URL eg :
...
3
votes
2answers
3k views
Flickr feed problems. how to show all images from a photostream
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 ...
3
votes
2answers
353 views
Automatic Spacing for Flowchart
So I'm working on a project that will, in the end, generate a kind of flow chart using the Flickr api. You will supply a seed tag, and the program will use that seed tag to find other related Flickr ...
3
votes
3answers
750 views
Flickr API Key storage
I have a C# application that I want to use Flickr's API. I received my API key and shared secret, but when receiving the key it explicitly mentions not giving out the API key we were provided.
...
3
votes
2answers
1k views
CSS and Safari/Chrome
I've been trying to modify the following menu to make it look indentical in IE, Firefox, and Safari/Chrome but I can't seem to get it to look right in Safari/Chrome.
Could anyone tell me how to fix ...
2
votes
2answers
55 views
How do I retrieve all public geotagged photos from Flickr?
I am currently creating a php app part of which involves placing geotagged photos on a Google map, I would like to be able to place all geotagged publics photos from Flickr on this map, rather than ...
2
votes
1answer
37 views
How can I pull images from Flickr into Drupal website based on specified tags?
I work for a registered children's charity and social enterprise, and we've recently relaunched our website - built on Drupal, which is great.
To help bring to life what we do, we serve a random ...
2
votes
0answers
177 views
Uploading to Flickr with Node.JS: Invalid auth_token
So I'm new to OAuth and Node.JS, but I have to create a Flickr bot to upload photos for a university project. From my understanding Node doesn't have native support of multipart/formdata requests so I ...
2
votes
0answers
161 views
flickr callback URL not working
I downloaded the objective c flickr library from the link. https://github.com/lukhnos/objectiveflickr
Created the app key and secret and updated the SampleApiKey.h file. The callback URL in flicker ...
2
votes
1answer
216 views
Flickr 'Invalid auth token (98)' Uploading videos from Asp.net Application
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 ...
2
votes
1answer
177 views
Modern Flickr API for Java
Is there any Java API for Flickr out there that is more modern than the existing ones?
flickrj
contains full set of API methods
API usage tedious, no generics, type safe values, etc.
no updates in ...
2
votes
1answer
58 views
How do I access sub tags in the flickr RSS feed using php?
I am pulling info from my flickr RSS feed and have hit a road bump. Things like the image url and title
are in simple <Title> and <Link> tags. And I get them like this
if($item['title'] ...
2
votes
1answer
172 views
error Invalid Call Back URL Failed in Flickr API
I need to implement flickr in my app.i just downloaded the api.In that i founded the sample(SnapAndRun).That sample is working,but i am getting issues saying that call back URL failed .please let ...
2
votes
1answer
171 views
How do I get phpFlickr to return the original image?
This code works perfectly:
$f = new phpFlickr(FLICKR_API_KEY, FLICKR_API_SECRET);
$f->setToken(FLICKR_AUTH_TOKEN);
// Next line is just WordPress providing the photoset ID.
$mySetID = ...
2
votes
1answer
220 views
Setting a custom size of thumbnails images pulled from JQUERY/FLICKR API
I am adding a gallery to a website and I want to pull the images from a flickr account.
I have it working but I would like to set a custom size to the thumbnails not just the small , meduim and ...
2
votes
1answer
216 views
php mysql photo upload by email, just like flickr
I need to develop a system where a user can sign into our site and have their own unique uploading email address (how to create email ids on a shared hosting with php automatically?). They can then ...
2
votes
2answers
166 views
Need to show pictures from flickr on my site tagged a certain tag
*I'm been going over the available apis and programs out there but what I need is a way to pictures from flickr on my site. Most of the programs I have seen only show pictures that belong to a certain ...
2
votes
2answers
190 views
How to partially and progressively iterate over a javascript object?
I'm using jQuery and the Flickr API to return a json object containing many photos from a user's photostream.
I would like to iterate over the resulting object to show 40 photos initially, followed ...
2
votes
2answers
646 views
Resize photos as thumbnail squares like Flickr and Facebook photostreams?
What is the best way to resize photos and create square, same-sized thumbnail pictures for photostreams? Flickr and Facebook do this, and we would like to emulate this functionality.
Here's an ...
2
votes
3answers
1k views
Flickr API on Android?
I want to use Flickr API for downloading the images on Android Phone, can any one give or tell, me about the working sample of Flickr API on Andorid.
I have add the flickr.jar as the external ...
2
votes
1answer
358 views
Upload snapshot from webcam directly to twitpic, flickr, facebook
I succeed to get a snapshot from the webcam as a jpeg (via BitmapArray) and now I want to upload it directly to twitpic or flickr . Any ideas? Thanks!
2
votes
2answers
141 views
Is there a way to get the path of a photo using the Flickr api?
When I upload a photo using the Flickr API it returns the photo id. I can then use that to find out what server the photo is on but i also need to know what farm that server is on.
Is there a way to ...
2
votes
1answer
766 views
flickr gem rails 3
In your opinion, what's the best gem for the Flickr API compatible with Rails 3 ?
I just need some basic functions to retrieve some photos based on web page urls for a given size.
Thank you,
...
2
votes
2answers
215 views
Download from a URL with C++
I'm playing around with C++ for the first time in years. Making an app using Qt, with the Qt IDE. I want to make an app to integrate with the Flickr API. I've got to the point where i need to make ...
2
votes
1answer
605 views
Flickr and Youtube integration on Android
HI ALL
I need to show :
1) Photostream of a particular account on flickr in a grid view.
2) List OR Grid of you tube videos for a particular channel.
Please suggest tutorials OR link to do that.
...
2
votes
1answer
195 views
Flickr albums in django admin
I want to do the following:
Having a model (p.e. a model which handles data about photographic reports) create a section which has a preview of an specific flickr album. The URL will be provided by ...
2
votes
4answers
407 views
Which is better, save a website images on Amazon S3, Flickr or Picasa?
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 also ...
2
votes
4answers
3k views
Decode json string returned from Flickr API using PHP, curl
Im trying to decode a json string returned from flickr within my PHP code. Im using CURL but it keeps returning a string even when I wrap json_decode() around the json sring variable. Any ideas?
...
2
votes
4answers
815 views
SimplePie not parsing flickr feed
I am trying to use SimplePie to pull a group pool flickr feed:
$feed = new SimplePie();
...
2
votes
1answer
819 views
jQuery Flickr REST API call returns nothing?
I create a Flickr account, create an app and got my API key, created a few photo sets and tested the API call using their API explorer to get the following URL to call:
...
2
votes
2answers
446 views
Why isn't the Flickr API RESTful?
I'm about to start developing a REST API for a client's website and I've been doing some research. I came accross this useful SO question on the gold standard for APIs:
...
2
votes
2answers
970 views
Hosting web site images: Flickr PRO, Amazon S3 or…?
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 Application ...