This bit of code does not produce any errors: //if the image has tags if(data.photo.tags.tag != \'\') {
I am using Following json url to retrieve images from flickr http://api.flickr.com/services/rest/?method=flickr.photosets.getPhotos&api_key=***&photoset_id=72157625776815845&extras=origin
I\'ve been able to figure out 开发者_如何学编程how to call the Flickr API with the Adobe Lib and get a response... I can get the description, id, etc. But now I\'m trying to figure out how to load in
I\'m having a bit of a struggle with something that should be quite easy to do, yet i\'m failing at it.
Hey I am currently using the following code Dim flickr As New Flickr(\"apikey\") Dim test As New Photos
I just started working with the Flickr API today and I have a question: If I allow a person to u开发者_Python百科pload a photo to my website and then in order for me not to store it on my small local
Has anyone had success using Flickr to embed images that users ca开发者_如何学Cn upload to my site, but that are hosted on Flickr?
Facebook photographs are viewable by anyone in the world aware of the full asset URL. Each URL contains a profile ID, photo asset ID, requested size, and a magic hash to protect against brute-force ac
I\'m looking for a way to insert royalty (or otherwise) free photos quickly into the posts I write in Wordpress. (This image would serve as the primary image for that post, if it makes any difference.
I\'m using flickrj flickr API, but I can\'t get a token. I开发者_C百科 managed to get a frob, and i call the method that is supposed to give me back the token after the user have authorized my applica