Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/clojure/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
OAuth Google Latitude在Clojure中的集成?_Clojure_Oauth_Google Latitude - Fatal编程技术网

OAuth Google Latitude在Clojure中的集成?

OAuth Google Latitude在Clojure中的集成?,clojure,oauth,google-latitude,Clojure,Oauth,Google Latitude,有没有人将Google Latitude(或任何Google API)与Clojure集成在一起,并能给我举一个工作示例?我正在尝试对Google Latitude API进行身份验证,并遇到了各种各样的问题,例如,在登录用户批准URI后,Google出现了一个“令牌无效”错误,没有其他错误 谢谢 您是否查看了所提供的示例?当然,它们是针对Twitter的,但我怀疑Google Latitude的OAuth会有很大的不同…我最后做了一些调整,使clj OAuth与Latitude API兼容(例

有没有人将Google Latitude(或任何Google API)与Clojure集成在一起,并能给我举一个工作示例?我正在尝试对Google Latitude API进行身份验证,并遇到了各种各样的问题,例如,在登录用户批准URI后,Google出现了一个“令牌无效”错误,没有其他错误


谢谢

您是否查看了所提供的示例?当然,它们是针对Twitter的,但我怀疑Google Latitude的OAuth会有很大的不同…

我最后做了一些调整,使clj OAuth与Latitude API兼容(例如,Google OAuth需要一个:scope参数,而clj OAuth的原始版本不支持该参数)。在我的更改合并到正式版本之前,感兴趣的人可以查看我的分支