Wednesday, 15 September 2010

flickr api - FlickrNet and Windows Phone 7.1 -



flickr api - FlickrNet and Windows Phone 7.1 -

i trying illustration code http://flickrnet.codeplex.com running win phone 7.1, error photossearch() method. added flickrnet nuget. missing something? error below.

flickr flickr = new flickr("6317d8e0db3a555288202fe04b4f4972"); photosearchoptions options = new photosearchoptions(); options.boundarybox = new boundarybox(-1.7, 54.9, -1.4, 55.2); // newcastle upon type, england photocollection photos = flickr.photossearch(options); foreach(photo photo in photos) { console.writeline(string.format("photo \"{0}\" @ {1},{2}", photo.title, photo.latitude, photo.longitude)); }

answering own question, did manage working. removed libraries , added flickr.net , flickrnet wp7 , worked.

windows-phone-7.1 flickr-api

No comments:

Post a Comment