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 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@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-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to