muanis/foursquare-oauth-bootstrap
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Used http://code.google.com/p/google-api-python-client/wiki/OAuth2Client Download: http://code.google.com/p/google-api-python-client/downloads/detail?name=oauth2client-1.0beta7.tar.gz&can=2&q= wget http://google-api-python-client.googlecode.com/files/oauth2client-1.0beta7.tar.gz tar xzvf oauth2client-1.0beta7.tar.gz cp -R oauth2client-1.0beta7/oauth2client foursquare-oauth-bootstrap/ Used Download: http://code.google.com/p/httplib2/downloads/detail?name=httplib2-0.7.2.tar.gz&can=2&q= wget http://httplib2.googlecode.com/files/httplib2-0.7.2.tar.gz cp -R httplib2-0.7.2/python2/httplib2 foursquare-oauth-bootstrap/ rm -rf foursquare-oauth-bootstrap/httplib2/test