文章标签 ‘api’

原文:http://www.joesiewert.com/2010/04/how-to-use-the-foursquare-api-with-oauth-and-php/

I started playing with the Foursquare API and one of the first things you need to do is figure out how to authenticate with Foursquare to make calls to the API. It took me awhile to figure this out and start making successful calls, so I thought others could benefit from a detailed tutorial. [...]

2010年7月9日10:26 | 没有评论
分类: 未分类
标签: ,

整理了一下爱范儿和月光博客的文章,在这里备个份。

在 http://appengine.google.com/ 注册Google App Engine,建立一个application,给自己的application设置一个唯一的id,以后就可以用yourid.appspot.com来访问你的app。

下载安装Google APP Engine的开发环境,注意Python的版本,必须是2.5系列的(Python 2.5.4下载),2.6或更高的版本运行时会出错。

下载安装Google App Engine SDK  (下载地址)

2010年1月15日01:43 | 没有评论
分类: 未分类