0

I've just got into using Omniauth for logging in with Twitter and Facebook and that's all working great. Then I started to work with Omniauth-google and couldn't find out where I signup to get my CONSUMER_KEY and CONSUMER_SECRET.

Where do I sign up for OAuth 1.0 access through google?

map7
  • 5,096
  • 6
  • 65
  • 128

1 Answers1

0

Google is pretty good at finding stuff about, well, Google. Here's what you're looking for:

http://code.google.com/apis/accounts/docs/OAuth.html http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html

Thilo
  • 17,565
  • 5
  • 68
  • 84
  • I read that and wasn't sure if I had to register or not. All done now. I had to register, upload a file, verify and then I got the key and secret. – map7 Feb 14 '12 at 00:17