Sorry, I forgot to add: above example is for
creating a contact with PUT method. To get all contacts with contacts-sync I'm using GET method. Here is request parameters:
1. Request URI:
http://social.yahooapis.com/v1/user/GUID-h...ormat=json&oauth_consumer_key=...&
oauth_nonce=...&
oauth_signature=...&
oauth_signature_method=HMAC-SHA1&
oauth_timestamp=1277107174&
oauth_token=...&
oauth_version=1.0&
rev=0&
view=sync
2. Request headers:
accept-encoding: gzip
user-agent: OAuth::Lite::Consumer/1.27
3. Request body is null.
Hope it helps.