0

Has anyone ever made a successful PUT (sync)?

I am just wondering if anyone has ever made a successful sync. using PUT method and the Yahoo Contacts API?

4 Replies
  • Hi Aleksandar:

    Yes, right at the moment I'm working on adding contacts and categories with PUT sync.contacts method. Basically, it works :) . Do you have problems with it?
    0
  • Hi Eugene,

    I'm in a kind of a dead-lock. The API does not seem to be compliant to the rest of the services, but of course, I'm probably doing something wrong here :) . Do you have problems with it?
    0
  • Hello:
    QUOTE (Aleksandar Pecanov @ Jun 18 2010, 12:25 PM) <{POST_SNAPBACK}>
    ...
    If you could be please so kind to send me a sample PUT request that works for you (vital information omitted of course ;)I understand, you are using XML parameters format, but I hope above info is still of some help.
    0
  • 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.
    0
  • Recent Posts

    in Contacts