On 8 Jun., 17:06, Thomas Bonnin <thomas.bon...@gmail.com> wrote:
> It looks like your issue come from the api_sig. You should generate the
> signature first and then url encode your request url before to send it.
>
> Thomaswww.producteev.com >
>
>
>
>
>
>
> On Wed, Jun 8, 2011 at 10:28 AM, Sebastian <sct...@gmail.com> wrote:
> > Thanks for your replay.
>
> > I have testet its with url encoded parameter.
>
> > My request url looks like
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sebastian, producteev-api-discuss
If you parameter string before md5 encoding is 'api_keyabcdid_dashboard35621titleätokenefghijkl' the resulting signature should be 'aecb56328dcdfe01f5697f5b60c062cf' and not 'e85a31a3cdbad1cb46313ac394b2558f'.
Can you copy/paste your signature generation code? It might help us to understand you issue.