# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/vfagfja
解析 App 中手機號碼一鍵登錄的原理**
本機號碼一鍵登錄是一種新型的登錄方式,登錄方式的演變過程大致可以分幾個階段:    一鍵登錄從用戶體驗和安全性上來講是更優的一種登錄方式,目前在很多 APP 的目前都支持 “本機號碼一鍵登錄” 功能,如下圖所示的一鍵登錄圖:    APP 中會展示一個帶有手機號掩碼(中間 4 位號碼隱藏了)的授權登錄頁面,用戶點擊 “同意授權” 按鈕後,應用 APP 通過運營商獲取完整的手機號碼(因爲爲了 ⌘ Read more