We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I had the same issue. You have to login to console.developers.google.com and enable the Google+ API.
console.developers.google.com
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: