--- In yws-flickr@yahoogroups.com, "tredychris" <tredychris@...>
wrote:
>
> Hi there
>
> Hope someone can help. I use the method
flickr.people.getpublicphotos
> to get all my photos. Since there are >900, I execute the API call
> twice, the first for page 1 and the second for page 2 (500 per
page)
> [its in a loop and I just change the page value and regenerate the
> signature].
>
> The first API call for page 1 works fine, the second page always
gets
> an error code 96: invalid signature. Looking at the two calls then
> the only parameters with the different values are the page and
api_sig
>
> I use a similar method to get all my groups and retrieving page 2
and
> this works fine (> 400 groups).
>
> I also notice a similar sig error when using the method
> flickr.photos.search
>
> call is ...
> http://api.flickr.com/services/rest/?
> method=flickr.photos.search&api_key=[api_key]&auth_token=
[auth_token]
>
&extras=date_upload&page=2&per_page=500&user_id=17534129@N00&api_sig=
> [api_sig]
>
> thanks for your help
>
> Chris
>
Forget it - i figured out the problem. When using my "secret" value
to generate the first call - all was OK. but since i was reading
secret values associated with my photo's, the subsequent API call
used the last "secret" photo value which wasnt my account secret, and
since this is not used in the URL I couldnt see it ... duh.
regards
chris