You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
AccessTokenを取得するAPIなのですが
https://developer.twitter.com/en/docs/basics/authentication/api-reference/access_token
のリファレンスの通り、本来であればレスポンスにuser_idとscreen_nameが入るんですが
https://github.com/mpyw/cowitter/blob/master/src/Traits/AuthenticatorTrait.php#L65-L74
の部分で、withCredentialsがOAuthトークンしか受け取らないようになっているので、この2つが切り捨てられるみたいです。
The text was updated successfully, but these errors were encountered: