最近在研究ㄧ堆网站的 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 @@?