2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Yahoo JapanのOauthでエラー

Posted at

エラー内容

exceptions.YahooOauthError: [
    Yahoo API Error]endpoint:https://userinfo.yahooapis.jp/yconnect/v2/attribute status_code:403 
    message:{"error":"invalid_request","error_description":"Client is not allowed"}

原因

デベロッパーネットワークのアプリケーションの管理で、 属性取得APIで追加して取得する情報 が有効になっていない。

対応

属性取得APIで追加して取得する情報 を有効にする。
スクリーンショット 2022-04-07 21.15.00.png

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?