是否有正式途径从亚hoo用户地址簿上进口联系?
从表面上看,它确实很简单:
import gdata
contacts_service = gdata.contacts.service.ContactsService()
contacts_service.email = email
contacts_service.password = password
contacts_service.ProgrammaticLogin()
query = gdata.contacts.service.ContactsQuery()
query.max_results = GOOGLE_CONTACTS_MAX_RESULTS
entries = contacts_service.GetContactsFeed(query.ToUri())
是否为ya鱼提供了如此简单的方式?
I found some solutions, that don t use api and looks strange for serious game - for example ContactGrabber. I found solutions, that require BBAuth Token in django-friends app.
但是,我想说的是官方的、清楚的,是把用户从亚hoo那里接触到的。 是否存在?
UPD: Finally I am avoiding use of yahoo api, and using django-openinviter for my purposes.
但是,我仍在研究使用一纸张进口用户联系的实例。