mcky
unread,Nov 27, 2012, 1:24:45 AM11/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to panora...@googlegroups.com
I am writing an app for iphone. I am using the panoramio REST api to
get some nice photos but is having problem with it when I am setting X
and Y, where Y-X is the number of photos included. The "count" of the
photos in that area which i defined earlier, say, is 560. So, i try to
grab photos from 200 to 204 ( X=200, Y=204). However, the received array
is nil. I tried other values and found out that the lower values of X
and Y work ( e.g. from 30-80) but the array contains less than 50
photos. I tried several locations and they are all the same. What am i
missing here or i misunderstood the REST api?