Got origin_mismatch error in Google+ share api

后端 未结 16 958
醉梦人生
醉梦人生 2020-12-03 07:04

I want to share some dynamic content on google+. For this I checked it https://developers.google.com/+/web/share/interactive#rendering_the_button_with_javascript

<         


        
16条回答
  •  一生所求
    2020-12-03 07:49

    For VS users:
    Open Properties of your project and get Project URL:

    enter image description here
    This is your Javascript Origins

    Change also the Redirect URIs. It should be your origins + "/oauth2callback"
    For me:

    enter image description here

提交回复
热议问题