Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after sign in with google #8

Open
josearsuaga opened this issue Jul 28, 2015 · 1 comment
Open

Error after sign in with google #8

josearsuaga opened this issue Jul 28, 2015 · 1 comment

Comments

@josearsuaga
Copy link

Hi,

After signing in with Google i'm trying to do this request:

[request me:nil success:^(NSDictionary *output, NSString *body, NSHTTPURLResponse *httpResponse)
{
// logs the the user's information
NSLog(@"%@", output);
}];

And I receive this error:

Access Not Configured. The API (Google+ API) is not enabled for your project. Please use the Google Developers Console to update your configuration.

I don't really know if I'm missing one step.

Hope you could help me.

Thanks

@venkatd
Copy link

venkatd commented Aug 3, 2015

I had the same issue. You have to login to console.developers.google.com and enable the Google+ API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants