I got my own API key and haven't had any trouble since. If you want your own key:
1) Get a Flickr account
2) Go here: http://www.flickr.com/services/apps/create/apply/
3) Click the non-commercial option
4) I don't know if they actually check your blurb, but fill that page out
5) Hit submit, and ta-dah! Your very own API!
6) Copy and Paste this here:
String url = "http://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=bfaa37fbd00c1291ced65b903fb15fda&text=" + searchTerm + "&format=rest";
Hope this helps!
↧