thanks chris
i use my secret key to generate the api_sig by executing this line
of code in php :
$Api_Sig=md5(Secret_Key);
the result was :
14269f12a401902a8fe88d5440a6d069
and when i use this value in the link to be used in authentication
i get api-key or api-sig unvalid ?
do you think why ?
--- In yws-flickr%40yahoogroups.com">yws-flickryahoogroups.com, "Chris Blackwell"
<chris.blackwell...> wrote:
>
> RTM - http://www.flickr.com/services/api/auth.spec.html
>
> 2008/5/13 MAN <prvate_prvate...>:
>
> > please i want to know how to calculate my api_sig ?
> >
> >
> >
>
Read the full documentation in #8 under that link. You don't just
take the MD5 digest of your key; you need to alphabetize the arguments
you're using in your call, concatenate them all together with your
shared secret, and use the API digest of that big concatenated string.
On Tue, May 13, 2008 at 1:51 PM, MAN < prvate_prvate%40yahoo.com">prvate_prvateyahoo.com> wrote:
>
>
>
>
>
>
> thanks chris
> i use my secret key to generate the api_sig by executing this line
> of code in php :
> $Api_Sig=md5(Secret_Key);
> the result was :
> 14269f12a401902a8fe88d5440a6d069
> and when i use this value in the link to be used in authentication
> i get api-key or api-sig unvalid ?
> do you think why ?
>
> --- In yws-flickr%40yahoogroups.com">yws-flickryahoogroups.com, "Chris Blackwell"
> <chris.blackwell...> wrote:
> >
> > RTM - http://www.flickr.com/services/api/auth.spec.html
> >
> > 2008/5/13 MAN <prvate_prvate...>:
>
> >
> > > please i want to know how to calculate my api_sig ?
> > >
> > >
> > >
> >
>
>