문제

Has anyone integrated with Google Latitude (or any Google API, for that matter) with Clojure and can point me to a working example? I'm trying authenticate to the Google Latitude API and running into all sorts of problems, for example a "Token Invalid" error from Google- nothing else- after logging in for the User Approval URI.

Thanks!

도움이 되었습니까?

해결책 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.

다른 팁

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...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top