最近在研究ㄧ堆網站的 oauth2 signin api,其中 fb, google, linkedin 都沒問題
不過在 yahoo 和 twitter 碰到問題
這是 yahoo 用的
https://github.com/BrandtCheng/social-login/blob/master/callback_yahoo.php
不知為啥 yahoo 要 token 時都是收到
{"error":"invalid_grant"} 或 {"error":"invalid_requst"}
yahoo 的 document: https://developer.yahoo.com/oauth2/guide/
twitter 則是還在看不懂 document 中...
twitter 的 document 好像是
https://dev.twitter.com/web/sign-in/desktop-browser
https://dev.twitter.com/web/sign-in/implementing
可是不懂的是為什麼 request 是用 post,而且看起來比較像是 oauth1 @@?