# File flickr.rb, line 331 def context context = @client.photos_getContext('photo_id'=>@id) @previousPhoto = Photo.new(context['prevphoto']['id']) @nextPhoto = Photo.new(context['nextphoto']['id']) return [@previousPhoto, @nextPhoto] end