|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
GTAP = GAE Twitter API ProxyIt is a simple solution on Google App Engine which can proxy the HTTP request to twitter's official REST API url . 源于Twitter被“强奸”,并受到GAppProxy项目的启发,一个可以在 Google App Engine上搭建自己独立的 Twitter API Proxy 的简单的开源的解决方案。 download the last stable version : gtap-0.4.2 <-- only support Oauth! INSTALL You can use https://gtapserver1.appspot.com/ for some tests. for example: https://gtapserver1.appspot.com/ can proxy all requests to http://twitter.com/ https://gtapserver1.appspot.com/api/ can proxy all requests to http://api.twitter.com/ https://gtapserver1.appspot.com/search/ can proxy all requests to http://search.twitter.com/ Don't forget the "/" at the end of your api proxy address!!! thanks @SAPikachu for giving us an hacking version with OAuth supporting. Detail |