Google+のホームフィードを取得するためのスクリプトが欲しいです。私はそのグーグルの スクリプトに使用します。client-secrets.jsonファイルは次のとおりです。
{
"web": {
"client_id": "##########",
"client_secret": "############",
"redirect_uris": ["http://localhost:8080/oauth2callback/"],
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token",
"client_email":"##########@developer.gserviceaccount.com",
"javascript_origins":["http://localhost:8080/"]
}
}
しかし、私がこのアプリを起動したいとき、それはエラーと壊れたロボットでページを開きます:
The redirect URI in the request: http://localhost:8080/ did not match a registered redirect URI
どうか、私の問題を手伝ってください。