On 14 oct, 16:33, AlexG <[email protected]> wrote: > Has anyone used Google's AuthSub mechanism for authenticating a toy > heroku app to access Google API data? I'm trying to use the Maps API, > but when I send the authentication request Google complains that > heroku.com is not registered. Here is the AuthSub URL I'm trying: > > https://www.google.com/accounts/AuthSubRequest?scope=http%3A%2F%2Fmap... > > I'm not clear whether I need to register my app (severe- > frost-32.heroku.com) or heroku.com needs to be registered as a whole > (presumably not by me). > > Any clues?
You just need define you own DNS to point on your heroku app and define use it like AuthSub request. I made that and it's works like a charm -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
