I do everything as stated on this page developers.google.com however, the window appears for a split second, and then an error in the console "Claimed origin not in whitelist: (mySiteLink)"
标签:
google-plus
相关问题
- Removing the “\ufeff” from the end of object -> co
- Getting google plus shares for a given URL in PHP
- Getting user info Google-PHP-Client issue?
- How to change email account on Concent screen of G
- iOS Google Plus integration and sharing
相关文章
- Creating GoogleApiClient for multiple activities
- Google Plus Login Integration Error iOS
- Unable to sign in to Google from the GooglePlusSam
- Is Google+ API going to shut down?
- Storing a Response From a Google JavaScript API Re
- Deprecated Plus.PeopleApi.load
- adding cocoapod dependencies to a cocoa touch fram
- iOS: Using both Facebook and Google, Google Plus s
I remove the '/' at the end of "Javascript Origins" url and solve. Example: Original that error URL: http://www.example.com/
Changed to URL: http://www.example.com
Problem solved.
Your web origin in the Google API Console should only include http:// or https:// and then the host name. Make sure you don't have / in the end. The web origin is under the OAuth 2.0 Client ID section in the Console.