Reputation: 539
Need help running this sample Google+ API Quickstart w/ C# app please, using VS2015 and following directions from here: https://developers.google.com/+/web/samples/csharp
I have so far:
Enabled the Google API and played with it in OAuth2.0 Playground.
Set http://localhost:4567 as an Authorized JavaScript origin.
Cloned the "googleplus/gplus-quickstart-csharp" repository in Github found here: https://github.com/googleplus/gplus-quickstart-csharp
Changed the client ID and secret to what I was given from the Google developer's website.
Tried to build but ran into NuGet build errors, so I deleted the NuGet completely and had all the target references re-downloaded and then rebuilt the project. Everything compiled.
Ran the project. Here I can clearly see the Google+ button but when I click on it, nothing happens! Also made sure pop-ups work in my browser. I've tried Firefox, Chrome, and IE.
Any idea why clicking the button does nothing? There is a pop-up that I am expecting to see as the guide suggests but it never appears. I feel like I followed the directions well...
My code is up in a public Github repository here (client secret is reset): https://github.com/ForeverCodingAndLearning/googleplus-quickstart-csharp
Please help or comment with suggestions as to where a beginner with this would go wrong. Thanks.
Upvotes: 2
Views: 252
Reputation: 116918
Any one of those would explain why its not working
I will try and make an upgraded version of that tutorial asap. My Google Plus api sample code
Upvotes: 4