プロジェクト

全般

プロフィール

バグ #491

みぞ @mizo0203 さんが約5年前に更新

``` 
 403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following). 
 2019-02-23 22:01:57.828 17856-17967/com.mizo0203.BlueSprinkler W/System.err: <?xml version="1.0" encoding="UTF-8"?><errors><error code="415">Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings</error></errors> 
 ``` 

 403:要求は理解されましたが拒否されました付随するエラーメッセージがその理由を説明します。このコードは、更新の制限によりリクエストが拒否されている場合に使用されます(https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following)。 

 error code="415" このクライアントアプリケーションではコールバックURLが承認されていません。承認済みのコールバックURLはアプリケーションの設定で調整できます 

 参考ページ: [TwitterのAPIでcallbackURLをチェックするようになった - Qiita](https://qiita.com/non0311/items/48a6b25097d1783eab23)

戻る