Having problem with getting credentials for Google+ API

98 Views Asked by At

After setting the Consent page and enabling Google+ API,

enter image description here

enter image description here

when I try to get credentials for this API there is no option to choose Google+ API on the "Add credentials to your project" page.

enter image description here

Do you have the same problem in the meanwhile or I have to do something else?

1

There are 1 best solutions below

0
SReza S On BEST ANSWER

That scenario has been expired. Now I found out that I have to just create an OAuth Client ID enter image description here

Select my application type, add my Authorized JavaScript origins, and Authorized redirect URIs manually.

  • "Authorized JavaScript origins" are your application base domains that you want to implement external login Js library like <script src="https://apis.google.com/js/platform.js" async defer></script>
  • "Authorized redirect URIs" are the pages that you want to redirect the user after login