drewvergara/Foursquare-OAuth-iPhone
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Foursquare+OAuth Source and Example for iPhone Created by Andrew Vergara If you use it, please include the following text somewhere in your application's user-facing text: "Includes Foursquare+OAuth code by Andrew Vergara" The goal of this is to create a drop-in code package for iPhone apps that want to access Foursquare APIv2 via OAuth. This project is heavily influenced by Ben Gottlieb's Twitter-OAuth-iPhone(https://github.com/bengottlieb/Twitter-OAuth-iPhone). Hopefully, I wrote it well enough that it is easily digestible. Enjoy, and please let me know if you have any feedback! Andrew Vergara drewvergara@gmail.com ------------------------------------------------------- 01-19-10: Restructured how the library is being laid out to mimic the structure of Foursquare's api. 12-22-10: Started to do some prototyping in retrieving foursquare data. I am also using SBJSON to parse through the JSON and to write it to an NSDictionary object. 12-08-10: Since this is currently for prototypical purposes most of the actions are written in the viewcontroller. Eventually, I will abstract these out.