Flickr is a photo/video sharing website. Photos are tagged with valuable metadata such as tags, geolocation, and Exif data.The Flickr API is how you can access that data. In fact, almost all the functionality that runs flickr.com is available through the API.
0
votes
1answer
14 views
cs193p assignment 4 flickr fetcher returns an empty array
I am following the iTunesU lecture of stanford cs193p class, and I am on assignment 4 right now. After I entered the API key in the header file and try to log the returned array to the console, it ...
0
votes
0answers
6 views
Number of photo annotated with a given tag
I need to compute the number of occurrence of a given tag in the Flickr website
It is possible to know via Flickr API Number of photo annotated with a given tag ?
0
votes
4answers
57 views
JSON Parsing in Android for pulling Boolean/Integer values
I am new to JSON and I was wondering how I would pull some info and put it into a JSON Object and then read some of the values. The json info looks like this,
{
"photos":{
"page":1,
...
0
votes
1answer
32 views
Displaying 5 latest thumbnails from public flickr api using atom_1 and php
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 ...
-1
votes
0answers
24 views
How to show latest flickr photos inside an unordered list [closed]
I was asking me how I can get my latest flickr posts set inside my own website. Can anyone help me or give some advice for create something.
What I exactly want is that the latest flickr photos will ...
0
votes
1answer
30 views
Flickr API: Uploading without authentication?
I'm working on an application that pulls images from Flickr, and it also offers the ability to upload to Flickr. The problem is that the Flickr API doesn't seem to accept photo uploads without ...
1
vote
0answers
28 views
jsonFlickrFeed not defined when query flickr api
I'm a beginer using angular js. It's been great so far though I got into this issue trying to query flickr public photos using their json api. Here is the
url.
If you clck there you'll see the json ...
0
votes
0answers
32 views
TimThumb and Facebook API
I would like to use timthumb as thumbnail for Facebook Share API.
I have extension .jpg for timthumbs, which should make them CDN friendly, but Facebook doesn't accept them.
Example:
...
1
vote
1answer
32 views
How do I parse this Flickr response?
I get this from a sample Flickr response in their api site:
jsonFlickrApi({"method":{"_content":"flickr.test.echo"}, "format":{"_content":"json"}, ...
1
vote
1answer
49 views
POCO Classes for Flickr API response and RestSharp
After successfully trying out RestSharp with the Google Elevations API, I wanted to try it on the Flickr API. For the Elevations API, I created a set of POCO classes that I derived from the XML ...
0
votes
0answers
30 views
Flickr, Facebook authentication and url sharing
I have the following setup.
A server where my webapp is running.
A flickr account where collections of photos are stored.
What I am trying to achieve is have various visitors to the site verify ...
0
votes
1answer
90 views
selecting multiple random images through Flickr Api, Javascript
I want to show 4 random (and different) pics from a flickr user's most recent 200 pics. The code has 3 parts
Json request to Flickr [works]
Javascript random number generator [almost works]
Parsing ...
0
votes
1answer
24 views
can I create Collections in Flickr using Flickr API
Can I create Collections using Flickr API (I am using C# FlickerNet, but I can use REST calls, if its supported). I am not getting any method for that.
Thanks.
0
votes
0answers
24 views
FlickrService class - implementing a search method
I have created a FlickrService class in a program and one of the methods to implement is a String Search method.
The method takes in a tag, longitude and latitude as the parameters.
The method ...
0
votes
1answer
27 views
Flickr API sometimes returns false, but usually works, why?
I'm constructing this URL with PHP and getting the result from Flickr with CURL.
...
0
votes
0answers
72 views
Php Flickr authentication to access private photos
I would like to use Flickr as a repository for my website photos. The idea is to upload them to Flickr with "private" permissions so that no one can see them there but to display them in a public ...
0
votes
1answer
55 views
Download Photo From Flickr URL
I need to download flickr images from given flickr URL , Is there any help or any good link .
Please help me out.
For more clarification, I have an URL http://www.flickr.com/photos/XYZ@ABC/ and it has ...
0
votes
1answer
39 views
How to start making a website that gets photos from flickr using rails
I'm pretty new to rails so where can I get resources to help me get this done? What gems do I need? How do I use flickr api inside of the website using rails?
1
vote
2answers
59 views
Are there any good up to date tutorials and gems to use the Flickr API in Rails
I have had a look at flickr-fu, But the tutorials are out of date.
http://www.pixellatedvisions.com/2009/04/06/integrating-flickr-into-your-rails-website
I'm using rails 3.2
2
votes
0answers
53 views
jQuery ajax request to Flickr sporadically fails
Occasionally, an ajax request to Flickr's api will fail. I'm not sure if I'm doing something wrong here - or if I'm just not handling things correctly - but the code works over 90% of the time. When ...
0
votes
1answer
42 views
How to skip requesting access token in Flickr again?
I'm building flickr api to upload photos! Every time I run my application, It goes through the whole process of requesting for access token! I want if the user has authorize my app, then she don't ...
-1
votes
1answer
27 views
Can I use Dropnet, flickrnet, etc in my commerical product [closed]
There are many third party utilities like
Dropnet
Restsharp
Facebook
Newton Json
Flickrnet
Google api sdk, etc
Can I use those in my commericial product? Do I need to follow some ...
1
vote
1answer
91 views
fetching json feed intermittently fails in ios uitableview
I am building a simple ios app that attempts to show sequence of images from flickr. The problem is it sometimes works and sometimes fails and I am not sure where is it going wrong.
Application has a ...
0
votes
2answers
68 views
How to use Flickr Authentication in Android?
I'm pretty new to Android and want to build an app which allow user to login to their Flickr Account and allow them to upload photos. I have seen many articles, saw FlickrjAndroid but unable to ...
0
votes
5answers
78 views
Iphone How do I get ID and owner into NString from this json HASH
Iphone How do I get ID and owner into NString from this hash.
{ "photos": { "page": 1, "pages": 26, "perpage": 10, "total": "259",
"photo": [
{ "id": "8493465829", "owner": ...
0
votes
0answers
31 views
how to get nearby flickr photos android
I am using FlickrjApi4Android to get the nearby public photos based on user location. I have tried
Flickr.getGeoInterface().photosForLocation(...)
//and
Flickr.getPhotosInterface().search(...).
...
0
votes
1answer
25 views
FlickrNet and Windows Phone 7.1
I am trying to get the example code from http://flickrnet.codeplex.com running for Win Phone 7.1, I get an error for the PhotosSearch() method. I added FlickrNet from NuGet. Am I missing something? ...
1
vote
0answers
65 views
Clojure - oauth credentials and signature
Iam trying to implement oauth (clj-oauth https://github.com/mattrepl/clj-oauth) for use with the flickr API.
I already have the access-token and just need the credentials but here I get stuck.
My ...
-1
votes
1answer
58 views
Find Flickr username if ID is provided?
Is there an API call or some other way to find username of a Flickr account If I have user id of that account ?
0
votes
0answers
75 views
Photo mashup using flickr API & Javascript [closed]
i'm interested in building a Photo Mashup application based on location user enters.
I want to use Flickr API to show the photos. All the photos i show
should be of creative commons license and based ...
0
votes
0answers
46 views
What is the maximum flickr API limit available and how do you go about getting it?
According to the Flickr API documentation:
If your application stays under 3600 queries per hour ... you'll be fine.
According to Yahoo Developer documentation:
Access through YQL is limited to ...
0
votes
2answers
88 views
What is the Flickr API for downloading a picture or URL to the picture
I wanted to download a picture from the Flickr using the flicker API.
I am using OAuth for authentication.
When I searched on the site, I got an API called flickr.photos.getInfo. But it only gives ...
0
votes
1answer
122 views
JSON request in node.js on Windows fails to pull data
I've written a node.js page to grab some data from the flick API and then insert it into a database.
The code works perfectly on linux-- but when I moved it to a Windows machine running the latest ...
1
vote
1answer
80 views
Why is this Flickr API with jQuery Code not working?
So I'm really new to APIs, and I'm trying to use jQuery with this tutorial code I saw on the net today. I'm working in jsFiddle: http://jsfiddle.net/shrimpboyho/Pg5kG/
Here's the code:
alert("Using ...
0
votes
1answer
39 views
Accessing non-public photos in Flickr API
I'm developing an app that gets photos from Flickr with Javascript. Photoset ID that shown in image is not public hence when i select the "don't sign call" option, API responses "error". I don't ...
3
votes
1answer
160 views
FlickrNet API - Get set name from PhotosSearch
I'm using the FlickrNet c# library that so far is proving a massive hit.
However, I've got one problem. I can get all photos for a user id but I can't get the set name that a specific photo belongs ...
0
votes
0answers
43 views
How do I use Mac OS X account manager credentials in my app?
Mac OS X Mountain Lion now provides a central way to authenticate to and integrate with various services, including iCloud, Gmail, Twitter, Facebook, and Flickr. My application uses APIs for these ...
0
votes
0answers
171 views
Upload to online album without user login
I would like to have a upload and display image function in my web app where anybody can just upload.
I am exploring existing platforms like Flickr and Picasa. But one of the requirement is that ...
0
votes
0answers
392 views
Create PHP SOAP request without a WSDL file (Flickr SOAP API)
I' trying to create a request for the Flickr SOAP API, but can't get the correct format.
Here is the XML they want sent.:
<s:Envelope
xmlns:s="http://www.w3.org/2003/05/soap-envelope"
...
-1
votes
1answer
75 views
Display photos from Flickr on a JSP page based on tag
I am currently doing a project using JSP, where a user can give preference of pictures they want to view when they open the page (example - nature, park, ocean, computers etc.) So, I want to import ...
0
votes
0answers
58 views
Flickr Photos returning other users photos
I am using Phpflickr API to get user photos. Its working fine, problem is that when i search authenticated user public photos. it works well but after some time it starts getting random images from ...
2
votes
1answer
150 views
Third-Party Video Integration into Web App
I need to integrate a third-party video API solution into my web application that I'm building using JavaScript in the front-end and Java in the back-end. Using the API, I will need the following:
...
0
votes
0answers
43 views
Authorization issue:Post image on flickr
I have successfully register my app on flickr and I have completed authentication flow on flickr. In my code I implemented the Authorization URL. and when I run my app in simulator after authorization ...
0
votes
0answers
11 views
How to search for photos which does not contain the tag “foo” using Flickr API?
I am creating an application that processes images and marks them as processed with hash:sha2:
=bar
I need the possibility to search for images not tagged with the tag, is this possible?
0
votes
0answers
139 views
share image with Tumblr and Flickr in android
I have searched a lot regarding tumblr and flickr to post an image using android app. Unfortunately I can not get more details regarding it.
So can anyone give me some examples or links or tutorial ...
0
votes
1answer
228 views
Flickr API: Get list of all images with specific sizes
When I fetch data from Flickr, by default it includes only big image and square thumbnail. Example response: http://api.flickr.com/services/feeds/photos_public.gne?id=46197864@N02&format=rss2
Is ...
0
votes
0answers
48 views
Window Store Application with Flickr Intregration
I want to create an application with window 8 store application and Flickr.com
My prospective is I want to Upload and Download the pictures from the my photostream into my Window Store application. I ...
2
votes
2answers
374 views
Why is my JSON.parse failing? Ruby on Rails
I'm trying to load images from Flickr's API into a Ruby on Rails app, but I'm getting "Unexpected Token" on my JSON.parse() line.
I found another response here where the returned JSON had it's double ...
0
votes
0answers
56 views
What is the difference between Flickr non-commercial API and commercial API? [closed]
I am working on a project in which I have created a non-commercial app on flickr, and using the public API for it. But now, if I want to apply a commercial app and use the API key replace the ...
0
votes
1answer
257 views
get all image sizes flickr api
I want to get a list of all image sizes for a single flickr image and I need to be able to get the url of the resized images, all in json format.
I would like to get something like this
[
...
