.net - Accessing contacts using carddav protocol from yahoo or any other web mail server -
i wanted retrieve contacts yahoo or third party carddav supported mail servers using carddav protocol. found .net code retrieve contacts using carddav on link https://github.com/metric/carddavnet. trying yahoo , google contacts using uri:
https://www.googleapis.com/carddav/v1/principals/useremail/lists/default
i made requests using propfind getting empty address book. think quite close may missing something.
any appreciated!
looking @ code of carddavnet don't think implements oauth authentication parts. required connect google carddav (google’s carddav requires oauth 2.0).
i don't know whether can use basicauth yahoo's implementation, may work icloud.
Comments
Post a Comment