# 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/wwsbvla
深入理解 OAuth 2-0:原理、流程與實踐**
一、什麼是 OAuth 2.0---------------1. 什麼是 OAuth 2.0OAuth 2.0 是一套關於授權的行業標準協議。OAuth 2.0 允許用戶授權第三方應用訪問他們在另一個服務提供方上的數據,而無需分享他們的憑據(如用戶名、密碼)。2. OAuth 2.0 應用場景OAuth 2.0 的應用場景非常廣泛,包括但不限於:第三方應用訪問用戶在其他服務上的信息,例如,一個應用 ⌘ Read more