CodeIgniter Forums
foursquare api - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: foursquare api (/showthread.php?tid=47867)



foursquare api - El Forum - 12-26-2011

[eluser]kikz4life[/eluser]
anyone here used foursquare API and integrated to Codeigniter?
Found some fork but sadly they don't work T_T.

thanks


foursquare api - El Forum - 02-18-2012

[eluser]404error[/eluser]
I'm trying to find a way to integrate Foursquare with CodeIgniter as well. Have you found any solutions?

Thanks.


foursquare api - El Forum - 02-19-2012

[eluser]mbrzuzy[/eluser]
Can you post a link to the non working library you found? Could be something to build off if someone decides to make one.


foursquare api - El Forum - 02-19-2012

[eluser]404error[/eluser]
Sure, I found two PHP Foursquare Libraries on Foursquare's resources section.

This is the one I am trying to integrate
github.com/stephenyoung/php-foursquare

github.com/jmathai/foursquare-async




foursquare api - El Forum - 02-19-2012

[eluser]mbrzuzy[/eluser]
I've started making a CI library based off https://github.com/stephenyoung/php-foursquare

Have a basic version working. I will post it to github tomorrow.


foursquare api - El Forum - 02-19-2012

[eluser]404error[/eluser]
Awesome! Thanks, I would really appreciate it.

I was able to retrieve a token, but wasn't successful doing much more.

Thanks again.



foursquare api - El Forum - 02-20-2012

[eluser]Iconfinder[/eluser]
[quote author="mbrzuzy" date="1329709648"]I've started making a CI library based off https://github.com/stephenyoung/php-foursquare

Have a basic version working. I will post it to github tomorrow.[/quote]

Can you post a link it on GitHub?


foursquare api - El Forum - 02-20-2012

[eluser]mbrzuzy[/eluser]
Here is the repo: https://github.com/mbrzuzy/CodeIgniter-Foursquare

Relevant files are:
./application/library/Foursquare.php
./application/config/foursquare.php




foursquare api - El Forum - 02-20-2012

[eluser]404error[/eluser]
Thanks mbrzuzy,

I will play with this later on tonight after work. I really appreciate you making this public.

Have a good one.