[C#] 你有 skypetoken 如何取得使用者聯絡人清單
2019-12-24
你有了 skypid , skypetoken 你可以透過 "https://contacts.skype.com/contacts/v2/users/" + skypeid + "/contacts" 拿到你要的 json 規格
簡單的說 你要把 skypetoken 放在 header 的 Authentication 裡面 並且規格為 "skypetoken=你的skypetoken" 還有 X-Skypetoken 放入你的 skypetoken 網路上文件的跟我測試的不太一樣,但是我就是都放不吃虧。
然後 POST 去這網址拿 "https://contacts.skype.com/contacts/v2/users/" + skypeid + "/contacts"
這邊在附上一個回傳的範例
筆記一下,希望有幫到你
reference :
https://skpy.t.allofti.me/protocol/index.html
https://no2don.blogspot.com/search/label/Skype