Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Client->oauthForAccessToken実行時にuidとsnが入っていない #14

Open
gaogao-9 opened this issue Jan 21, 2018 · 1 comment
Open

Comments

@gaogao-9
Copy link

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つが切り捨てられるみたいです。

@mpyw
Copy link
Owner

mpyw commented Jan 21, 2018

格納場所に非常に困るので,->post() ->postAsync() でも認証系エンドポイントを使えるようにするのが一番いい解決策になりそうです。

(最近メンテナンスできてない)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants