4sqr


Check in to Foursquare via Google Latitude

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:

  1. Download it
  2. put it on a server (php)
  3. registering your application: https://foursquare.com/oauth/
  4. 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

Labels:
foursquare latitude mobile php API Website