Skip to content

sedovsek/fsq_codeigniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fsq_codeigniter is a Codeigniter library.
It allows you to connect to foursquare and retrive your last location info.
Requires curl to work.

Replace YOUR_FSQ_USERNAME and YOUR_FSQ_PASSWORD with your username and password in ./config/foursquare.php

$config['foursquare_user'] = 'YOUR_FSQ_USERNAME';
$config['foursquare_pass'] = 'YOUR_FSQ_PASSWORD';

See example at ./controllers/fsq.php

About

Foursquare Location fetcher library for CodeIgniter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages