my $final = "http://social.yahooapis.com/v1/user/guid/contacts?
oauth_consumer_key=dj0yJmk9MXFXTENUTDBHZTVpJmQ9WVdrOVFsbHpVbUZTTmpRbWNHbzlOakUzTkRVNU16WXkmcz1jb25zdW1lcnNlY3JldCZ4PTEx
&oauth_signature_method=HMAC-SHA1
&oauth_version=1.0
&oauth_timestamp={present_time}
&oauth_token={token}
&oauth_nonce=24829.2331
&oauth_signature=6a7d830e24e1afbbf8973beffcdf4fcd1b187b56" ;
guid is a valid one. token and present_time are valid ones as well. oauth signature is the one I'm getting when the access token is generated.
I'm doing a get on that! All the authorization parameters are correct, but I'm not able the desired results! is there anything wrong with parameter construction. Pls help me out