Function sign_rsa_sha1 - echiong/testRepo GitHub Wiki
Signs an array of oauth parameters according to the 1.0 spec using the rsa-sha1 hasing algorithm
Located at application/helpers/oauth_helper.php
Type: string
Description: the signature
string $method either GET or POST
$method
either GET or POST
2. ` string $baseurl the baseurl we are authenticating againts ` ` $baseurl `the baseurl we are authenticating againts
3. ` string $certfile the location of your private certificate file ` ` $certfile `the location of your private certificate file
4. ` array ` ` $parameters `all parameters that need to be signed