简体   繁体   中英

Google Wave - Adding a participant to a Wave with the Python API

如何使用给定参与者电子邮件地址的Python API将参与者添加到Wave中?

The method to add a participant given a user id (AddParticipant) to waves is in the waveapi.model.OpBasedWavelet subclass , rather than just waveapi.model.Wavelet. This user id is an email address. Look at this sample .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM