0

help me to append the authorization parameters to the contacts api

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=$original_time                                                                                                                                   
  &oauth_token=$dec                                                                                                                                                 
  &oauth_nonce=24829.2331                                                                                                                                           
  &oauth_signature=6a7d830e24e1afbbf8973beffcdf4fcd1b187b56" ;


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

by
0 Replies

Recent Posts

in Contacts