Pregunta

¿Alguien ha integrado con Google Latitud (o cualquier API de Google, para el caso) con Clojure y puede que me señale un ejemplo de trabajo? Estoy intentando autenticar a la API de Google Latitud y en funcionamiento en todo tipo de problemas, por ejemplo, un error de "token no es válido" de Google- nada else- después de iniciar sesión por la aprobación del usuario URI.

Gracias!

¿Fue útil?

Solución 2

I ended up making a few tweaks to make clj-oauth compatible with the Latitude API (for example, Google OAuth requires a :scope parameter that wasn't supported in the original version of clj-oauth). Until my changes get merged into the official version, those of you who are interested can check out my branch here.

Otros consejos

Have you looked at clj-oauth and the provided examples? Granted, they are for Twitter, but I doubt that Google Latitude's OAuth will be very different...

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top