
4sqr
it's a simple Foursquare client to check in via Google Latitude for people who does not have uber cool phones :)
How to use it:
- Download it
- put it on a server (php)
- registering your application: https://foursquare.com/oauth/
- modify the config.php
``` $clientId = ""; // CLIENT ID of your application on foursquare $clientSecret = ""; // CLIENT SECRET of your application on foursquare $redirectUri = ''; //CALLBACK URL, is http://yourserver.com/appfolder/index.php $latidude_code = ""; /* google latitude user id... you can find itat http://www.google.com/latitude/apps/badge scroll down and you will see it... $placeskey = ''; //* 2.1: Google Places API key... you must require it, see https://code.google.com/apis/maps/documentation/places/#Limits
*/ ```
now go to yourserver.com/appfolder/ sign and check in
NOTE:
You need to have a Google Latiude account and Google Latitude on your phone, and the script needs to have the Google Latidude Badge active to get the latitude and longitude
The LICENSE to this project is WTFPL and can be found here http://necenzurat.net/COPYING
enjoy
Project Information
- License: MIT License
- 50 stars
- git-based source control