Hi,

  This looks like an orkut issue.  Could you post in the orkut
developer forum to get a specific answer?
  http://groups.google.com/group/opensocial-orkut

Thanks,
~Arne


On Sep 4, 11:23 am, nice_guy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to send SIGNED POST requests with large values but the
> signature verification on server side fails i.e. the following code
> snippet results in false.
>
>   //Build a request object from the current request
>   $request = OAuthRequest::from_request(null, null, array_merge($_GET,
> $_POST));
>
>   //Initialize the new signature method
>   $signature_method = new OrkutSignatureMethod();
>
>   //Check the request signature
>   @$signature_valid = $signature_method->check_signature($request,
> null, null, $_GET["oauth_signature"]);
>
> $signature_valid  is false after running the code above. is there any
> workaround to this?
>
> Please let me know asap.
>
> thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to