[C#] 透過 skypetoken 如何取得 RegistrationToken

2019-12-24

如果你要對你聯絡人發話,你得要擁有 RegistrationToken ,這東西是可以透過 skypetoken 取得的,所以囉這篇主要是如何拿到 RegistrationToken,簡單的說 你要對  "https://client-s.gateway.messenger.live.com/v1/users/ME/endpoints" 這網址發動 POST ,其中你要在 Header 中 加入 Key : Authentication , Value : skypetoken=你的skypetoken ,之後的 Response 中你可以在 Header 中的 Set-RegistrationToken 這裡拿到這樣的格式 registrationToken=xxxxxxxxxx; expires=1576933316; endpointId={6188b14f-ad59-40a9-a61b-338a48dc6e9d},這時候你用簡單的 parse 就可以拿到了,廢話不多說上 code.





reference :
https://skpy.t.allofti.me/protocol/index.html

http://wayneprogramcity.blogspot.com/2016/05/skype-apicskype.html


當麻許的超技八 2014 | Donma Hsu Design.