Google Analytics OAuth2: How to solve error: “redirect_uri_mismatch”?

前端 未结 3 567
眼角桃花
眼角桃花 2020-12-06 22:55

I\'m trying to get this example to work: https://developers.google.com/analytics/devguides/config/mgmt/v3/quickstart/web-php#enable

The error I\'m getting is \"Error

3条回答
  •  悲哀的现实
    2020-12-06 23:11

    The redirect Uri in the request MUST be exactly the same as one Uri you stored.

    I see a / at the end of the stored one you missed in your request.

提交回复
热议问题